xcodeproj 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +0 -1
- data/lib/xcodeproj/project/object/native_target.rb +1 -1
- data/lib/xcodeproj.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Xcodeproj
|
|
2
2
|
|
|
3
3
|
[](https://secure.travis-ci.org/CocoaPods/Xcodeproj)
|
|
4
|
-
[](https://secure.travis-ci.org/CocoaPods/Xcodeproj)
|
|
5
4
|
|
|
6
5
|
Xcodeproj lets you create and modify Xcode projects from [Ruby][ruby].
|
|
7
6
|
Script boring management tasks or build Xcode-friendly libraries. Also includes
|
|
@@ -123,7 +123,7 @@ module Xcodeproj
|
|
|
123
123
|
|
|
124
124
|
file = (files + new_files).find { |file| file.path == path.to_s } || @project.files.new('path' => path.to_s)
|
|
125
125
|
build_file = file.build_files.new
|
|
126
|
-
if path.extname == '.h'
|
|
126
|
+
if (path.extname == '.h' || path.extname == '.hpp')
|
|
127
127
|
build_file.settings = { 'ATTRIBUTES' => ["Public"] }
|
|
128
128
|
# Working around a bug in Xcode 4.2 betas, remove this once the Xcode bug is fixed:
|
|
129
129
|
# https://github.com/alloy/cocoapods/issues/13
|
data/lib/xcodeproj.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodeproj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-10-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
71
71
|
version: '0'
|
|
72
72
|
segments:
|
|
73
73
|
- 0
|
|
74
|
-
hash:
|
|
74
|
+
hash: 1929220349877498017
|
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
none: false
|
|
77
77
|
requirements:
|