blob: 3a98fec11a321ac1b3189bd782c53a96784a042b [file] [log] [blame]
Jorge Canizales62951152015-05-26 14:32:12 -07001// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
Jorge Canizales62951152015-05-26 14:32:12 -070010 63423F4A1B150A5F006CF63C /* libTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 635697C71B14FC11007A7283 /* libTests.a */; };
11 63423F511B151B77006CF63C /* RxLibraryUnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63423F501B151B77006CF63C /* RxLibraryUnitTests.m */; };
12 635697CD1B14FC11007A7283 /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 635697CC1B14FC11007A7283 /* Tests.m */; };
Jorge Canizales73076842015-05-30 12:04:43 -070013 635ED2EC1B1A3BC400FDE5C3 /* InteropTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 635ED2EB1B1A3BC400FDE5C3 /* InteropTests.m */; };
Jorge Canizalesad0965e2015-05-27 13:01:21 -070014 7D8A186224D39101F90230F6 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 35F2B6BF3BAE8F0DC4AFD76E /* libPods.a */; };
Jorge Canizales62951152015-05-26 14:32:12 -070015/* End PBXBuildFile section */
16
17/* Begin PBXContainerItemProxy section */
18 63423F4B1B150A5F006CF63C /* PBXContainerItemProxy */ = {
19 isa = PBXContainerItemProxy;
20 containerPortal = 635697BF1B14FC11007A7283 /* Project object */;
21 proxyType = 1;
22 remoteGlobalIDString = 635697C61B14FC11007A7283;
23 remoteInfo = Tests;
24 };
25/* End PBXContainerItemProxy section */
26
27/* Begin PBXCopyFilesBuildPhase section */
28 635697C51B14FC11007A7283 /* CopyFiles */ = {
29 isa = PBXCopyFilesBuildPhase;
30 buildActionMask = 2147483647;
31 dstPath = "include/$(PRODUCT_NAME)";
32 dstSubfolderSpec = 16;
33 files = (
34 );
35 runOnlyForDeploymentPostprocessing = 0;
36 };
37/* End PBXCopyFilesBuildPhase section */
38
39/* Begin PBXFileReference section */
Jorge Canizalesad0965e2015-05-27 13:01:21 -070040 0A4F89D9C90E9C30990218F0 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
41 35F2B6BF3BAE8F0DC4AFD76E /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
Jorge Canizales62951152015-05-26 14:32:12 -070042 63423F441B150A5F006CF63C /* AllTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AllTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Jorge Canizales62951152015-05-26 14:32:12 -070043 63423F501B151B77006CF63C /* RxLibraryUnitTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RxLibraryUnitTests.m; sourceTree = "<group>"; };
44 635697C71B14FC11007A7283 /* libTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTests.a; sourceTree = BUILT_PRODUCTS_DIR; };
45 635697CC1B14FC11007A7283 /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
46 635697D81B14FC11007A7283 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Jorge Canizales73076842015-05-30 12:04:43 -070047 635ED2EB1B1A3BC400FDE5C3 /* InteropTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InteropTests.m; sourceTree = "<group>"; };
Jorge Canizalesad0965e2015-05-27 13:01:21 -070048 FF7B5489BCFE40111D768DD0 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
Jorge Canizales62951152015-05-26 14:32:12 -070049/* End PBXFileReference section */
50
51/* Begin PBXFrameworksBuildPhase section */
52 63423F411B150A5F006CF63C /* Frameworks */ = {
53 isa = PBXFrameworksBuildPhase;
54 buildActionMask = 2147483647;
55 files = (
56 63423F4A1B150A5F006CF63C /* libTests.a in Frameworks */,
Jorge Canizalesad0965e2015-05-27 13:01:21 -070057 7D8A186224D39101F90230F6 /* libPods.a in Frameworks */,
Jorge Canizales62951152015-05-26 14:32:12 -070058 );
59 runOnlyForDeploymentPostprocessing = 0;
60 };
61 635697C41B14FC11007A7283 /* Frameworks */ = {
62 isa = PBXFrameworksBuildPhase;
63 buildActionMask = 2147483647;
64 files = (
65 );
66 runOnlyForDeploymentPostprocessing = 0;
67 };
68/* End PBXFrameworksBuildPhase section */
69
70/* Begin PBXGroup section */
Jorge Canizalesad0965e2015-05-27 13:01:21 -070071 136D535E19727099B941D7B1 /* Frameworks */ = {
72 isa = PBXGroup;
73 children = (
74 35F2B6BF3BAE8F0DC4AFD76E /* libPods.a */,
75 );
76 name = Frameworks;
77 sourceTree = "<group>";
78 };
79 51E4650F34F854F41FF053B3 /* Pods */ = {
80 isa = PBXGroup;
81 children = (
82 FF7B5489BCFE40111D768DD0 /* Pods.debug.xcconfig */,
83 0A4F89D9C90E9C30990218F0 /* Pods.release.xcconfig */,
84 );
85 name = Pods;
86 sourceTree = "<group>";
87 };
Jorge Canizales62951152015-05-26 14:32:12 -070088 635697BE1B14FC11007A7283 = {
89 isa = PBXGroup;
90 children = (
91 635697C91B14FC11007A7283 /* Tests */,
92 635697C81B14FC11007A7283 /* Products */,
Jorge Canizalesad0965e2015-05-27 13:01:21 -070093 51E4650F34F854F41FF053B3 /* Pods */,
94 136D535E19727099B941D7B1 /* Frameworks */,
Jorge Canizales62951152015-05-26 14:32:12 -070095 );
96 sourceTree = "<group>";
97 };
98 635697C81B14FC11007A7283 /* Products */ = {
99 isa = PBXGroup;
100 children = (
101 635697C71B14FC11007A7283 /* libTests.a */,
102 63423F441B150A5F006CF63C /* AllTests.xctest */,
103 );
104 name = Products;
105 sourceTree = "<group>";
106 };
107 635697C91B14FC11007A7283 /* Tests */ = {
108 isa = PBXGroup;
109 children = (
Jorge Canizales73076842015-05-30 12:04:43 -0700110 635ED2EB1B1A3BC400FDE5C3 /* InteropTests.m */,
Jorge Canizales62951152015-05-26 14:32:12 -0700111 63423F501B151B77006CF63C /* RxLibraryUnitTests.m */,
Jorge Canizales62951152015-05-26 14:32:12 -0700112 635697CC1B14FC11007A7283 /* Tests.m */,
113 635697D71B14FC11007A7283 /* Supporting Files */,
114 );
115 name = Tests;
116 sourceTree = SOURCE_ROOT;
117 };
118 635697D71B14FC11007A7283 /* Supporting Files */ = {
119 isa = PBXGroup;
120 children = (
121 635697D81B14FC11007A7283 /* Info.plist */,
122 );
123 name = "Supporting Files";
124 sourceTree = "<group>";
125 };
126/* End PBXGroup section */
127
128/* Begin PBXNativeTarget section */
129 63423F431B150A5F006CF63C /* AllTests */ = {
130 isa = PBXNativeTarget;
131 buildConfigurationList = 63423F4D1B150A5F006CF63C /* Build configuration list for PBXNativeTarget "AllTests" */;
132 buildPhases = (
Jorge Canizalesad0965e2015-05-27 13:01:21 -0700133 914ADDD7106BA9BB8A7E569F /* Check Pods Manifest.lock */,
Jorge Canizales62951152015-05-26 14:32:12 -0700134 63423F401B150A5F006CF63C /* Sources */,
135 63423F411B150A5F006CF63C /* Frameworks */,
136 63423F421B150A5F006CF63C /* Resources */,
Jorge Canizalesad0965e2015-05-27 13:01:21 -0700137 A441F71824DCB9D0CA297748 /* Copy Pods Resources */,
Jorge Canizales62951152015-05-26 14:32:12 -0700138 );
139 buildRules = (
140 );
141 dependencies = (
142 63423F4C1B150A5F006CF63C /* PBXTargetDependency */,
143 );
144 name = AllTests;
145 productName = AllTests;
146 productReference = 63423F441B150A5F006CF63C /* AllTests.xctest */;
147 productType = "com.apple.product-type.bundle.unit-test";
148 };
149 635697C61B14FC11007A7283 /* Tests */ = {
150 isa = PBXNativeTarget;
151 buildConfigurationList = 635697DB1B14FC11007A7283 /* Build configuration list for PBXNativeTarget "Tests" */;
152 buildPhases = (
153 635697C31B14FC11007A7283 /* Sources */,
154 635697C41B14FC11007A7283 /* Frameworks */,
155 635697C51B14FC11007A7283 /* CopyFiles */,
156 );
157 buildRules = (
158 );
159 dependencies = (
160 );
161 name = Tests;
162 productName = Tests;
163 productReference = 635697C71B14FC11007A7283 /* libTests.a */;
164 productType = "com.apple.product-type.library.static";
165 };
166/* End PBXNativeTarget section */
167
168/* Begin PBXProject section */
169 635697BF1B14FC11007A7283 /* Project object */ = {
170 isa = PBXProject;
171 attributes = {
172 LastUpgradeCheck = 0630;
173 ORGANIZATIONNAME = gRPC;
174 TargetAttributes = {
175 63423F431B150A5F006CF63C = {
176 CreatedOnToolsVersion = 6.3.1;
177 };
178 635697C61B14FC11007A7283 = {
179 CreatedOnToolsVersion = 6.3.1;
180 };
181 };
182 };
183 buildConfigurationList = 635697C21B14FC11007A7283 /* Build configuration list for PBXProject "Tests" */;
184 compatibilityVersion = "Xcode 3.2";
185 developmentRegion = English;
186 hasScannedForEncodings = 0;
187 knownRegions = (
188 en,
189 );
190 mainGroup = 635697BE1B14FC11007A7283;
191 productRefGroup = 635697C81B14FC11007A7283 /* Products */;
192 projectDirPath = "";
193 projectRoot = "";
194 targets = (
195 635697C61B14FC11007A7283 /* Tests */,
196 63423F431B150A5F006CF63C /* AllTests */,
197 );
198 };
199/* End PBXProject section */
200
201/* Begin PBXResourcesBuildPhase section */
202 63423F421B150A5F006CF63C /* Resources */ = {
203 isa = PBXResourcesBuildPhase;
204 buildActionMask = 2147483647;
205 files = (
206 );
207 runOnlyForDeploymentPostprocessing = 0;
208 };
209/* End PBXResourcesBuildPhase section */
210
Jorge Canizalesad0965e2015-05-27 13:01:21 -0700211/* Begin PBXShellScriptBuildPhase section */
212 914ADDD7106BA9BB8A7E569F /* Check Pods Manifest.lock */ = {
213 isa = PBXShellScriptBuildPhase;
214 buildActionMask = 2147483647;
215 files = (
216 );
217 inputPaths = (
218 );
219 name = "Check Pods Manifest.lock";
220 outputPaths = (
221 );
222 runOnlyForDeploymentPostprocessing = 0;
223 shellPath = /bin/sh;
224 shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
225 showEnvVarsInLog = 0;
226 };
227 A441F71824DCB9D0CA297748 /* Copy Pods Resources */ = {
228 isa = PBXShellScriptBuildPhase;
229 buildActionMask = 2147483647;
230 files = (
231 );
232 inputPaths = (
233 );
234 name = "Copy Pods Resources";
235 outputPaths = (
236 );
237 runOnlyForDeploymentPostprocessing = 0;
238 shellPath = /bin/sh;
239 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
240 showEnvVarsInLog = 0;
241 };
242/* End PBXShellScriptBuildPhase section */
243
Jorge Canizales62951152015-05-26 14:32:12 -0700244/* Begin PBXSourcesBuildPhase section */
245 63423F401B150A5F006CF63C /* Sources */ = {
246 isa = PBXSourcesBuildPhase;
247 buildActionMask = 2147483647;
248 files = (
Jorge Canizales62951152015-05-26 14:32:12 -0700249 63423F511B151B77006CF63C /* RxLibraryUnitTests.m in Sources */,
Jorge Canizales73076842015-05-30 12:04:43 -0700250 635ED2EC1B1A3BC400FDE5C3 /* InteropTests.m in Sources */,
Jorge Canizales62951152015-05-26 14:32:12 -0700251 );
252 runOnlyForDeploymentPostprocessing = 0;
253 };
254 635697C31B14FC11007A7283 /* Sources */ = {
255 isa = PBXSourcesBuildPhase;
256 buildActionMask = 2147483647;
257 files = (
258 635697CD1B14FC11007A7283 /* Tests.m in Sources */,
259 );
260 runOnlyForDeploymentPostprocessing = 0;
261 };
262/* End PBXSourcesBuildPhase section */
263
264/* Begin PBXTargetDependency section */
265 63423F4C1B150A5F006CF63C /* PBXTargetDependency */ = {
266 isa = PBXTargetDependency;
267 target = 635697C61B14FC11007A7283 /* Tests */;
268 targetProxy = 63423F4B1B150A5F006CF63C /* PBXContainerItemProxy */;
269 };
270/* End PBXTargetDependency section */
271
272/* Begin XCBuildConfiguration section */
273 63423F4E1B150A5F006CF63C /* Debug */ = {
274 isa = XCBuildConfiguration;
Jorge Canizalesad0965e2015-05-27 13:01:21 -0700275 baseConfigurationReference = FF7B5489BCFE40111D768DD0 /* Pods.debug.xcconfig */;
Jorge Canizales62951152015-05-26 14:32:12 -0700276 buildSettings = {
277 FRAMEWORK_SEARCH_PATHS = (
278 "$(SDKROOT)/Developer/Library/Frameworks",
279 "$(inherited)",
280 );
281 GCC_PREPROCESSOR_DEFINITIONS = (
282 "DEBUG=1",
283 "$(inherited)",
284 );
285 INFOPLIST_FILE = Info.plist;
286 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
287 PRODUCT_NAME = "$(TARGET_NAME)";
288 };
289 name = Debug;
290 };
291 63423F4F1B150A5F006CF63C /* Release */ = {
292 isa = XCBuildConfiguration;
Jorge Canizalesad0965e2015-05-27 13:01:21 -0700293 baseConfigurationReference = 0A4F89D9C90E9C30990218F0 /* Pods.release.xcconfig */;
Jorge Canizales62951152015-05-26 14:32:12 -0700294 buildSettings = {
295 FRAMEWORK_SEARCH_PATHS = (
296 "$(SDKROOT)/Developer/Library/Frameworks",
297 "$(inherited)",
298 );
299 INFOPLIST_FILE = Info.plist;
300 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
301 PRODUCT_NAME = "$(TARGET_NAME)";
302 };
303 name = Release;
304 };
305 635697D91B14FC11007A7283 /* Debug */ = {
306 isa = XCBuildConfiguration;
307 buildSettings = {
308 ALWAYS_SEARCH_USER_PATHS = NO;
309 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
310 CLANG_CXX_LIBRARY = "libc++";
311 CLANG_ENABLE_MODULES = YES;
312 CLANG_ENABLE_OBJC_ARC = YES;
313 CLANG_WARN_BOOL_CONVERSION = YES;
314 CLANG_WARN_CONSTANT_CONVERSION = YES;
315 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
316 CLANG_WARN_EMPTY_BODY = YES;
317 CLANG_WARN_ENUM_CONVERSION = YES;
318 CLANG_WARN_INT_CONVERSION = YES;
319 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
320 CLANG_WARN_UNREACHABLE_CODE = YES;
321 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
322 COPY_PHASE_STRIP = NO;
323 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
324 ENABLE_STRICT_OBJC_MSGSEND = YES;
325 GCC_C_LANGUAGE_STANDARD = gnu99;
326 GCC_DYNAMIC_NO_PIC = NO;
327 GCC_NO_COMMON_BLOCKS = YES;
328 GCC_OPTIMIZATION_LEVEL = 0;
329 GCC_PREPROCESSOR_DEFINITIONS = (
330 "DEBUG=1",
331 "$(inherited)",
332 );
333 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
334 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
335 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
336 GCC_WARN_UNDECLARED_SELECTOR = YES;
337 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
338 GCC_WARN_UNUSED_FUNCTION = YES;
339 GCC_WARN_UNUSED_VARIABLE = YES;
340 IPHONEOS_DEPLOYMENT_TARGET = 8.3;
341 MTL_ENABLE_DEBUG_INFO = YES;
342 ONLY_ACTIVE_ARCH = YES;
343 SDKROOT = iphoneos;
344 };
345 name = Debug;
346 };
347 635697DA1B14FC11007A7283 /* Release */ = {
348 isa = XCBuildConfiguration;
349 buildSettings = {
350 ALWAYS_SEARCH_USER_PATHS = NO;
351 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
352 CLANG_CXX_LIBRARY = "libc++";
353 CLANG_ENABLE_MODULES = YES;
354 CLANG_ENABLE_OBJC_ARC = YES;
355 CLANG_WARN_BOOL_CONVERSION = YES;
356 CLANG_WARN_CONSTANT_CONVERSION = YES;
357 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
358 CLANG_WARN_EMPTY_BODY = YES;
359 CLANG_WARN_ENUM_CONVERSION = YES;
360 CLANG_WARN_INT_CONVERSION = YES;
361 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
362 CLANG_WARN_UNREACHABLE_CODE = YES;
363 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
364 COPY_PHASE_STRIP = NO;
365 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
366 ENABLE_NS_ASSERTIONS = NO;
367 ENABLE_STRICT_OBJC_MSGSEND = YES;
368 GCC_C_LANGUAGE_STANDARD = gnu99;
369 GCC_NO_COMMON_BLOCKS = YES;
370 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
371 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
372 GCC_WARN_UNDECLARED_SELECTOR = YES;
373 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
374 GCC_WARN_UNUSED_FUNCTION = YES;
375 GCC_WARN_UNUSED_VARIABLE = YES;
376 IPHONEOS_DEPLOYMENT_TARGET = 8.3;
377 MTL_ENABLE_DEBUG_INFO = NO;
378 SDKROOT = iphoneos;
379 VALIDATE_PRODUCT = YES;
380 };
381 name = Release;
382 };
383 635697DC1B14FC11007A7283 /* Debug */ = {
384 isa = XCBuildConfiguration;
385 buildSettings = {
386 OTHER_LDFLAGS = "-ObjC";
387 PRODUCT_NAME = "$(TARGET_NAME)";
388 SKIP_INSTALL = YES;
389 };
390 name = Debug;
391 };
392 635697DD1B14FC11007A7283 /* Release */ = {
393 isa = XCBuildConfiguration;
394 buildSettings = {
395 OTHER_LDFLAGS = "-ObjC";
396 PRODUCT_NAME = "$(TARGET_NAME)";
397 SKIP_INSTALL = YES;
398 };
399 name = Release;
400 };
401/* End XCBuildConfiguration section */
402
403/* Begin XCConfigurationList section */
404 63423F4D1B150A5F006CF63C /* Build configuration list for PBXNativeTarget "AllTests" */ = {
405 isa = XCConfigurationList;
406 buildConfigurations = (
407 63423F4E1B150A5F006CF63C /* Debug */,
408 63423F4F1B150A5F006CF63C /* Release */,
409 );
410 defaultConfigurationIsVisible = 0;
411 defaultConfigurationName = Release;
412 };
413 635697C21B14FC11007A7283 /* Build configuration list for PBXProject "Tests" */ = {
414 isa = XCConfigurationList;
415 buildConfigurations = (
416 635697D91B14FC11007A7283 /* Debug */,
417 635697DA1B14FC11007A7283 /* Release */,
418 );
419 defaultConfigurationIsVisible = 0;
420 defaultConfigurationName = Release;
421 };
422 635697DB1B14FC11007A7283 /* Build configuration list for PBXNativeTarget "Tests" */ = {
423 isa = XCConfigurationList;
424 buildConfigurations = (
425 635697DC1B14FC11007A7283 /* Debug */,
426 635697DD1B14FC11007A7283 /* Release */,
427 );
428 defaultConfigurationIsVisible = 0;
429 defaultConfigurationName = Release;
430 };
431/* End XCConfigurationList section */
432 };
433 rootObject = 635697BF1B14FC11007A7283 /* Project object */;
434}