vendor 0.0.4 → 0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +22 -0
- data/Gemfile.lock +9 -1
- data/Guardfile +12 -0
- data/LICENSE +2 -0
- data/Readme.markdown +39 -23
- data/TODO.md +26 -0
- data/VERSION +1 -0
- data/lib/vendor.rb +6 -0
- data/lib/vendor/api.rb +61 -7
- data/lib/vendor/cli/app.rb +4 -4
- data/lib/vendor/cli/console.rb +7 -0
- data/lib/vendor/spec.rb +98 -0
- data/lib/vendor/templates/Vendorfile +3 -1
- data/lib/vendor/templates/vendorspec +15 -10
- data/lib/vendor/vendor_file.rb +5 -4
- data/lib/vendor/vendor_file/dependency_graph.rb +135 -0
- data/lib/vendor/vendor_file/dsl.rb +2 -0
- data/lib/vendor/vendor_file/library/base.rb +178 -29
- data/lib/vendor/vendor_file/library/git.rb +5 -1
- data/lib/vendor/vendor_file/library/local.rb +11 -1
- data/lib/vendor/vendor_file/library/remote.rb +134 -2
- data/lib/vendor/vendor_file/loader.rb +13 -11
- data/lib/vendor/vendor_spec/builder.rb +4 -7
- data/lib/vendor/version.rb +172 -1
- data/lib/vendor/xcode/project.rb +213 -4
- data/lib/vendor/xcode/proxy.rb +1 -0
- data/lib/vendor/xcode/proxy/pbx_frameworks_build_phase.rb +6 -0
- data/lib/vendor/xcode/proxy/pbx_reference_proxy.rb +7 -0
- data/lib/vendor/xcode/proxy/pbx_resources_build_phase.rb +8 -0
- data/lib/vendor/xcode/proxy/pbx_shell_script_build_phase.rb +8 -0
- data/lib/vendor/xcode/proxy/pbx_sources_build_phase.rb +6 -0
- data/spec/lib/vendor/api_spec.rb +54 -0
- data/spec/lib/vendor/spec_spec.rb +121 -0
- data/spec/lib/vendor/vendor_file/dependency_graph_spec.rb +129 -0
- data/spec/lib/vendor/vendor_file/library/base_spec.rb +174 -14
- data/spec/lib/vendor/vendor_file/library/remote_spec.rb +154 -4
- data/spec/lib/vendor/vendor_file/loader_spec.rb +4 -2
- data/spec/lib/vendor/vendor_spec/builder_spec.rb +2 -2
- data/spec/lib/vendor/version_spec.rb +168 -0
- data/spec/lib/vendor/xcode/project_spec.rb +175 -4
- data/spec/lib/vendor_spec.rb +15 -0
- data/spec/spec_helper.rb +3 -2
- data/spec/support/api_stubs.rb +57 -0
- data/spec/support/resources/cache/base/{DKBenchmark-Manifest → DKBenchmark-0.1-Manifest}/data/DKBenchmark.h +0 -0
- data/spec/support/resources/cache/base/{DKBenchmark-Manifest → DKBenchmark-0.1-Manifest}/data/DKBenchmark.m +0 -0
- data/spec/support/resources/cache/base/DKBenchmark-0.1-Manifest/vendor.json +1 -0
- data/spec/support/resources/cache/base/{DKBenchmark-Vendorspec → DKBenchmark-0.1-Nothing}/DKBenchmark.h +0 -0
- data/spec/support/resources/cache/base/{DKBenchmark-Vendorspec → DKBenchmark-0.1-Nothing}/DKBenchmark.m +0 -0
- data/spec/support/resources/cache/base/DKBenchmark-0.1-Nothing/DKBenchmark.vendorspec +16 -0
- data/spec/support/resources/cache/base/DKBenchmark-0.1-Vendorspec/DKBenchmark.h +18 -0
- data/spec/support/resources/cache/base/DKBenchmark-0.1-Vendorspec/DKBenchmark.m +73 -0
- data/spec/support/resources/cache/base/DKBenchmark-0.1-Vendorspec/DKBenchmark.vendorspec +24 -0
- data/spec/support/resources/projects/MultipleTargets/MultipleTargets.xcodeproj/project.pbxproj +624 -0
- data/spec/support/resources/projects/RestKitProject/RestKitProject.xcodeproj/project.pbxproj +479 -0
- data/spec/support/resources/projects/UtilityApplication/UtilityApplication.xcodeproj/project.pbxproj +16 -7
- data/spec/support/resources/vendors/DKBenchmark/DKBenchmark.vendorspec +24 -8
- data/spec/support/resources/vendors/DKBenchmarkUnsafe/DKBenchmark.vendorspec +17 -8
- data/vendor.gemspec +4 -2
- metadata +93 -39
- data/lib/vendor/vendor_spec/dsl.rb +0 -39
- data/lib/vendor/vendor_spec/loader.rb +0 -23
- data/spec/lib/vendor/vendor_spec/dsl_spec.rb +0 -67
- data/spec/lib/vendor/vendor_spec/loader_spec.rb +0 -41
- data/spec/support/resources/cache/base/DKBenchmark-Manifest/vendor.json +0 -1
- data/spec/support/resources/cache/base/DKBenchmark-Vendorspec/DKBenchmark.vendorspec +0 -11
@@ -0,0 +1,479 @@
|
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
archiveVersion = 1;
|
4
|
+
classes = {
|
5
|
+
};
|
6
|
+
objectVersion = 46;
|
7
|
+
objects = {
|
8
|
+
|
9
|
+
/* Begin PBXBuildFile section */
|
10
|
+
5327A0CF1468015B00AFFCE4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5327A0CE1468015B00AFFCE4 /* UIKit.framework */; };
|
11
|
+
5327A0D11468015B00AFFCE4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5327A0D01468015B00AFFCE4 /* Foundation.framework */; };
|
12
|
+
5327A0D31468015B00AFFCE4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5327A0D21468015B00AFFCE4 /* CoreGraphics.framework */; };
|
13
|
+
5327A0D91468015B00AFFCE4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 5327A0D71468015B00AFFCE4 /* InfoPlist.strings */; };
|
14
|
+
5327A0DB1468015B00AFFCE4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5327A0DA1468015B00AFFCE4 /* main.m */; };
|
15
|
+
5327A0DF1468015B00AFFCE4 /* MTAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5327A0DE1468015B00AFFCE4 /* MTAppDelegate.m */; };
|
16
|
+
5327A0E21468015B00AFFCE4 /* MTRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5327A0E11468015B00AFFCE4 /* MTRootViewController.m */; };
|
17
|
+
5327A0E51468015B00AFFCE4 /* MTDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5327A0E41468015B00AFFCE4 /* MTDataViewController.m */; };
|
18
|
+
5327A0E81468015B00AFFCE4 /* MTModelController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5327A0E71468015B00AFFCE4 /* MTModelController.m */; };
|
19
|
+
5327A0EB1468015B00AFFCE4 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5327A0E91468015B00AFFCE4 /* MainStoryboard.storyboard */; };
|
20
|
+
/* End PBXBuildFile section */
|
21
|
+
|
22
|
+
/* Begin PBXContainerItemProxy section */
|
23
|
+
5327A1051468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
24
|
+
isa = PBXContainerItemProxy;
|
25
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
26
|
+
proxyType = 2;
|
27
|
+
remoteGlobalIDString = 253A07FC1255161B00976E89;
|
28
|
+
remoteInfo = RestKitNetwork;
|
29
|
+
};
|
30
|
+
5327A1071468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
31
|
+
isa = PBXContainerItemProxy;
|
32
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
33
|
+
proxyType = 2;
|
34
|
+
remoteGlobalIDString = 253A08031255162C00976E89;
|
35
|
+
remoteInfo = RestKitObjectMapping;
|
36
|
+
};
|
37
|
+
5327A1091468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
38
|
+
isa = PBXContainerItemProxy;
|
39
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
40
|
+
proxyType = 2;
|
41
|
+
remoteGlobalIDString = 253A080C12551D3000976E89;
|
42
|
+
remoteInfo = RestKitSupport;
|
43
|
+
};
|
44
|
+
5327A10B1468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
45
|
+
isa = PBXContainerItemProxy;
|
46
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
47
|
+
proxyType = 2;
|
48
|
+
remoteGlobalIDString = 20808DBD13DE8CDC000A156A;
|
49
|
+
remoteInfo = "RestKitJSONParser+NXJSON";
|
50
|
+
};
|
51
|
+
5327A10D1468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
52
|
+
isa = PBXContainerItemProxy;
|
53
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
54
|
+
proxyType = 2;
|
55
|
+
remoteGlobalIDString = 2590E64F125231F600531FA8;
|
56
|
+
remoteInfo = "RestKitJSONParser+YAJL";
|
57
|
+
};
|
58
|
+
5327A10F1468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
59
|
+
isa = PBXContainerItemProxy;
|
60
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
61
|
+
proxyType = 2;
|
62
|
+
remoteGlobalIDString = 2590E66B1252353700531FA8;
|
63
|
+
remoteInfo = "RestKitJSONParser+SBJSON";
|
64
|
+
};
|
65
|
+
5327A1111468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
66
|
+
isa = PBXContainerItemProxy;
|
67
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
68
|
+
proxyType = 2;
|
69
|
+
remoteGlobalIDString = 73057FD11331AD2E001908EE;
|
70
|
+
remoteInfo = "RestKitJSONParser+JSONKit";
|
71
|
+
};
|
72
|
+
5327A1131468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
73
|
+
isa = PBXContainerItemProxy;
|
74
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
75
|
+
proxyType = 2;
|
76
|
+
remoteGlobalIDString = 25BD43BD1340315800DBACDD;
|
77
|
+
remoteInfo = "RestKitXMLParser+Libxml";
|
78
|
+
};
|
79
|
+
5327A1151468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
80
|
+
isa = PBXContainerItemProxy;
|
81
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
82
|
+
proxyType = 2;
|
83
|
+
remoteGlobalIDString = 253A081412551D5300976E89;
|
84
|
+
remoteInfo = RestKitCoreData;
|
85
|
+
};
|
86
|
+
5327A1171468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
87
|
+
isa = PBXContainerItemProxy;
|
88
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
89
|
+
proxyType = 2;
|
90
|
+
remoteGlobalIDString = 2523360511E79F090048F9B4;
|
91
|
+
remoteInfo = RestKitThree20;
|
92
|
+
};
|
93
|
+
5327A1191468017600AFFCE4 /* PBXContainerItemProxy */ = {
|
94
|
+
isa = PBXContainerItemProxy;
|
95
|
+
containerPortal = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
96
|
+
proxyType = 2;
|
97
|
+
remoteGlobalIDString = 3F6C39A510FE5C95008F47C5;
|
98
|
+
remoteInfo = UISpec;
|
99
|
+
};
|
100
|
+
/* End PBXContainerItemProxy section */
|
101
|
+
|
102
|
+
/* Begin PBXFileReference section */
|
103
|
+
5327A0CA1468015B00AFFCE4 /* RestKitTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RestKitTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
104
|
+
5327A0CE1468015B00AFFCE4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
105
|
+
5327A0D01468015B00AFFCE4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
106
|
+
5327A0D21468015B00AFFCE4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
107
|
+
5327A0D61468015B00AFFCE4 /* RestKitTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RestKitTest-Info.plist"; sourceTree = "<group>"; };
|
108
|
+
5327A0D81468015B00AFFCE4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
109
|
+
5327A0DA1468015B00AFFCE4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
110
|
+
5327A0DC1468015B00AFFCE4 /* RestKitTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RestKitTest-Prefix.pch"; sourceTree = "<group>"; };
|
111
|
+
5327A0DD1468015B00AFFCE4 /* MTAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTAppDelegate.h; sourceTree = "<group>"; };
|
112
|
+
5327A0DE1468015B00AFFCE4 /* MTAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTAppDelegate.m; sourceTree = "<group>"; };
|
113
|
+
5327A0E01468015B00AFFCE4 /* MTRootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTRootViewController.h; sourceTree = "<group>"; };
|
114
|
+
5327A0E11468015B00AFFCE4 /* MTRootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTRootViewController.m; sourceTree = "<group>"; };
|
115
|
+
5327A0E31468015B00AFFCE4 /* MTDataViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTDataViewController.h; sourceTree = "<group>"; };
|
116
|
+
5327A0E41468015B00AFFCE4 /* MTDataViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTDataViewController.m; sourceTree = "<group>"; };
|
117
|
+
5327A0E61468015B00AFFCE4 /* MTModelController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTModelController.h; sourceTree = "<group>"; };
|
118
|
+
5327A0E71468015B00AFFCE4 /* MTModelController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTModelController.m; sourceTree = "<group>"; };
|
119
|
+
5327A0EA1468015B00AFFCE4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
|
120
|
+
5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RestKit.xcodeproj; path = "../../Downloads/RestKit-RestKit-991bd5c/RestKit.xcodeproj"; sourceTree = "<group>"; };
|
121
|
+
/* End PBXFileReference section */
|
122
|
+
|
123
|
+
/* Begin PBXFrameworksBuildPhase section */
|
124
|
+
5327A0C71468015A00AFFCE4 /* Frameworks */ = {
|
125
|
+
isa = PBXFrameworksBuildPhase;
|
126
|
+
buildActionMask = 2147483647;
|
127
|
+
files = (
|
128
|
+
5327A0CF1468015B00AFFCE4 /* UIKit.framework in Frameworks */,
|
129
|
+
5327A0D11468015B00AFFCE4 /* Foundation.framework in Frameworks */,
|
130
|
+
5327A0D31468015B00AFFCE4 /* CoreGraphics.framework in Frameworks */,
|
131
|
+
);
|
132
|
+
runOnlyForDeploymentPostprocessing = 0;
|
133
|
+
};
|
134
|
+
/* End PBXFrameworksBuildPhase section */
|
135
|
+
|
136
|
+
/* Begin PBXGroup section */
|
137
|
+
5327A0BF1468015A00AFFCE4 = {
|
138
|
+
isa = PBXGroup;
|
139
|
+
children = (
|
140
|
+
5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */,
|
141
|
+
5327A0D41468015B00AFFCE4 /* RestKitTest */,
|
142
|
+
5327A0CD1468015B00AFFCE4 /* Frameworks */,
|
143
|
+
5327A0CB1468015B00AFFCE4 /* Products */,
|
144
|
+
);
|
145
|
+
sourceTree = "<group>";
|
146
|
+
};
|
147
|
+
5327A0CB1468015B00AFFCE4 /* Products */ = {
|
148
|
+
isa = PBXGroup;
|
149
|
+
children = (
|
150
|
+
5327A0CA1468015B00AFFCE4 /* RestKitTest.app */,
|
151
|
+
);
|
152
|
+
name = Products;
|
153
|
+
sourceTree = "<group>";
|
154
|
+
};
|
155
|
+
5327A0CD1468015B00AFFCE4 /* Frameworks */ = {
|
156
|
+
isa = PBXGroup;
|
157
|
+
children = (
|
158
|
+
5327A0CE1468015B00AFFCE4 /* UIKit.framework */,
|
159
|
+
5327A0D01468015B00AFFCE4 /* Foundation.framework */,
|
160
|
+
5327A0D21468015B00AFFCE4 /* CoreGraphics.framework */,
|
161
|
+
);
|
162
|
+
name = Frameworks;
|
163
|
+
sourceTree = "<group>";
|
164
|
+
};
|
165
|
+
5327A0D41468015B00AFFCE4 /* RestKitTest */ = {
|
166
|
+
isa = PBXGroup;
|
167
|
+
children = (
|
168
|
+
5327A0DD1468015B00AFFCE4 /* MTAppDelegate.h */,
|
169
|
+
5327A0DE1468015B00AFFCE4 /* MTAppDelegate.m */,
|
170
|
+
5327A0E01468015B00AFFCE4 /* MTRootViewController.h */,
|
171
|
+
5327A0E11468015B00AFFCE4 /* MTRootViewController.m */,
|
172
|
+
5327A0E31468015B00AFFCE4 /* MTDataViewController.h */,
|
173
|
+
5327A0E41468015B00AFFCE4 /* MTDataViewController.m */,
|
174
|
+
5327A0E61468015B00AFFCE4 /* MTModelController.h */,
|
175
|
+
5327A0E71468015B00AFFCE4 /* MTModelController.m */,
|
176
|
+
5327A0E91468015B00AFFCE4 /* MainStoryboard.storyboard */,
|
177
|
+
5327A0D51468015B00AFFCE4 /* Supporting Files */,
|
178
|
+
);
|
179
|
+
path = RestKitTest;
|
180
|
+
sourceTree = "<group>";
|
181
|
+
};
|
182
|
+
5327A0D51468015B00AFFCE4 /* Supporting Files */ = {
|
183
|
+
isa = PBXGroup;
|
184
|
+
children = (
|
185
|
+
5327A0D61468015B00AFFCE4 /* RestKitTest-Info.plist */,
|
186
|
+
5327A0D71468015B00AFFCE4 /* InfoPlist.strings */,
|
187
|
+
5327A0DA1468015B00AFFCE4 /* main.m */,
|
188
|
+
5327A0DC1468015B00AFFCE4 /* RestKitTest-Prefix.pch */,
|
189
|
+
);
|
190
|
+
name = "Supporting Files";
|
191
|
+
sourceTree = "<group>";
|
192
|
+
};
|
193
|
+
5327A0F21468017600AFFCE4 /* Products */ = {
|
194
|
+
isa = PBXGroup;
|
195
|
+
children = (
|
196
|
+
5327A1061468017600AFFCE4 /* libRestKitNetwork.a */,
|
197
|
+
5327A1081468017600AFFCE4 /* libRestKitObjectMapping.a */,
|
198
|
+
5327A10A1468017600AFFCE4 /* libRestKitSupport.a */,
|
199
|
+
5327A10C1468017600AFFCE4 /* libRestKitJSONParser+NXJSON.a */,
|
200
|
+
5327A10E1468017600AFFCE4 /* libRestKitJSONParserYAJL.a */,
|
201
|
+
5327A1101468017600AFFCE4 /* libRestKitJSONParserSBJSON.a */,
|
202
|
+
5327A1121468017600AFFCE4 /* libRestKitJSONParserJSONKit.a */,
|
203
|
+
5327A1141468017600AFFCE4 /* libRestKitXMLParserLibxml.a */,
|
204
|
+
5327A1161468017600AFFCE4 /* libRestKitCoreData.a */,
|
205
|
+
5327A1181468017600AFFCE4 /* libRestKitThree20.a */,
|
206
|
+
5327A11A1468017600AFFCE4 /* UISpec.app */,
|
207
|
+
);
|
208
|
+
name = Products;
|
209
|
+
sourceTree = "<group>";
|
210
|
+
};
|
211
|
+
/* End PBXGroup section */
|
212
|
+
|
213
|
+
/* Begin PBXNativeTarget section */
|
214
|
+
5327A0C91468015A00AFFCE4 /* RestKitTest */ = {
|
215
|
+
isa = PBXNativeTarget;
|
216
|
+
buildConfigurationList = 5327A0EE1468015B00AFFCE4 /* Build configuration list for PBXNativeTarget "RestKitTest" */;
|
217
|
+
buildPhases = (
|
218
|
+
5327A0C61468015A00AFFCE4 /* Sources */,
|
219
|
+
5327A0C71468015A00AFFCE4 /* Frameworks */,
|
220
|
+
5327A0C81468015A00AFFCE4 /* Resources */,
|
221
|
+
);
|
222
|
+
buildRules = (
|
223
|
+
);
|
224
|
+
dependencies = (
|
225
|
+
);
|
226
|
+
name = RestKitTest;
|
227
|
+
productName = RestKitTest;
|
228
|
+
productReference = 5327A0CA1468015B00AFFCE4 /* RestKitTest.app */;
|
229
|
+
productType = "com.apple.product-type.application";
|
230
|
+
};
|
231
|
+
/* End PBXNativeTarget section */
|
232
|
+
|
233
|
+
/* Begin PBXProject section */
|
234
|
+
5327A0C11468015A00AFFCE4 /* Project object */ = {
|
235
|
+
isa = PBXProject;
|
236
|
+
attributes = {
|
237
|
+
LastUpgradeCheck = 0420;
|
238
|
+
};
|
239
|
+
buildConfigurationList = 5327A0C41468015A00AFFCE4 /* Build configuration list for PBXProject "RestKitTest" */;
|
240
|
+
compatibilityVersion = "Xcode 3.2";
|
241
|
+
developmentRegion = English;
|
242
|
+
hasScannedForEncodings = 0;
|
243
|
+
knownRegions = (
|
244
|
+
en,
|
245
|
+
);
|
246
|
+
mainGroup = 5327A0BF1468015A00AFFCE4;
|
247
|
+
productRefGroup = 5327A0CB1468015B00AFFCE4 /* Products */;
|
248
|
+
projectDirPath = "";
|
249
|
+
projectReferences = (
|
250
|
+
{
|
251
|
+
ProductGroup = 5327A0F21468017600AFFCE4 /* Products */;
|
252
|
+
ProjectRef = 5327A0F11468017600AFFCE4 /* RestKit.xcodeproj */;
|
253
|
+
},
|
254
|
+
);
|
255
|
+
projectRoot = "";
|
256
|
+
targets = (
|
257
|
+
5327A0C91468015A00AFFCE4 /* RestKitTest */,
|
258
|
+
);
|
259
|
+
};
|
260
|
+
/* End PBXProject section */
|
261
|
+
|
262
|
+
/* Begin PBXReferenceProxy section */
|
263
|
+
5327A1061468017600AFFCE4 /* libRestKitNetwork.a */ = {
|
264
|
+
isa = PBXReferenceProxy;
|
265
|
+
fileType = archive.ar;
|
266
|
+
path = libRestKitNetwork.a;
|
267
|
+
remoteRef = 5327A1051468017600AFFCE4 /* PBXContainerItemProxy */;
|
268
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
269
|
+
};
|
270
|
+
5327A1081468017600AFFCE4 /* libRestKitObjectMapping.a */ = {
|
271
|
+
isa = PBXReferenceProxy;
|
272
|
+
fileType = archive.ar;
|
273
|
+
path = libRestKitObjectMapping.a;
|
274
|
+
remoteRef = 5327A1071468017600AFFCE4 /* PBXContainerItemProxy */;
|
275
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
276
|
+
};
|
277
|
+
5327A10A1468017600AFFCE4 /* libRestKitSupport.a */ = {
|
278
|
+
isa = PBXReferenceProxy;
|
279
|
+
fileType = archive.ar;
|
280
|
+
path = libRestKitSupport.a;
|
281
|
+
remoteRef = 5327A1091468017600AFFCE4 /* PBXContainerItemProxy */;
|
282
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
283
|
+
};
|
284
|
+
5327A10C1468017600AFFCE4 /* libRestKitJSONParser+NXJSON.a */ = {
|
285
|
+
isa = PBXReferenceProxy;
|
286
|
+
fileType = archive.ar;
|
287
|
+
name = "libRestKitJSONParser+NXJSON.a";
|
288
|
+
path = libRestKitJSONParserNXJSON.a;
|
289
|
+
remoteRef = 5327A10B1468017600AFFCE4 /* PBXContainerItemProxy */;
|
290
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
291
|
+
};
|
292
|
+
5327A10E1468017600AFFCE4 /* libRestKitJSONParserYAJL.a */ = {
|
293
|
+
isa = PBXReferenceProxy;
|
294
|
+
fileType = archive.ar;
|
295
|
+
path = libRestKitJSONParserYAJL.a;
|
296
|
+
remoteRef = 5327A10D1468017600AFFCE4 /* PBXContainerItemProxy */;
|
297
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
298
|
+
};
|
299
|
+
5327A1101468017600AFFCE4 /* libRestKitJSONParserSBJSON.a */ = {
|
300
|
+
isa = PBXReferenceProxy;
|
301
|
+
fileType = archive.ar;
|
302
|
+
path = libRestKitJSONParserSBJSON.a;
|
303
|
+
remoteRef = 5327A10F1468017600AFFCE4 /* PBXContainerItemProxy */;
|
304
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
305
|
+
};
|
306
|
+
5327A1121468017600AFFCE4 /* libRestKitJSONParserJSONKit.a */ = {
|
307
|
+
isa = PBXReferenceProxy;
|
308
|
+
fileType = archive.ar;
|
309
|
+
path = libRestKitJSONParserJSONKit.a;
|
310
|
+
remoteRef = 5327A1111468017600AFFCE4 /* PBXContainerItemProxy */;
|
311
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
312
|
+
};
|
313
|
+
5327A1141468017600AFFCE4 /* libRestKitXMLParserLibxml.a */ = {
|
314
|
+
isa = PBXReferenceProxy;
|
315
|
+
fileType = archive.ar;
|
316
|
+
path = libRestKitXMLParserLibxml.a;
|
317
|
+
remoteRef = 5327A1131468017600AFFCE4 /* PBXContainerItemProxy */;
|
318
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
319
|
+
};
|
320
|
+
5327A1161468017600AFFCE4 /* libRestKitCoreData.a */ = {
|
321
|
+
isa = PBXReferenceProxy;
|
322
|
+
fileType = archive.ar;
|
323
|
+
path = libRestKitCoreData.a;
|
324
|
+
remoteRef = 5327A1151468017600AFFCE4 /* PBXContainerItemProxy */;
|
325
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
326
|
+
};
|
327
|
+
5327A1181468017600AFFCE4 /* libRestKitThree20.a */ = {
|
328
|
+
isa = PBXReferenceProxy;
|
329
|
+
fileType = archive.ar;
|
330
|
+
path = libRestKitThree20.a;
|
331
|
+
remoteRef = 5327A1171468017600AFFCE4 /* PBXContainerItemProxy */;
|
332
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
333
|
+
};
|
334
|
+
5327A11A1468017600AFFCE4 /* UISpec.app */ = {
|
335
|
+
isa = PBXReferenceProxy;
|
336
|
+
fileType = wrapper.application;
|
337
|
+
path = UISpec.app;
|
338
|
+
remoteRef = 5327A1191468017600AFFCE4 /* PBXContainerItemProxy */;
|
339
|
+
sourceTree = BUILT_PRODUCTS_DIR;
|
340
|
+
};
|
341
|
+
/* End PBXReferenceProxy section */
|
342
|
+
|
343
|
+
/* Begin PBXResourcesBuildPhase section */
|
344
|
+
5327A0C81468015A00AFFCE4 /* Resources */ = {
|
345
|
+
isa = PBXResourcesBuildPhase;
|
346
|
+
buildActionMask = 2147483647;
|
347
|
+
files = (
|
348
|
+
5327A0D91468015B00AFFCE4 /* InfoPlist.strings in Resources */,
|
349
|
+
5327A0EB1468015B00AFFCE4 /* MainStoryboard.storyboard in Resources */,
|
350
|
+
);
|
351
|
+
runOnlyForDeploymentPostprocessing = 0;
|
352
|
+
};
|
353
|
+
/* End PBXResourcesBuildPhase section */
|
354
|
+
|
355
|
+
/* Begin PBXSourcesBuildPhase section */
|
356
|
+
5327A0C61468015A00AFFCE4 /* Sources */ = {
|
357
|
+
isa = PBXSourcesBuildPhase;
|
358
|
+
buildActionMask = 2147483647;
|
359
|
+
files = (
|
360
|
+
5327A0DB1468015B00AFFCE4 /* main.m in Sources */,
|
361
|
+
5327A0DF1468015B00AFFCE4 /* MTAppDelegate.m in Sources */,
|
362
|
+
5327A0E21468015B00AFFCE4 /* MTRootViewController.m in Sources */,
|
363
|
+
5327A0E51468015B00AFFCE4 /* MTDataViewController.m in Sources */,
|
364
|
+
5327A0E81468015B00AFFCE4 /* MTModelController.m in Sources */,
|
365
|
+
);
|
366
|
+
runOnlyForDeploymentPostprocessing = 0;
|
367
|
+
};
|
368
|
+
/* End PBXSourcesBuildPhase section */
|
369
|
+
|
370
|
+
/* Begin PBXVariantGroup section */
|
371
|
+
5327A0D71468015B00AFFCE4 /* InfoPlist.strings */ = {
|
372
|
+
isa = PBXVariantGroup;
|
373
|
+
children = (
|
374
|
+
5327A0D81468015B00AFFCE4 /* en */,
|
375
|
+
);
|
376
|
+
name = InfoPlist.strings;
|
377
|
+
sourceTree = "<group>";
|
378
|
+
};
|
379
|
+
5327A0E91468015B00AFFCE4 /* MainStoryboard.storyboard */ = {
|
380
|
+
isa = PBXVariantGroup;
|
381
|
+
children = (
|
382
|
+
5327A0EA1468015B00AFFCE4 /* en */,
|
383
|
+
);
|
384
|
+
name = MainStoryboard.storyboard;
|
385
|
+
sourceTree = "<group>";
|
386
|
+
};
|
387
|
+
/* End PBXVariantGroup section */
|
388
|
+
|
389
|
+
/* Begin XCBuildConfiguration section */
|
390
|
+
5327A0EC1468015B00AFFCE4 /* Debug */ = {
|
391
|
+
isa = XCBuildConfiguration;
|
392
|
+
buildSettings = {
|
393
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
394
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
395
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
396
|
+
COPY_PHASE_STRIP = NO;
|
397
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
398
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
399
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
400
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
401
|
+
"DEBUG=1",
|
402
|
+
"$(inherited)",
|
403
|
+
);
|
404
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
405
|
+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
406
|
+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
407
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
408
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
409
|
+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
410
|
+
SDKROOT = iphoneos;
|
411
|
+
};
|
412
|
+
name = Debug;
|
413
|
+
};
|
414
|
+
5327A0ED1468015B00AFFCE4 /* Release */ = {
|
415
|
+
isa = XCBuildConfiguration;
|
416
|
+
buildSettings = {
|
417
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
418
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
419
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
420
|
+
COPY_PHASE_STRIP = YES;
|
421
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
422
|
+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
423
|
+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
424
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
425
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
426
|
+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
427
|
+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
428
|
+
SDKROOT = iphoneos;
|
429
|
+
VALIDATE_PRODUCT = YES;
|
430
|
+
};
|
431
|
+
name = Release;
|
432
|
+
};
|
433
|
+
5327A0EF1468015B00AFFCE4 /* Debug */ = {
|
434
|
+
isa = XCBuildConfiguration;
|
435
|
+
buildSettings = {
|
436
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
437
|
+
GCC_PREFIX_HEADER = "RestKitTest/RestKitTest-Prefix.pch";
|
438
|
+
INFOPLIST_FILE = "RestKitTest/RestKitTest-Info.plist";
|
439
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
440
|
+
WRAPPER_EXTENSION = app;
|
441
|
+
};
|
442
|
+
name = Debug;
|
443
|
+
};
|
444
|
+
5327A0F01468015B00AFFCE4 /* Release */ = {
|
445
|
+
isa = XCBuildConfiguration;
|
446
|
+
buildSettings = {
|
447
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
448
|
+
GCC_PREFIX_HEADER = "RestKitTest/RestKitTest-Prefix.pch";
|
449
|
+
INFOPLIST_FILE = "RestKitTest/RestKitTest-Info.plist";
|
450
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
451
|
+
WRAPPER_EXTENSION = app;
|
452
|
+
};
|
453
|
+
name = Release;
|
454
|
+
};
|
455
|
+
/* End XCBuildConfiguration section */
|
456
|
+
|
457
|
+
/* Begin XCConfigurationList section */
|
458
|
+
5327A0C41468015A00AFFCE4 /* Build configuration list for PBXProject "RestKitTest" */ = {
|
459
|
+
isa = XCConfigurationList;
|
460
|
+
buildConfigurations = (
|
461
|
+
5327A0EC1468015B00AFFCE4 /* Debug */,
|
462
|
+
5327A0ED1468015B00AFFCE4 /* Release */,
|
463
|
+
);
|
464
|
+
defaultConfigurationIsVisible = 0;
|
465
|
+
defaultConfigurationName = Release;
|
466
|
+
};
|
467
|
+
5327A0EE1468015B00AFFCE4 /* Build configuration list for PBXNativeTarget "RestKitTest" */ = {
|
468
|
+
isa = XCConfigurationList;
|
469
|
+
buildConfigurations = (
|
470
|
+
5327A0EF1468015B00AFFCE4 /* Debug */,
|
471
|
+
5327A0F01468015B00AFFCE4 /* Release */,
|
472
|
+
);
|
473
|
+
defaultConfigurationIsVisible = 0;
|
474
|
+
defaultConfigurationName = Release;
|
475
|
+
};
|
476
|
+
/* End XCConfigurationList section */
|
477
|
+
};
|
478
|
+
rootObject = 5327A0C11468015A00AFFCE4 /* Project object */;
|
479
|
+
}
|