zerg_xcode 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/Manifest +9 -0
- data/RUBYFORGE +2 -2
- data/lib/zerg_xcode/objects/pbx_container_item_proxy.rb +10 -0
- data/lib/zerg_xcode/objects/pbx_group.rb +3 -0
- data/lib/zerg_xcode/objects/pbx_project.rb +11 -0
- data/lib/zerg_xcode/objects/pbx_target_dependency.rb +7 -0
- data/lib/zerg_xcode/objects/xc_configuration_list.rb +3 -0
- data/lib/zerg_xcode/objects/xcode_object.rb +16 -2
- data/lib/zerg_xcode/plugins/import.rb +306 -1
- data/lib/zerg_xcode.rb +4 -0
- data/test/objects/pbx_container_item_proxy_test.rb +14 -0
- data/test/objects/pbx_group_test.rb +12 -0
- data/test/objects/pbx_project_test.rb +12 -0
- data/test/objects/pbx_target_dependency_test.rb +14 -0
- data/test/objects/xc_configuration_list_test.rb +12 -0
- data/test/objects/xcode_object_test.rb +26 -0
- data/test/plugins/import_test.rb +211 -2
- data/testdata/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj +332 -0
- data/testdata/ZergSupport.xcodeproj/project.pbxproj +33 -52
- data/zerg_xcode.gemspec +5 -5
- metadata +19 -2
@@ -119,23 +119,23 @@
|
|
119
119
|
575520AB0F4E17E30046B0EE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
|
120
120
|
575520AC0F4E17E30046B0EE /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
|
121
121
|
575520AD0F4E17E30046B0EE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57551D5D0F4DE21E0046B0EE /* QuartzCore.framework */; };
|
122
|
-
|
123
|
-
|
122
|
+
5767B1110F5658EA002F11FE /* libZergTestSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 572E0BBE0F56569600E3FEF7 /* libZergTestSupport.a */; };
|
123
|
+
5767B1130F565903002F11FE /* libZergSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 572E0BBC0F56569600E3FEF7 /* libZergSupport.a */; };
|
124
124
|
/* End PBXBuildFile section */
|
125
125
|
|
126
126
|
/* Begin PBXContainerItemProxy section */
|
127
127
|
57551FBB0F4E0EDA0046B0EE /* PBXContainerItemProxy */ = {
|
128
128
|
isa = PBXContainerItemProxy;
|
129
|
-
containerPortal =
|
129
|
+
containerPortal = 29B97313FDCFA39411CA2CEF /* Project object */;
|
130
130
|
proxyType = 1;
|
131
|
-
remoteGlobalIDString = 57551CB80F4DE19D0046B0EE
|
131
|
+
remoteGlobalIDString = 57551CB80F4DE19D0046B0EE;
|
132
132
|
remoteInfo = ZergSupport;
|
133
133
|
};
|
134
134
|
57551FBD0F4E0EEE0046B0EE /* PBXContainerItemProxy */ = {
|
135
135
|
isa = PBXContainerItemProxy;
|
136
|
-
containerPortal =
|
136
|
+
containerPortal = 29B97313FDCFA39411CA2CEF /* Project object */;
|
137
137
|
proxyType = 1;
|
138
|
-
remoteGlobalIDString = 57551FB60F4E0EBA0046B0EE
|
138
|
+
remoteGlobalIDString = 57551FB60F4E0EBA0046B0EE;
|
139
139
|
remoteInfo = ZergTestSupport;
|
140
140
|
};
|
141
141
|
/* End PBXContainerItemProxy section */
|
@@ -144,11 +144,11 @@
|
|
144
144
|
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
145
145
|
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
146
146
|
288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
147
|
-
28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
|
148
147
|
32CA4F630368D1EE00C91783 /* ZergSupport_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZergSupport_Prefix.pch; sourceTree = "<group>"; };
|
149
|
-
|
148
|
+
572E0BBC0F56569600E3FEF7 /* libZergSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZergSupport.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
149
|
+
572E0BBE0F56569600E3FEF7 /* libZergTestSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZergTestSupport.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
150
|
+
572E0BBF0F56569600E3FEF7 /* ZergSupportTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZergSupportTests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
150
151
|
57551D5D0F4DE21E0046B0EE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
151
|
-
57551E3A0F4E0AE60046B0EE /* ZergSupportTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZergSupportTests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
152
152
|
57551E3C0F4E0AE60046B0EE /* ZergSupportTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ZergSupportTests-Info.plist"; sourceTree = "<group>"; };
|
153
153
|
57551E790F4E0D4D0046B0EE /* ControllerSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ControllerSupport.h; sourceTree = "<group>"; };
|
154
154
|
57551E7A0F4E0D4D0046B0EE /* ZNSyncController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZNSyncController.h; sourceTree = "<group>"; };
|
@@ -255,8 +255,6 @@
|
|
255
255
|
57551EE50F4E0D4D0046B0EE /* ZNXmlHttpRequestTest.body */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ZNXmlHttpRequestTest.body; sourceTree = "<group>"; };
|
256
256
|
57551EE60F4E0D4D0046B0EE /* ZNXmlHttpRequestTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZNXmlHttpRequestTest.m; sourceTree = "<group>"; };
|
257
257
|
57551EE70F4E0D4D0046B0EE /* ZNXmlHttpRequestTest.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = ZNXmlHttpRequestTest.xml; sourceTree = "<group>"; };
|
258
|
-
57551FB70F4E0EBA0046B0EE /* libZergTestSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZergTestSupport.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
259
|
-
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
260
258
|
/* End PBXFileReference section */
|
261
259
|
|
262
260
|
/* Begin PBXFrameworksBuildPhase section */
|
@@ -279,7 +277,7 @@
|
|
279
277
|
575520AB0F4E17E30046B0EE /* UIKit.framework in Frameworks */,
|
280
278
|
575520AC0F4E17E30046B0EE /* CoreGraphics.framework in Frameworks */,
|
281
279
|
575520AD0F4E17E30046B0EE /* QuartzCore.framework in Frameworks */,
|
282
|
-
|
280
|
+
5767B1110F5658EA002F11FE /* libZergTestSupport.a in Frameworks */,
|
283
281
|
);
|
284
282
|
runOnlyForDeploymentPostprocessing = 0;
|
285
283
|
};
|
@@ -291,57 +289,27 @@
|
|
291
289
|
575520A70F4E17D80046B0EE /* UIKit.framework in Frameworks */,
|
292
290
|
575520A80F4E17D80046B0EE /* CoreGraphics.framework in Frameworks */,
|
293
291
|
575520A90F4E17D80046B0EE /* QuartzCore.framework in Frameworks */,
|
294
|
-
|
292
|
+
5767B1130F565903002F11FE /* libZergSupport.a in Frameworks */,
|
295
293
|
);
|
296
294
|
runOnlyForDeploymentPostprocessing = 0;
|
297
295
|
};
|
298
296
|
/* End PBXFrameworksBuildPhase section */
|
299
297
|
|
300
298
|
/* Begin PBXGroup section */
|
301
|
-
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
302
|
-
isa = PBXGroup;
|
303
|
-
children = (
|
304
|
-
57551CB90F4DE19D0046B0EE /* libZergSupport.a */,
|
305
|
-
57551E3A0F4E0AE60046B0EE /* ZergSupportTests.app */,
|
306
|
-
57551FB70F4E0EBA0046B0EE /* libZergTestSupport.a */,
|
307
|
-
);
|
308
|
-
name = Products;
|
309
|
-
sourceTree = "<group>";
|
310
|
-
};
|
311
299
|
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
312
300
|
isa = PBXGroup;
|
313
301
|
children = (
|
314
302
|
57551E770F4E0D4D0046B0EE /* ZergSupport */,
|
315
|
-
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
316
|
-
29B97317FDCFA39411CA2CEA /* Resources */,
|
317
303
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
318
|
-
|
319
|
-
57551D5D0F4DE21E0046B0EE /* QuartzCore.framework */,
|
320
|
-
57551E3C0F4E0AE60046B0EE /* ZergSupportTests-Info.plist */,
|
304
|
+
572E0BBD0F56569600E3FEF7 /* Products */,
|
321
305
|
);
|
322
306
|
name = CustomTemplate;
|
323
307
|
sourceTree = "<group>";
|
324
308
|
};
|
325
|
-
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
326
|
-
isa = PBXGroup;
|
327
|
-
children = (
|
328
|
-
32CA4F630368D1EE00C91783 /* ZergSupport_Prefix.pch */,
|
329
|
-
);
|
330
|
-
name = "Other Sources";
|
331
|
-
sourceTree = "<group>";
|
332
|
-
};
|
333
|
-
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
334
|
-
isa = PBXGroup;
|
335
|
-
children = (
|
336
|
-
28AD733E0D9D9553002E5188 /* MainWindow.xib */,
|
337
|
-
8D1107310486CEB800E47090 /* Info.plist */,
|
338
|
-
);
|
339
|
-
name = Resources;
|
340
|
-
sourceTree = "<group>";
|
341
|
-
};
|
342
309
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
343
310
|
isa = PBXGroup;
|
344
311
|
children = (
|
312
|
+
57551D5D0F4DE21E0046B0EE /* QuartzCore.framework */,
|
345
313
|
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
|
346
314
|
1D30AB110D05D00D00671497 /* Foundation.framework */,
|
347
315
|
288765FC0DF74451002DB57D /* CoreGraphics.framework */,
|
@@ -349,16 +317,28 @@
|
|
349
317
|
name = Frameworks;
|
350
318
|
sourceTree = "<group>";
|
351
319
|
};
|
320
|
+
572E0BBD0F56569600E3FEF7 /* Products */ = {
|
321
|
+
isa = PBXGroup;
|
322
|
+
children = (
|
323
|
+
572E0BBC0F56569600E3FEF7 /* libZergSupport.a */,
|
324
|
+
572E0BBE0F56569600E3FEF7 /* libZergTestSupport.a */,
|
325
|
+
572E0BBF0F56569600E3FEF7 /* ZergSupportTests.app */,
|
326
|
+
);
|
327
|
+
name = Products;
|
328
|
+
sourceTree = "<group>";
|
329
|
+
};
|
352
330
|
57551E770F4E0D4D0046B0EE /* ZergSupport */ = {
|
353
331
|
isa = PBXGroup;
|
354
332
|
children = (
|
355
333
|
57551E780F4E0D4D0046B0EE /* ControllerSupport */,
|
356
334
|
57551E840F4E0D4D0046B0EE /* FormatSupport */,
|
357
|
-
57551EA00F4E0D4D0046B0EE /* LICENSE */,
|
358
|
-
57551EA10F4E0D4D0046B0EE /* MIT-LICENSE */,
|
359
335
|
57551EA20F4E0D4D0046B0EE /* ModelSupport */,
|
360
336
|
57551EC00F4E0D4D0046B0EE /* TestSupport */,
|
361
337
|
57551ED90F4E0D4D0046B0EE /* WebSupport */,
|
338
|
+
57551EA00F4E0D4D0046B0EE /* LICENSE */,
|
339
|
+
57551EA10F4E0D4D0046B0EE /* MIT-LICENSE */,
|
340
|
+
57551E3C0F4E0AE60046B0EE /* ZergSupportTests-Info.plist */,
|
341
|
+
32CA4F630368D1EE00C91783 /* ZergSupport_Prefix.pch */,
|
362
342
|
);
|
363
343
|
path = ZergSupport;
|
364
344
|
sourceTree = "<group>";
|
@@ -583,7 +563,7 @@
|
|
583
563
|
);
|
584
564
|
name = ZergSupport;
|
585
565
|
productName = ZergSupport;
|
586
|
-
productReference =
|
566
|
+
productReference = 572E0BBC0F56569600E3FEF7 /* libZergSupport.a */;
|
587
567
|
productType = "com.apple.product-type.library.static";
|
588
568
|
};
|
589
569
|
57551E390F4E0AE60046B0EE /* ZergSupportTests */ = {
|
@@ -601,7 +581,7 @@
|
|
601
581
|
);
|
602
582
|
name = ZergSupportTests;
|
603
583
|
productName = ZergSupportTests;
|
604
|
-
productReference =
|
584
|
+
productReference = 572E0BBF0F56569600E3FEF7 /* ZergSupportTests.app */;
|
605
585
|
productType = "com.apple.product-type.application";
|
606
586
|
};
|
607
587
|
57551FB60F4E0EBA0046B0EE /* ZergTestSupport */ = {
|
@@ -619,18 +599,19 @@
|
|
619
599
|
);
|
620
600
|
name = ZergTestSupport;
|
621
601
|
productName = ZergTestSupport;
|
622
|
-
productReference =
|
602
|
+
productReference = 572E0BBE0F56569600E3FEF7 /* libZergTestSupport.a */;
|
623
603
|
productType = "com.apple.product-type.library.static";
|
624
604
|
};
|
625
605
|
/* End PBXNativeTarget section */
|
626
606
|
|
627
607
|
/* Begin PBXProject section */
|
628
|
-
|
608
|
+
29B97313FDCFA39411CA2CEF /* Project object */ = {
|
629
609
|
isa = PBXProject;
|
630
610
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ZergSupport" */;
|
631
611
|
compatibilityVersion = "Xcode 3.1";
|
632
612
|
hasScannedForEncodings = 1;
|
633
613
|
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
614
|
+
productRefGroup = 572E0BBD0F56569600E3FEF7 /* Products */;
|
634
615
|
projectDirPath = "";
|
635
616
|
projectRoot = "";
|
636
617
|
targets = (
|
@@ -926,5 +907,5 @@
|
|
926
907
|
};
|
927
908
|
/* End XCConfigurationList section */
|
928
909
|
};
|
929
|
-
rootObject =
|
910
|
+
rootObject = 29B97313FDCFA39411CA2CEF /* Project object */;
|
930
911
|
}
|
data/zerg_xcode.gemspec
CHANGED
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{zerg_xcode}
|
5
|
-
s.version = "0.
|
5
|
+
s.version = "0.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"]
|
9
|
-
s.date = %q{2009-02-
|
9
|
+
s.date = %q{2009-02-27}
|
10
10
|
s.default_executable = %q{bin/zerg-xcode}
|
11
11
|
s.description = %q{Automated modifications for Xcode project files}
|
12
12
|
s.email = %q{victor@zergling.net}
|
13
13
|
s.executables = ["zerg-xcode"]
|
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_native_target.rb", "lib/zerg_xcode/objects/pbx_project.rb", "lib/zerg_xcode/objects/xcode_object.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/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_native_target.rb", "lib/zerg_xcode/objects/pbx_project.rb", "lib/zerg_xcode/objects/xcode_object.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/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_native_target_test.rb", "test/objects/pbx_project_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/retarget_test.rb", "test/plugins/test_helper.rb", "test/shortcuts_test.rb", "testdata/project.pbxproj", "testdata/project.pbxproj.compat", "testdata/TestApp/TestApp.xcodeproj/project.pbxproj", "testdata/ZergSupport.xcodeproj/project.pbxproj", "zerg_xcode.gemspec"]
|
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_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/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/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_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/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/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_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/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/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"]
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.rubyforge_project = %q{zerglings}
|
21
21
|
s.rubygems_version = %q{1.3.1}
|
22
22
|
s.summary = %q{Automated modifications for Xcode project files}
|
23
|
-
s.test_files = ["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_native_target_test.rb", "test/objects/pbx_project_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/retarget_test.rb", "test/plugins/test_helper.rb", "test/shortcuts_test.rb"]
|
23
|
+
s.test_files = ["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_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/retarget_test.rb", "test/plugins/test_helper.rb", "test/shortcuts_test.rb"]
|
24
24
|
|
25
25
|
if s.respond_to? :specification_version then
|
26
26
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
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.
|
4
|
+
version: "0.2"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Costan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-02-
|
12
|
+
date: 2009-02-27 00:00:00 -05:00
|
13
13
|
default_executable: bin/zerg-xcode
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -28,8 +28,12 @@ extra_rdoc_files:
|
|
28
28
|
- lib/zerg_xcode/file_format/parser.rb
|
29
29
|
- lib/zerg_xcode/file_format/paths.rb
|
30
30
|
- lib/zerg_xcode/objects/pbx_build_file.rb
|
31
|
+
- lib/zerg_xcode/objects/pbx_container_item_proxy.rb
|
32
|
+
- lib/zerg_xcode/objects/pbx_group.rb
|
31
33
|
- lib/zerg_xcode/objects/pbx_native_target.rb
|
32
34
|
- lib/zerg_xcode/objects/pbx_project.rb
|
35
|
+
- lib/zerg_xcode/objects/pbx_target_dependency.rb
|
36
|
+
- lib/zerg_xcode/objects/xc_configuration_list.rb
|
33
37
|
- lib/zerg_xcode/objects/xcode_object.rb
|
34
38
|
- lib/zerg_xcode/plugins/core/core.rb
|
35
39
|
- lib/zerg_xcode/plugins/help.rb
|
@@ -50,8 +54,12 @@ files:
|
|
50
54
|
- lib/zerg_xcode/file_format/parser.rb
|
51
55
|
- lib/zerg_xcode/file_format/paths.rb
|
52
56
|
- lib/zerg_xcode/objects/pbx_build_file.rb
|
57
|
+
- lib/zerg_xcode/objects/pbx_container_item_proxy.rb
|
58
|
+
- lib/zerg_xcode/objects/pbx_group.rb
|
53
59
|
- lib/zerg_xcode/objects/pbx_native_target.rb
|
54
60
|
- lib/zerg_xcode/objects/pbx_project.rb
|
61
|
+
- lib/zerg_xcode/objects/pbx_target_dependency.rb
|
62
|
+
- lib/zerg_xcode/objects/xc_configuration_list.rb
|
55
63
|
- lib/zerg_xcode/objects/xcode_object.rb
|
56
64
|
- lib/zerg_xcode/plugins/core/core.rb
|
57
65
|
- lib/zerg_xcode/plugins/help.rb
|
@@ -72,8 +80,12 @@ files:
|
|
72
80
|
- test/file_format/parser_test.rb
|
73
81
|
- test/file_format/path_test.rb
|
74
82
|
- test/objects/pbx_build_file_test.rb
|
83
|
+
- test/objects/pbx_container_item_proxy_test.rb
|
84
|
+
- test/objects/pbx_group_test.rb
|
75
85
|
- test/objects/pbx_native_target_test.rb
|
76
86
|
- test/objects/pbx_project_test.rb
|
87
|
+
- test/objects/pbx_target_dependency_test.rb
|
88
|
+
- test/objects/xc_configuration_list_test.rb
|
77
89
|
- test/objects/xcode_object_test.rb
|
78
90
|
- test/plugins/core/core_test.rb
|
79
91
|
- test/plugins/import_test.rb
|
@@ -82,6 +94,7 @@ files:
|
|
82
94
|
- test/plugins/retarget_test.rb
|
83
95
|
- test/plugins/test_helper.rb
|
84
96
|
- test/shortcuts_test.rb
|
97
|
+
- testdata/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj
|
85
98
|
- testdata/project.pbxproj
|
86
99
|
- testdata/project.pbxproj.compat
|
87
100
|
- testdata/TestApp/TestApp.xcodeproj/project.pbxproj
|
@@ -125,8 +138,12 @@ test_files:
|
|
125
138
|
- test/file_format/parser_test.rb
|
126
139
|
- test/file_format/path_test.rb
|
127
140
|
- test/objects/pbx_build_file_test.rb
|
141
|
+
- test/objects/pbx_container_item_proxy_test.rb
|
142
|
+
- test/objects/pbx_group_test.rb
|
128
143
|
- test/objects/pbx_native_target_test.rb
|
129
144
|
- test/objects/pbx_project_test.rb
|
145
|
+
- test/objects/pbx_target_dependency_test.rb
|
146
|
+
- test/objects/xc_configuration_list_test.rb
|
130
147
|
- test/objects/xcode_object_test.rb
|
131
148
|
- test/plugins/core/core_test.rb
|
132
149
|
- test/plugins/import_test.rb
|