xcodeproj 0.15.3 → 0.16.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc0aaa3ffbdb53865a4ae0970de3873a83c29f3e
|
|
4
|
+
data.tar.gz: 04be1359efc848887573e1ba87565dfcd25f1bc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd817ff800f825e9bc11a73999d548c650afab253406c09f9c1dd20d8179961023b2459c996de2a4506034ed29748f7c97b016d56af348450e61bffcfd4600f5
|
|
7
|
+
data.tar.gz: 8195bcb248383ad29d83aa97ebf4c9dbb97067f6ee5009dd2f911e6a8396f6777f5f4a77fc425adc86b441147a83047f3ba5189ac42c98b83af701987e68b700
|
|
Binary file
|
|
Binary file
|
data/lib/xcodeproj/constants.rb
CHANGED
|
@@ -169,15 +169,15 @@ module Xcodeproj
|
|
|
169
169
|
'CLANG_ENABLE_OBJC_ARC' => 'YES',
|
|
170
170
|
'CLANG_WARN_BOOL_CONVERSION' => 'YES',
|
|
171
171
|
'CLANG_WARN_CONSTANT_CONVERSION' => 'YES',
|
|
172
|
-
'CLANG_WARN_DIRECT_OBJC_ISA_USAGE' => '
|
|
172
|
+
'CLANG_WARN_DIRECT_OBJC_ISA_USAGE' => 'YES',
|
|
173
173
|
'CLANG_WARN_EMPTY_BODY' => 'YES',
|
|
174
174
|
'CLANG_WARN_ENUM_CONVERSION' => 'YES',
|
|
175
175
|
'CLANG_WARN_INT_CONVERSION' => 'YES',
|
|
176
|
-
'CLANG_WARN_OBJC_ROOT_CLASS' => '
|
|
176
|
+
'CLANG_WARN_OBJC_ROOT_CLASS' => 'YES',
|
|
177
177
|
'CLANG_ENABLE_MODULES' => 'YES',
|
|
178
178
|
'GCC_C_LANGUAGE_STANDARD' => 'gnu99',
|
|
179
179
|
'GCC_WARN_64_TO_32_BIT_CONVERSION' => 'YES',
|
|
180
|
-
'GCC_WARN_ABOUT_RETURN_TYPE' => '
|
|
180
|
+
'GCC_WARN_ABOUT_RETURN_TYPE' => 'YES',
|
|
181
181
|
'GCC_WARN_UNDECLARED_SELECTOR' => 'YES',
|
|
182
182
|
'GCC_WARN_UNINITIALIZED_AUTOS' => 'YES',
|
|
183
183
|
'GCC_WARN_UNUSED_FUNCTION' => 'YES',
|
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodeproj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: colored
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.2'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.2'
|
|
41
41
|
description: Xcodeproj lets you create and modify Xcode projects from Ruby. Script
|
|
@@ -48,19 +48,28 @@ extensions:
|
|
|
48
48
|
- ext/xcodeproj/Rakefile
|
|
49
49
|
extra_rdoc_files: []
|
|
50
50
|
files:
|
|
51
|
-
- README.md
|
|
52
51
|
- LICENSE
|
|
52
|
+
- README.md
|
|
53
|
+
- bin/xcodeproj
|
|
54
|
+
- ext/xcodeproj/Rakefile
|
|
55
|
+
- ext/xcodeproj/extconf.rb
|
|
56
|
+
- ext/xcodeproj/prebuilt/universal-darwin12.0-1.8.7/xcodeproj_ext.bundle
|
|
57
|
+
- ext/xcodeproj/prebuilt/universal.x86_64-darwin13-2.0.0/xcodeproj_ext.bundle
|
|
58
|
+
- ext/xcodeproj/xcodeproj_ext.c
|
|
59
|
+
- lib/xcodeproj.rb
|
|
60
|
+
- lib/xcodeproj/command.rb
|
|
53
61
|
- lib/xcodeproj/command/project_diff.rb
|
|
54
62
|
- lib/xcodeproj/command/show.rb
|
|
55
63
|
- lib/xcodeproj/command/sort.rb
|
|
56
64
|
- lib/xcodeproj/command/target_diff.rb
|
|
57
|
-
- lib/xcodeproj/command.rb
|
|
58
65
|
- lib/xcodeproj/config.rb
|
|
59
66
|
- lib/xcodeproj/constants.rb
|
|
60
67
|
- lib/xcodeproj/differ.rb
|
|
61
68
|
- lib/xcodeproj/ext.rb
|
|
62
69
|
- lib/xcodeproj/gem_version.rb
|
|
63
70
|
- lib/xcodeproj/helper.rb
|
|
71
|
+
- lib/xcodeproj/project.rb
|
|
72
|
+
- lib/xcodeproj/project/object.rb
|
|
64
73
|
- lib/xcodeproj/project/object/build_configuration.rb
|
|
65
74
|
- lib/xcodeproj/project/object/build_file.rb
|
|
66
75
|
- lib/xcodeproj/project/object/build_phase.rb
|
|
@@ -75,48 +84,39 @@ files:
|
|
|
75
84
|
- lib/xcodeproj/project/object/reference_proxy.rb
|
|
76
85
|
- lib/xcodeproj/project/object/root_object.rb
|
|
77
86
|
- lib/xcodeproj/project/object/target_dependency.rb
|
|
78
|
-
- lib/xcodeproj/project/object.rb
|
|
79
87
|
- lib/xcodeproj/project/object_attributes.rb
|
|
80
88
|
- lib/xcodeproj/project/object_dictionary.rb
|
|
81
89
|
- lib/xcodeproj/project/object_list.rb
|
|
82
90
|
- lib/xcodeproj/project/project_helper.rb
|
|
83
91
|
- lib/xcodeproj/project/xcproj_helper.rb
|
|
84
|
-
- lib/xcodeproj/project.rb
|
|
85
92
|
- lib/xcodeproj/scheme.rb
|
|
86
93
|
- lib/xcodeproj/user_interface.rb
|
|
87
94
|
- lib/xcodeproj/workspace.rb
|
|
88
95
|
- lib/xcodeproj/xcodebuild_helper.rb
|
|
89
|
-
- lib/xcodeproj.rb
|
|
90
|
-
- ext/xcodeproj/Rakefile
|
|
91
|
-
- ext/xcodeproj/extconf.rb
|
|
92
|
-
- ext/xcodeproj/xcodeproj_ext.c
|
|
93
|
-
- ext/xcodeproj/prebuilt/universal-darwin12.0-1.8.7/xcodeproj_ext.bundle
|
|
94
|
-
- ext/xcodeproj/prebuilt/universal.x86_64-darwin13-2.0.0/xcodeproj_ext.bundle
|
|
95
|
-
- bin/xcodeproj
|
|
96
96
|
homepage: https://github.com/cocoapods/xcodeproj
|
|
97
97
|
licenses:
|
|
98
98
|
- MIT
|
|
99
99
|
metadata: {}
|
|
100
100
|
post_install_message:
|
|
101
101
|
rdoc_options:
|
|
102
|
-
- -x
|
|
102
|
+
- "-x"
|
|
103
103
|
- ext/.+\.(o|bundle)
|
|
104
104
|
require_paths:
|
|
105
105
|
- ext
|
|
106
106
|
- lib
|
|
107
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
|
-
- -
|
|
109
|
+
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
|
-
- -
|
|
114
|
+
- - ">="
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 2.
|
|
119
|
+
rubygems_version: 2.2.2
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 3
|
|
122
122
|
summary: Create and modify Xcode projects from Ruby.
|