xcodeproj 0.4.0.rc3 → 0.4.0.rc4
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/lib/xcodeproj.rb
CHANGED
|
@@ -82,6 +82,14 @@ module Xcodeproj
|
|
|
82
82
|
#
|
|
83
83
|
attribute :wraps_lines, String
|
|
84
84
|
|
|
85
|
+
|
|
86
|
+
# @return [String] Apparently whether Xcode should add, if needed, a
|
|
87
|
+
# new line feed before saving the file.
|
|
88
|
+
#
|
|
89
|
+
# E.g. `0`
|
|
90
|
+
#
|
|
91
|
+
attribute :line_ending, String
|
|
92
|
+
|
|
85
93
|
## CONVENIENCE METHODS #################################################
|
|
86
94
|
|
|
87
95
|
# @!group Convenience methods
|
|
@@ -9,7 +9,7 @@ module Xcodeproj
|
|
|
9
9
|
# @return [PBXNativeTarget] the target that needs to be built to
|
|
10
10
|
# satisfy the dependency.
|
|
11
11
|
#
|
|
12
|
-
has_one :target,
|
|
12
|
+
has_one :target, AbstractTarget
|
|
13
13
|
|
|
14
14
|
# @return [PBXContainerItemProxy] a proxy for the target that needs to
|
|
15
15
|
# be built. Apparently to support targets in other projects of the
|
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.4.0.
|
|
4
|
+
version: 0.4.0.rc4
|
|
5
5
|
prerelease: 6
|
|
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-10-
|
|
12
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -102,7 +102,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: '0'
|
|
103
103
|
segments:
|
|
104
104
|
- 0
|
|
105
|
-
hash:
|
|
105
|
+
hash: 1752387102011535008
|
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
none: false
|
|
108
108
|
requirements:
|