zerg_xcode 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/Manifest +3 -0
- data/testdata/TestApp30.xcodeproj/project.pbxproj +250 -0
- data/testdata/TestLib30.xcodeproj/project.pbxproj +262 -0
- data/zerg_xcode.gemspec +2 -2
- metadata +4 -1
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
@@ -43,6 +43,7 @@ test/objects/pbx_project_test.rb
|
|
43
43
|
test/objects/pbx_target_dependency_test.rb
|
44
44
|
test/objects/xc_configuration_list_test.rb
|
45
45
|
test/objects/xcode_object_test.rb
|
46
|
+
test/plugins/addlibrary_test.rb
|
46
47
|
test/plugins/core/core_test.rb
|
47
48
|
test/plugins/import_test.rb
|
48
49
|
test/plugins/irb_test.rb
|
@@ -55,5 +56,7 @@ testdata/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj
|
|
55
56
|
testdata/project.pbxproj
|
56
57
|
testdata/project.pbxproj.compat
|
57
58
|
testdata/TestApp/TestApp.xcodeproj/project.pbxproj
|
59
|
+
testdata/TestApp30.xcodeproj/project.pbxproj
|
60
|
+
testdata/TestLib30.xcodeproj/project.pbxproj
|
58
61
|
testdata/ZergSupport.xcodeproj/project.pbxproj
|
59
62
|
zerg_xcode.gemspec
|
@@ -0,0 +1,250 @@
|
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
archiveVersion = 1;
|
4
|
+
classes = {
|
5
|
+
};
|
6
|
+
objectVersion = 45;
|
7
|
+
objects = {
|
8
|
+
|
9
|
+
/* Begin PBXBuildFile section */
|
10
|
+
1D3623260D0F684500981E51 /* UseStaticLibAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* UseStaticLibAppDelegate.m */; };
|
11
|
+
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
|
12
|
+
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
|
13
|
+
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
|
14
|
+
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
|
15
|
+
2899E5220DE3E06400AC0155 /* UseStaticLibViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* UseStaticLibViewController.xib */; };
|
16
|
+
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
|
17
|
+
28D7ACF80DDB3853001CB0EB /* UseStaticLibViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* UseStaticLibViewController.m */; };
|
18
|
+
/* End PBXBuildFile section */
|
19
|
+
|
20
|
+
/* Begin PBXFileReference section */
|
21
|
+
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
22
|
+
1D3623240D0F684500981E51 /* UseStaticLibAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UseStaticLibAppDelegate.h; sourceTree = "<group>"; };
|
23
|
+
1D3623250D0F684500981E51 /* UseStaticLibAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UseStaticLibAppDelegate.m; sourceTree = "<group>"; };
|
24
|
+
1D6058910D05DD3D006BFB54 /* UseStaticLib.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UseStaticLib.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
25
|
+
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
26
|
+
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
27
|
+
2899E5210DE3E06400AC0155 /* UseStaticLibViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = UseStaticLibViewController.xib; sourceTree = "<group>"; };
|
28
|
+
28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
|
29
|
+
28D7ACF60DDB3853001CB0EB /* UseStaticLibViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UseStaticLibViewController.h; sourceTree = "<group>"; };
|
30
|
+
28D7ACF70DDB3853001CB0EB /* UseStaticLibViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UseStaticLibViewController.m; sourceTree = "<group>"; };
|
31
|
+
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
32
|
+
32CA4F630368D1EE00C91783 /* UseStaticLib_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UseStaticLib_Prefix.pch; sourceTree = "<group>"; };
|
33
|
+
8D1107310486CEB800E47090 /* UseStaticLib-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "UseStaticLib-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
|
34
|
+
/* End PBXFileReference section */
|
35
|
+
|
36
|
+
/* Begin PBXFrameworksBuildPhase section */
|
37
|
+
1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
|
38
|
+
isa = PBXFrameworksBuildPhase;
|
39
|
+
buildActionMask = 2147483647;
|
40
|
+
files = (
|
41
|
+
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
42
|
+
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
43
|
+
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
|
44
|
+
);
|
45
|
+
runOnlyForDeploymentPostprocessing = 0;
|
46
|
+
};
|
47
|
+
/* End PBXFrameworksBuildPhase section */
|
48
|
+
|
49
|
+
/* Begin PBXGroup section */
|
50
|
+
080E96DDFE201D6D7F000001 /* Classes */ = {
|
51
|
+
isa = PBXGroup;
|
52
|
+
children = (
|
53
|
+
1D3623240D0F684500981E51 /* UseStaticLibAppDelegate.h */,
|
54
|
+
1D3623250D0F684500981E51 /* UseStaticLibAppDelegate.m */,
|
55
|
+
28D7ACF60DDB3853001CB0EB /* UseStaticLibViewController.h */,
|
56
|
+
28D7ACF70DDB3853001CB0EB /* UseStaticLibViewController.m */,
|
57
|
+
);
|
58
|
+
path = Classes;
|
59
|
+
sourceTree = "<group>";
|
60
|
+
};
|
61
|
+
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
62
|
+
isa = PBXGroup;
|
63
|
+
children = (
|
64
|
+
1D6058910D05DD3D006BFB54 /* UseStaticLib.app */,
|
65
|
+
);
|
66
|
+
name = Products;
|
67
|
+
sourceTree = "<group>";
|
68
|
+
};
|
69
|
+
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
70
|
+
isa = PBXGroup;
|
71
|
+
children = (
|
72
|
+
080E96DDFE201D6D7F000001 /* Classes */,
|
73
|
+
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
74
|
+
29B97317FDCFA39411CA2CEA /* Resources */,
|
75
|
+
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
76
|
+
19C28FACFE9D520D11CA2CBB /* Products */,
|
77
|
+
);
|
78
|
+
name = CustomTemplate;
|
79
|
+
sourceTree = "<group>";
|
80
|
+
};
|
81
|
+
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
82
|
+
isa = PBXGroup;
|
83
|
+
children = (
|
84
|
+
32CA4F630368D1EE00C91783 /* UseStaticLib_Prefix.pch */,
|
85
|
+
29B97316FDCFA39411CA2CEA /* main.m */,
|
86
|
+
);
|
87
|
+
name = "Other Sources";
|
88
|
+
sourceTree = "<group>";
|
89
|
+
};
|
90
|
+
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
91
|
+
isa = PBXGroup;
|
92
|
+
children = (
|
93
|
+
2899E5210DE3E06400AC0155 /* UseStaticLibViewController.xib */,
|
94
|
+
28AD733E0D9D9553002E5188 /* MainWindow.xib */,
|
95
|
+
8D1107310486CEB800E47090 /* UseStaticLib-Info.plist */,
|
96
|
+
);
|
97
|
+
name = Resources;
|
98
|
+
sourceTree = "<group>";
|
99
|
+
};
|
100
|
+
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
101
|
+
isa = PBXGroup;
|
102
|
+
children = (
|
103
|
+
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
|
104
|
+
1D30AB110D05D00D00671497 /* Foundation.framework */,
|
105
|
+
288765A40DF7441C002DB57D /* CoreGraphics.framework */,
|
106
|
+
);
|
107
|
+
name = Frameworks;
|
108
|
+
sourceTree = "<group>";
|
109
|
+
};
|
110
|
+
/* End PBXGroup section */
|
111
|
+
|
112
|
+
/* Begin PBXNativeTarget section */
|
113
|
+
1D6058900D05DD3D006BFB54 /* UseStaticLib */ = {
|
114
|
+
isa = PBXNativeTarget;
|
115
|
+
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "UseStaticLib" */;
|
116
|
+
buildPhases = (
|
117
|
+
1D60588D0D05DD3D006BFB54 /* Resources */,
|
118
|
+
1D60588E0D05DD3D006BFB54 /* Sources */,
|
119
|
+
1D60588F0D05DD3D006BFB54 /* Frameworks */,
|
120
|
+
);
|
121
|
+
buildRules = (
|
122
|
+
);
|
123
|
+
dependencies = (
|
124
|
+
);
|
125
|
+
name = UseStaticLib;
|
126
|
+
productName = UseStaticLib;
|
127
|
+
productReference = 1D6058910D05DD3D006BFB54 /* UseStaticLib.app */;
|
128
|
+
productType = "com.apple.product-type.application";
|
129
|
+
};
|
130
|
+
/* End PBXNativeTarget section */
|
131
|
+
|
132
|
+
/* Begin PBXProject section */
|
133
|
+
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
134
|
+
isa = PBXProject;
|
135
|
+
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "UseStaticLib" */;
|
136
|
+
compatibilityVersion = "Xcode 3.1";
|
137
|
+
hasScannedForEncodings = 1;
|
138
|
+
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
139
|
+
projectDirPath = "";
|
140
|
+
projectRoot = "";
|
141
|
+
targets = (
|
142
|
+
1D6058900D05DD3D006BFB54 /* UseStaticLib */,
|
143
|
+
);
|
144
|
+
};
|
145
|
+
/* End PBXProject section */
|
146
|
+
|
147
|
+
/* Begin PBXResourcesBuildPhase section */
|
148
|
+
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
149
|
+
isa = PBXResourcesBuildPhase;
|
150
|
+
buildActionMask = 2147483647;
|
151
|
+
files = (
|
152
|
+
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
|
153
|
+
2899E5220DE3E06400AC0155 /* UseStaticLibViewController.xib in Resources */,
|
154
|
+
);
|
155
|
+
runOnlyForDeploymentPostprocessing = 0;
|
156
|
+
};
|
157
|
+
/* End PBXResourcesBuildPhase section */
|
158
|
+
|
159
|
+
/* Begin PBXSourcesBuildPhase section */
|
160
|
+
1D60588E0D05DD3D006BFB54 /* Sources */ = {
|
161
|
+
isa = PBXSourcesBuildPhase;
|
162
|
+
buildActionMask = 2147483647;
|
163
|
+
files = (
|
164
|
+
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
|
165
|
+
1D3623260D0F684500981E51 /* UseStaticLibAppDelegate.m in Sources */,
|
166
|
+
28D7ACF80DDB3853001CB0EB /* UseStaticLibViewController.m in Sources */,
|
167
|
+
);
|
168
|
+
runOnlyForDeploymentPostprocessing = 0;
|
169
|
+
};
|
170
|
+
/* End PBXSourcesBuildPhase section */
|
171
|
+
|
172
|
+
/* Begin XCBuildConfiguration section */
|
173
|
+
1D6058940D05DD3E006BFB54 /* Debug */ = {
|
174
|
+
isa = XCBuildConfiguration;
|
175
|
+
buildSettings = {
|
176
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
177
|
+
COPY_PHASE_STRIP = NO;
|
178
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
179
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
180
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
181
|
+
GCC_PREFIX_HEADER = UseStaticLib_Prefix.pch;
|
182
|
+
INFOPLIST_FILE = "UseStaticLib-Info.plist";
|
183
|
+
PRODUCT_NAME = UseStaticLib;
|
184
|
+
};
|
185
|
+
name = Debug;
|
186
|
+
};
|
187
|
+
1D6058950D05DD3E006BFB54 /* Release */ = {
|
188
|
+
isa = XCBuildConfiguration;
|
189
|
+
buildSettings = {
|
190
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
191
|
+
COPY_PHASE_STRIP = YES;
|
192
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
193
|
+
GCC_PREFIX_HEADER = UseStaticLib_Prefix.pch;
|
194
|
+
INFOPLIST_FILE = "UseStaticLib-Info.plist";
|
195
|
+
PRODUCT_NAME = UseStaticLib;
|
196
|
+
};
|
197
|
+
name = Release;
|
198
|
+
};
|
199
|
+
C01FCF4F08A954540054247B /* Debug */ = {
|
200
|
+
isa = XCBuildConfiguration;
|
201
|
+
buildSettings = {
|
202
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
203
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
204
|
+
GCC_C_LANGUAGE_STANDARD = c99;
|
205
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
206
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
207
|
+
ONLY_ACTIVE_ARCH = YES;
|
208
|
+
PREBINDING = NO;
|
209
|
+
SDKROOT = iphoneos3.0;
|
210
|
+
};
|
211
|
+
name = Debug;
|
212
|
+
};
|
213
|
+
C01FCF5008A954540054247B /* Release */ = {
|
214
|
+
isa = XCBuildConfiguration;
|
215
|
+
buildSettings = {
|
216
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
217
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
218
|
+
GCC_C_LANGUAGE_STANDARD = c99;
|
219
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
220
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
221
|
+
PREBINDING = NO;
|
222
|
+
SDKROOT = iphoneos3.0;
|
223
|
+
};
|
224
|
+
name = Release;
|
225
|
+
};
|
226
|
+
/* End XCBuildConfiguration section */
|
227
|
+
|
228
|
+
/* Begin XCConfigurationList section */
|
229
|
+
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "UseStaticLib" */ = {
|
230
|
+
isa = XCConfigurationList;
|
231
|
+
buildConfigurations = (
|
232
|
+
1D6058940D05DD3E006BFB54 /* Debug */,
|
233
|
+
1D6058950D05DD3E006BFB54 /* Release */,
|
234
|
+
);
|
235
|
+
defaultConfigurationIsVisible = 0;
|
236
|
+
defaultConfigurationName = Release;
|
237
|
+
};
|
238
|
+
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "UseStaticLib" */ = {
|
239
|
+
isa = XCConfigurationList;
|
240
|
+
buildConfigurations = (
|
241
|
+
C01FCF4F08A954540054247B /* Debug */,
|
242
|
+
C01FCF5008A954540054247B /* Release */,
|
243
|
+
);
|
244
|
+
defaultConfigurationIsVisible = 0;
|
245
|
+
defaultConfigurationName = Release;
|
246
|
+
};
|
247
|
+
/* End XCConfigurationList section */
|
248
|
+
};
|
249
|
+
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
250
|
+
}
|
@@ -0,0 +1,262 @@
|
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
archiveVersion = 1;
|
4
|
+
classes = {
|
5
|
+
};
|
6
|
+
objectVersion = 42;
|
7
|
+
objects = {
|
8
|
+
|
9
|
+
/* Begin PBXBuildFile section */
|
10
|
+
FEA834240F7D0C7800A7B03D /* MAKVONotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43C60F7CF4C1005F5FF8 /* MAKVONotificationCenter.h */; };
|
11
|
+
FEA834250F7D0C7800A7B03D /* TTDGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43C80F7CF4C1005F5FF8 /* TTDGeometry.h */; };
|
12
|
+
FEA834260F7D0C7800A7B03D /* TTDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43CA0F7CF4C1005F5FF8 /* TTDLog.h */; };
|
13
|
+
FEA834270F7D0C7800A7B03D /* TTDNetworkActivityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43CB0F7CF4C1005F5FF8 /* TTDNetworkActivityManager.h */; };
|
14
|
+
FEA834280F7D0C7800A7B03D /* TTDURLDownloadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43CD0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.h */; };
|
15
|
+
FEA834290F7D0C7800A7B03D /* TTDError.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43CE0F7CF4C2005F5FF8 /* TTDError.h */; };
|
16
|
+
FEA8342B0F7D0C7800A7B03D /* SFHFKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43D30F7CF4C2005F5FF8 /* SFHFKeychainUtils.h */; };
|
17
|
+
FEA8342C0F7D0C7800A7B03D /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43D50F7CF4C2005F5FF8 /* Reachability.h */; };
|
18
|
+
FEA8342D0F7D0C7800A7B03D /* TTDURLConcurrentDownloadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43D60F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.h */; };
|
19
|
+
FEA8342E0F7D0C7800A7B03D /* GTMGeometryUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43D70F7CF4C3005F5FF8 /* GTMGeometryUtils.h */; };
|
20
|
+
FEA8342F0F7D0C7800A7B03D /* SynthesizeSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43D80F7CF4C3005F5FF8 /* SynthesizeSingleton.h */; };
|
21
|
+
FEA834300F7D0C7800A7B03D /* ActivitySmokeView.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAC43DA0F7CF4C3005F5FF8 /* ActivitySmokeView.h */; };
|
22
|
+
FEA834310F7D0C7800A7B03D /* TTDNetworkActivityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43C70F7CF4C1005F5FF8 /* TTDNetworkActivityManager.m */; };
|
23
|
+
FEA834320F7D0C7800A7B03D /* TTDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43C90F7CF4C1005F5FF8 /* TTDLog.m */; };
|
24
|
+
FEA834330F7D0C7800A7B03D /* TTDURLDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43CC0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.m */; };
|
25
|
+
FEA834340F7D0C7800A7B03D /* ActivitySmokeView.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43CF0F7CF4C2005F5FF8 /* ActivitySmokeView.m */; };
|
26
|
+
FEA834360F7D0C7800A7B03D /* MAKVONotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43D20F7CF4C2005F5FF8 /* MAKVONotificationCenter.m */; };
|
27
|
+
FEA834370F7D0C7800A7B03D /* SFHFKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43D40F7CF4C2005F5FF8 /* SFHFKeychainUtils.m */; };
|
28
|
+
FEA834380F7D0C7800A7B03D /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43D90F7CF4C3005F5FF8 /* Reachability.m */; };
|
29
|
+
FEA834390F7D0C7800A7B03D /* TTDURLConcurrentDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FEAC43DB0F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.m */; };
|
30
|
+
FEA8343A0F7D0C7800A7B03D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAC44D10F7CFB9C005F5FF8 /* UIKit.framework */; };
|
31
|
+
FEA8343C0F7D0C7800A7B03D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAC44AA0F7CFAE1005F5FF8 /* Foundation.framework */; };
|
32
|
+
/* End PBXBuildFile section */
|
33
|
+
|
34
|
+
/* Begin PBXFileReference section */
|
35
|
+
FEAC43C60F7CF4C1005F5FF8 /* MAKVONotificationCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MAKVONotificationCenter.h; sourceTree = "<group>"; };
|
36
|
+
FEAC43C70F7CF4C1005F5FF8 /* TTDNetworkActivityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTDNetworkActivityManager.m; sourceTree = "<group>"; };
|
37
|
+
FEAC43C80F7CF4C1005F5FF8 /* TTDGeometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDGeometry.h; sourceTree = "<group>"; };
|
38
|
+
FEAC43C90F7CF4C1005F5FF8 /* TTDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTDLog.m; sourceTree = "<group>"; };
|
39
|
+
FEAC43CA0F7CF4C1005F5FF8 /* TTDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDLog.h; sourceTree = "<group>"; };
|
40
|
+
FEAC43CB0F7CF4C1005F5FF8 /* TTDNetworkActivityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDNetworkActivityManager.h; sourceTree = "<group>"; };
|
41
|
+
FEAC43CC0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTDURLDownloadOperation.m; sourceTree = "<group>"; };
|
42
|
+
FEAC43CD0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDURLDownloadOperation.h; sourceTree = "<group>"; };
|
43
|
+
FEAC43CE0F7CF4C2005F5FF8 /* TTDError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDError.h; sourceTree = "<group>"; };
|
44
|
+
FEAC43CF0F7CF4C2005F5FF8 /* ActivitySmokeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivitySmokeView.m; sourceTree = "<group>"; };
|
45
|
+
FEAC43D20F7CF4C2005F5FF8 /* MAKVONotificationCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MAKVONotificationCenter.m; sourceTree = "<group>"; };
|
46
|
+
FEAC43D30F7CF4C2005F5FF8 /* SFHFKeychainUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SFHFKeychainUtils.h; sourceTree = "<group>"; };
|
47
|
+
FEAC43D40F7CF4C2005F5FF8 /* SFHFKeychainUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SFHFKeychainUtils.m; sourceTree = "<group>"; };
|
48
|
+
FEAC43D50F7CF4C2005F5FF8 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
49
|
+
FEAC43D60F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTDURLConcurrentDownloadOperation.h; sourceTree = "<group>"; };
|
50
|
+
FEAC43D70F7CF4C3005F5FF8 /* GTMGeometryUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMGeometryUtils.h; sourceTree = "<group>"; };
|
51
|
+
FEAC43D80F7CF4C3005F5FF8 /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SynthesizeSingleton.h; sourceTree = "<group>"; };
|
52
|
+
FEAC43D90F7CF4C3005F5FF8 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
|
53
|
+
FEAC43DA0F7CF4C3005F5FF8 /* ActivitySmokeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivitySmokeView.h; sourceTree = "<group>"; };
|
54
|
+
FEAC43DB0F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTDURLConcurrentDownloadOperation.m; sourceTree = "<group>"; };
|
55
|
+
FEAC44760F7CFA74005F5FF8 /* libTTDUtil.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTTDUtil.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
56
|
+
FEAC44AA0F7CFAE1005F5FF8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
57
|
+
FEAC44D10F7CFB9C005F5FF8 /* UIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
58
|
+
/* End PBXFileReference section */
|
59
|
+
|
60
|
+
/* Begin PBXFrameworksBuildPhase section */
|
61
|
+
FEAC44740F7CFA74005F5FF8 /* Frameworks */ = {
|
62
|
+
isa = PBXFrameworksBuildPhase;
|
63
|
+
buildActionMask = 2147483647;
|
64
|
+
files = (
|
65
|
+
FEA8343A0F7D0C7800A7B03D /* UIKit.framework in Frameworks */,
|
66
|
+
FEA8343C0F7D0C7800A7B03D /* Foundation.framework in Frameworks */,
|
67
|
+
);
|
68
|
+
runOnlyForDeploymentPostprocessing = 0;
|
69
|
+
};
|
70
|
+
/* End PBXFrameworksBuildPhase section */
|
71
|
+
|
72
|
+
/* Begin PBXGroup section */
|
73
|
+
FEA834110F7D0BCA00A7B03D /* TTDUtil */ = {
|
74
|
+
isa = PBXGroup;
|
75
|
+
children = (
|
76
|
+
FEAC43C60F7CF4C1005F5FF8 /* MAKVONotificationCenter.h */,
|
77
|
+
FEAC43C70F7CF4C1005F5FF8 /* TTDNetworkActivityManager.m */,
|
78
|
+
FEAC43C80F7CF4C1005F5FF8 /* TTDGeometry.h */,
|
79
|
+
FEAC43C90F7CF4C1005F5FF8 /* TTDLog.m */,
|
80
|
+
FEAC43CA0F7CF4C1005F5FF8 /* TTDLog.h */,
|
81
|
+
FEAC43CB0F7CF4C1005F5FF8 /* TTDNetworkActivityManager.h */,
|
82
|
+
FEAC43CC0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.m */,
|
83
|
+
FEAC43CD0F7CF4C2005F5FF8 /* TTDURLDownloadOperation.h */,
|
84
|
+
FEAC43CE0F7CF4C2005F5FF8 /* TTDError.h */,
|
85
|
+
FEAC43CF0F7CF4C2005F5FF8 /* ActivitySmokeView.m */,
|
86
|
+
FEAC43D20F7CF4C2005F5FF8 /* MAKVONotificationCenter.m */,
|
87
|
+
FEAC43D30F7CF4C2005F5FF8 /* SFHFKeychainUtils.h */,
|
88
|
+
FEAC43D40F7CF4C2005F5FF8 /* SFHFKeychainUtils.m */,
|
89
|
+
FEAC43D50F7CF4C2005F5FF8 /* Reachability.h */,
|
90
|
+
FEAC43D60F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.h */,
|
91
|
+
FEAC43D70F7CF4C3005F5FF8 /* GTMGeometryUtils.h */,
|
92
|
+
FEAC43D80F7CF4C3005F5FF8 /* SynthesizeSingleton.h */,
|
93
|
+
FEAC43D90F7CF4C3005F5FF8 /* Reachability.m */,
|
94
|
+
FEAC43DA0F7CF4C3005F5FF8 /* ActivitySmokeView.h */,
|
95
|
+
FEAC43DB0F7CF4C3005F5FF8 /* TTDURLConcurrentDownloadOperation.m */,
|
96
|
+
);
|
97
|
+
name = TTDUtil;
|
98
|
+
sourceTree = "<group>";
|
99
|
+
};
|
100
|
+
FEAC43B70F7CF4AE005F5FF8 = {
|
101
|
+
isa = PBXGroup;
|
102
|
+
children = (
|
103
|
+
FEA834110F7D0BCA00A7B03D /* TTDUtil */,
|
104
|
+
FEAC44770F7CFA74005F5FF8 /* Products */,
|
105
|
+
);
|
106
|
+
sourceTree = "<group>";
|
107
|
+
};
|
108
|
+
FEAC44770F7CFA74005F5FF8 /* Products */ = {
|
109
|
+
isa = PBXGroup;
|
110
|
+
children = (
|
111
|
+
FEAC44D10F7CFB9C005F5FF8 /* UIKit.framework */,
|
112
|
+
FEAC44760F7CFA74005F5FF8 /* libTTDUtil.a */,
|
113
|
+
FEAC44AA0F7CFAE1005F5FF8 /* Foundation.framework */,
|
114
|
+
);
|
115
|
+
name = Products;
|
116
|
+
sourceTree = "<group>";
|
117
|
+
};
|
118
|
+
/* End PBXGroup section */
|
119
|
+
|
120
|
+
/* Begin PBXHeadersBuildPhase section */
|
121
|
+
FEAC44720F7CFA74005F5FF8 /* Headers */ = {
|
122
|
+
isa = PBXHeadersBuildPhase;
|
123
|
+
buildActionMask = 2147483647;
|
124
|
+
files = (
|
125
|
+
FEA834240F7D0C7800A7B03D /* MAKVONotificationCenter.h in Headers */,
|
126
|
+
FEA834250F7D0C7800A7B03D /* TTDGeometry.h in Headers */,
|
127
|
+
FEA834260F7D0C7800A7B03D /* TTDLog.h in Headers */,
|
128
|
+
FEA834270F7D0C7800A7B03D /* TTDNetworkActivityManager.h in Headers */,
|
129
|
+
FEA834280F7D0C7800A7B03D /* TTDURLDownloadOperation.h in Headers */,
|
130
|
+
FEA834290F7D0C7800A7B03D /* TTDError.h in Headers */,
|
131
|
+
FEA8342B0F7D0C7800A7B03D /* SFHFKeychainUtils.h in Headers */,
|
132
|
+
FEA8342C0F7D0C7800A7B03D /* Reachability.h in Headers */,
|
133
|
+
FEA8342D0F7D0C7800A7B03D /* TTDURLConcurrentDownloadOperation.h in Headers */,
|
134
|
+
FEA8342E0F7D0C7800A7B03D /* GTMGeometryUtils.h in Headers */,
|
135
|
+
FEA8342F0F7D0C7800A7B03D /* SynthesizeSingleton.h in Headers */,
|
136
|
+
FEA834300F7D0C7800A7B03D /* ActivitySmokeView.h in Headers */,
|
137
|
+
);
|
138
|
+
runOnlyForDeploymentPostprocessing = 0;
|
139
|
+
};
|
140
|
+
/* End PBXHeadersBuildPhase section */
|
141
|
+
|
142
|
+
/* Begin PBXNativeTarget section */
|
143
|
+
FEAC44750F7CFA74005F5FF8 /* TTDUtil */ = {
|
144
|
+
isa = PBXNativeTarget;
|
145
|
+
buildConfigurationList = FEAC447A0F7CFA75005F5FF8 /* Build configuration list for PBXNativeTarget "TTDUtil" */;
|
146
|
+
buildPhases = (
|
147
|
+
FEAC44720F7CFA74005F5FF8 /* Headers */,
|
148
|
+
FEAC44730F7CFA74005F5FF8 /* Sources */,
|
149
|
+
FEAC44740F7CFA74005F5FF8 /* Frameworks */,
|
150
|
+
);
|
151
|
+
buildRules = (
|
152
|
+
);
|
153
|
+
dependencies = (
|
154
|
+
);
|
155
|
+
name = TTDUtil;
|
156
|
+
productName = TTDUtil;
|
157
|
+
productReference = FEAC44760F7CFA74005F5FF8 /* libTTDUtil.a */;
|
158
|
+
productType = "com.apple.product-type.library.static";
|
159
|
+
};
|
160
|
+
/* End PBXNativeTarget section */
|
161
|
+
|
162
|
+
/* Begin PBXProject section */
|
163
|
+
FEAC43B90F7CF4AE005F5FF8 /* Project object */ = {
|
164
|
+
isa = PBXProject;
|
165
|
+
buildConfigurationList = FEAC43BC0F7CF4AE005F5FF8 /* Build configuration list for PBXProject "TTDUtil" */;
|
166
|
+
compatibilityVersion = "Xcode 2.4";
|
167
|
+
hasScannedForEncodings = 0;
|
168
|
+
mainGroup = FEAC43B70F7CF4AE005F5FF8;
|
169
|
+
productRefGroup = FEAC44770F7CFA74005F5FF8 /* Products */;
|
170
|
+
projectDirPath = "";
|
171
|
+
projectRoot = "";
|
172
|
+
targets = (
|
173
|
+
FEAC44750F7CFA74005F5FF8 /* TTDUtil */,
|
174
|
+
);
|
175
|
+
};
|
176
|
+
/* End PBXProject section */
|
177
|
+
|
178
|
+
/* Begin PBXSourcesBuildPhase section */
|
179
|
+
FEAC44730F7CFA74005F5FF8 /* Sources */ = {
|
180
|
+
isa = PBXSourcesBuildPhase;
|
181
|
+
buildActionMask = 2147483647;
|
182
|
+
files = (
|
183
|
+
FEA834310F7D0C7800A7B03D /* TTDNetworkActivityManager.m in Sources */,
|
184
|
+
FEA834320F7D0C7800A7B03D /* TTDLog.m in Sources */,
|
185
|
+
FEA834330F7D0C7800A7B03D /* TTDURLDownloadOperation.m in Sources */,
|
186
|
+
FEA834340F7D0C7800A7B03D /* ActivitySmokeView.m in Sources */,
|
187
|
+
FEA834360F7D0C7800A7B03D /* MAKVONotificationCenter.m in Sources */,
|
188
|
+
FEA834370F7D0C7800A7B03D /* SFHFKeychainUtils.m in Sources */,
|
189
|
+
FEA834380F7D0C7800A7B03D /* Reachability.m in Sources */,
|
190
|
+
FEA834390F7D0C7800A7B03D /* TTDURLConcurrentDownloadOperation.m in Sources */,
|
191
|
+
);
|
192
|
+
runOnlyForDeploymentPostprocessing = 0;
|
193
|
+
};
|
194
|
+
/* End PBXSourcesBuildPhase section */
|
195
|
+
|
196
|
+
/* Begin XCBuildConfiguration section */
|
197
|
+
FEAC43BA0F7CF4AE005F5FF8 /* Debug */ = {
|
198
|
+
isa = XCBuildConfiguration;
|
199
|
+
buildSettings = {
|
200
|
+
COPY_PHASE_STRIP = NO;
|
201
|
+
};
|
202
|
+
name = Debug;
|
203
|
+
};
|
204
|
+
FEAC43BB0F7CF4AE005F5FF8 /* Release */ = {
|
205
|
+
isa = XCBuildConfiguration;
|
206
|
+
buildSettings = {
|
207
|
+
COPY_PHASE_STRIP = YES;
|
208
|
+
};
|
209
|
+
name = Release;
|
210
|
+
};
|
211
|
+
FEAC44780F7CFA75005F5FF8 /* Debug */ = {
|
212
|
+
isa = XCBuildConfiguration;
|
213
|
+
buildSettings = {
|
214
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
215
|
+
ARCHS = armv6;
|
216
|
+
COPY_PHASE_STRIP = NO;
|
217
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
218
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
219
|
+
PREBINDING = NO;
|
220
|
+
PRODUCT_NAME = TTDUtil;
|
221
|
+
SDKROOT = iphoneos2.0;
|
222
|
+
};
|
223
|
+
name = Debug;
|
224
|
+
};
|
225
|
+
FEAC44790F7CFA75005F5FF8 /* Release */ = {
|
226
|
+
isa = XCBuildConfiguration;
|
227
|
+
buildSettings = {
|
228
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
229
|
+
COPY_PHASE_STRIP = YES;
|
230
|
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
231
|
+
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
232
|
+
PREBINDING = NO;
|
233
|
+
PRODUCT_NAME = TTDUtil;
|
234
|
+
ZERO_LINK = NO;
|
235
|
+
};
|
236
|
+
name = Release;
|
237
|
+
};
|
238
|
+
/* End XCBuildConfiguration section */
|
239
|
+
|
240
|
+
/* Begin XCConfigurationList section */
|
241
|
+
FEAC43BC0F7CF4AE005F5FF8 /* Build configuration list for PBXProject "TTDUtil" */ = {
|
242
|
+
isa = XCConfigurationList;
|
243
|
+
buildConfigurations = (
|
244
|
+
FEAC43BA0F7CF4AE005F5FF8 /* Debug */,
|
245
|
+
FEAC43BB0F7CF4AE005F5FF8 /* Release */,
|
246
|
+
);
|
247
|
+
defaultConfigurationIsVisible = 0;
|
248
|
+
defaultConfigurationName = Release;
|
249
|
+
};
|
250
|
+
FEAC447A0F7CFA75005F5FF8 /* Build configuration list for PBXNativeTarget "TTDUtil" */ = {
|
251
|
+
isa = XCConfigurationList;
|
252
|
+
buildConfigurations = (
|
253
|
+
FEAC44780F7CFA75005F5FF8 /* Debug */,
|
254
|
+
FEAC44790F7CFA75005F5FF8 /* Release */,
|
255
|
+
);
|
256
|
+
defaultConfigurationIsVisible = 0;
|
257
|
+
defaultConfigurationName = Release;
|
258
|
+
};
|
259
|
+
/* End XCConfigurationList section */
|
260
|
+
};
|
261
|
+
rootObject = FEAC43B90F7CF4AE005F5FF8 /* Project object */;
|
262
|
+
}
|
data/zerg_xcode.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{zerg_xcode}
|
5
|
-
s.version = "0.3.
|
5
|
+
s.version = "0.3.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Victor Costan"]
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.email = %q{victor@zergling.net}
|
13
13
|
s.executables = ["zerg-xcode"]
|
14
14
|
s.extra_rdoc_files = ["bin/zerg-xcode", "CHANGELOG", "lib/zerg_xcode/file_format/archiver.rb", "lib/zerg_xcode/file_format/encoder.rb", "lib/zerg_xcode/file_format/lexer.rb", "lib/zerg_xcode/file_format/parser.rb", "lib/zerg_xcode/file_format/paths.rb", "lib/zerg_xcode/objects/pbx_build_file.rb", "lib/zerg_xcode/objects/pbx_build_phase.rb", "lib/zerg_xcode/objects/pbx_container_item_proxy.rb", "lib/zerg_xcode/objects/pbx_group.rb", "lib/zerg_xcode/objects/pbx_native_target.rb", "lib/zerg_xcode/objects/pbx_project.rb", "lib/zerg_xcode/objects/pbx_target_dependency.rb", "lib/zerg_xcode/objects/xc_configuration_list.rb", "lib/zerg_xcode/objects/xcode_object.rb", "lib/zerg_xcode/plugins/addlibrary.rb", "lib/zerg_xcode/plugins/core/core.rb", "lib/zerg_xcode/plugins/help.rb", "lib/zerg_xcode/plugins/import.rb", "lib/zerg_xcode/plugins/irb.rb", "lib/zerg_xcode/plugins/ls.rb", "lib/zerg_xcode/plugins/lstargets.rb", "lib/zerg_xcode/plugins/retarget.rb", "lib/zerg_xcode/shortcuts.rb", "lib/zerg_xcode.rb", "LICENSE", "README.textile"]
|
15
|
-
s.files = ["bin/zerg-xcode", "CHANGELOG", "lib/zerg_xcode/file_format/archiver.rb", "lib/zerg_xcode/file_format/encoder.rb", "lib/zerg_xcode/file_format/lexer.rb", "lib/zerg_xcode/file_format/parser.rb", "lib/zerg_xcode/file_format/paths.rb", "lib/zerg_xcode/objects/pbx_build_file.rb", "lib/zerg_xcode/objects/pbx_build_phase.rb", "lib/zerg_xcode/objects/pbx_container_item_proxy.rb", "lib/zerg_xcode/objects/pbx_group.rb", "lib/zerg_xcode/objects/pbx_native_target.rb", "lib/zerg_xcode/objects/pbx_project.rb", "lib/zerg_xcode/objects/pbx_target_dependency.rb", "lib/zerg_xcode/objects/xc_configuration_list.rb", "lib/zerg_xcode/objects/xcode_object.rb", "lib/zerg_xcode/plugins/addlibrary.rb", "lib/zerg_xcode/plugins/core/core.rb", "lib/zerg_xcode/plugins/help.rb", "lib/zerg_xcode/plugins/import.rb", "lib/zerg_xcode/plugins/irb.rb", "lib/zerg_xcode/plugins/ls.rb", "lib/zerg_xcode/plugins/lstargets.rb", "lib/zerg_xcode/plugins/retarget.rb", "lib/zerg_xcode/shortcuts.rb", "lib/zerg_xcode.rb", "LICENSE", "Manifest", "Rakefile", "README.textile", "RUBYFORGE", "test/file_format/archiver_test.rb", "test/file_format/encoder_test.rb", "test/file_format/lexer_test.rb", "test/file_format/parser_test.rb", "test/file_format/path_test.rb", "test/objects/pbx_build_file_test.rb", "test/objects/pbx_build_phase_test.rb", "test/objects/pbx_container_item_proxy_test.rb", "test/objects/pbx_group_test.rb", "test/objects/pbx_native_target_test.rb", "test/objects/pbx_project_test.rb", "test/objects/pbx_target_dependency_test.rb", "test/objects/xc_configuration_list_test.rb", "test/objects/xcode_object_test.rb", "test/plugins/core/core_test.rb", "test/plugins/import_test.rb", "test/plugins/irb_test.rb", "test/plugins/ls_test.rb", "test/plugins/lstargets_test.rb", "test/plugins/retarget_test.rb", "test/plugins/test_helper.rb", "test/shortcuts_test.rb", "testdata/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj", "testdata/project.pbxproj", "testdata/project.pbxproj.compat", "testdata/TestApp/TestApp.xcodeproj/project.pbxproj", "testdata/
|
15
|
+
s.files = ["bin/zerg-xcode", "CHANGELOG", "lib/zerg_xcode/file_format/archiver.rb", "lib/zerg_xcode/file_format/encoder.rb", "lib/zerg_xcode/file_format/lexer.rb", "lib/zerg_xcode/file_format/parser.rb", "lib/zerg_xcode/file_format/paths.rb", "lib/zerg_xcode/objects/pbx_build_file.rb", "lib/zerg_xcode/objects/pbx_build_phase.rb", "lib/zerg_xcode/objects/pbx_container_item_proxy.rb", "lib/zerg_xcode/objects/pbx_group.rb", "lib/zerg_xcode/objects/pbx_native_target.rb", "lib/zerg_xcode/objects/pbx_project.rb", "lib/zerg_xcode/objects/pbx_target_dependency.rb", "lib/zerg_xcode/objects/xc_configuration_list.rb", "lib/zerg_xcode/objects/xcode_object.rb", "lib/zerg_xcode/plugins/addlibrary.rb", "lib/zerg_xcode/plugins/core/core.rb", "lib/zerg_xcode/plugins/help.rb", "lib/zerg_xcode/plugins/import.rb", "lib/zerg_xcode/plugins/irb.rb", "lib/zerg_xcode/plugins/ls.rb", "lib/zerg_xcode/plugins/lstargets.rb", "lib/zerg_xcode/plugins/retarget.rb", "lib/zerg_xcode/shortcuts.rb", "lib/zerg_xcode.rb", "LICENSE", "Manifest", "Rakefile", "README.textile", "RUBYFORGE", "test/file_format/archiver_test.rb", "test/file_format/encoder_test.rb", "test/file_format/lexer_test.rb", "test/file_format/parser_test.rb", "test/file_format/path_test.rb", "test/objects/pbx_build_file_test.rb", "test/objects/pbx_build_phase_test.rb", "test/objects/pbx_container_item_proxy_test.rb", "test/objects/pbx_group_test.rb", "test/objects/pbx_native_target_test.rb", "test/objects/pbx_project_test.rb", "test/objects/pbx_target_dependency_test.rb", "test/objects/xc_configuration_list_test.rb", "test/objects/xcode_object_test.rb", "test/plugins/addlibrary_test.rb", "test/plugins/core/core_test.rb", "test/plugins/import_test.rb", "test/plugins/irb_test.rb", "test/plugins/ls_test.rb", "test/plugins/lstargets_test.rb", "test/plugins/retarget_test.rb", "test/plugins/test_helper.rb", "test/shortcuts_test.rb", "testdata/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj", "testdata/project.pbxproj", "testdata/project.pbxproj.compat", "testdata/TestApp/TestApp.xcodeproj/project.pbxproj", "testdata/TestApp30.xcodeproj/project.pbxproj", "testdata/TestLib30.xcodeproj/project.pbxproj", "testdata/ZergSupport.xcodeproj/project.pbxproj", "zerg_xcode.gemspec"]
|
16
16
|
s.has_rdoc = true
|
17
17
|
s.homepage = %q{http://www.zergling.net/}
|
18
18
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Zerg_xcode", "--main", "README.textile"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zerg_xcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Costan
|
@@ -94,6 +94,7 @@ files:
|
|
94
94
|
- test/objects/pbx_target_dependency_test.rb
|
95
95
|
- test/objects/xc_configuration_list_test.rb
|
96
96
|
- test/objects/xcode_object_test.rb
|
97
|
+
- test/plugins/addlibrary_test.rb
|
97
98
|
- test/plugins/core/core_test.rb
|
98
99
|
- test/plugins/import_test.rb
|
99
100
|
- test/plugins/irb_test.rb
|
@@ -106,6 +107,8 @@ files:
|
|
106
107
|
- testdata/project.pbxproj
|
107
108
|
- testdata/project.pbxproj.compat
|
108
109
|
- testdata/TestApp/TestApp.xcodeproj/project.pbxproj
|
110
|
+
- testdata/TestApp30.xcodeproj/project.pbxproj
|
111
|
+
- testdata/TestLib30.xcodeproj/project.pbxproj
|
109
112
|
- testdata/ZergSupport.xcodeproj/project.pbxproj
|
110
113
|
- zerg_xcode.gemspec
|
111
114
|
has_rdoc: true
|