Browse Source

migrated to new detox

Daniel Zlotin 7 years ago
parent
commit
13f44710df

+ 0
- 126
ios/ReactNativeNavigation.xcodeproj/project.pbxproj View File

@@ -188,128 +188,6 @@
188 188
 /* End PBXSourcesBuildPhase section */
189 189
 
190 190
 /* Begin XCBuildConfiguration section */
191
-		7BD721EF1E2D376E00724059 /* Debug_Detox */ = {
192
-			isa = XCBuildConfiguration;
193
-			buildSettings = {
194
-				ALWAYS_SEARCH_USER_PATHS = NO;
195
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
196
-				CLANG_CXX_LIBRARY = "libc++";
197
-				CLANG_ENABLE_MODULES = YES;
198
-				CLANG_ENABLE_OBJC_ARC = YES;
199
-				CLANG_WARN_BOOL_CONVERSION = YES;
200
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
201
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
202
-				CLANG_WARN_EMPTY_BODY = YES;
203
-				CLANG_WARN_ENUM_CONVERSION = YES;
204
-				CLANG_WARN_INFINITE_RECURSION = YES;
205
-				CLANG_WARN_INT_CONVERSION = YES;
206
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
207
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
208
-				CLANG_WARN_UNREACHABLE_CODE = YES;
209
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
210
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
211
-				COPY_PHASE_STRIP = NO;
212
-				DEBUG_INFORMATION_FORMAT = dwarf;
213
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
214
-				ENABLE_TESTABILITY = YES;
215
-				GCC_C_LANGUAGE_STANDARD = gnu99;
216
-				GCC_DYNAMIC_NO_PIC = NO;
217
-				GCC_NO_COMMON_BLOCKS = YES;
218
-				GCC_OPTIMIZATION_LEVEL = 0;
219
-				GCC_PREPROCESSOR_DEFINITIONS = (
220
-					"DEBUG=1",
221
-					"$(inherited)",
222
-				);
223
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
224
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
225
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
226
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
227
-				GCC_WARN_UNUSED_FUNCTION = YES;
228
-				GCC_WARN_UNUSED_VARIABLE = YES;
229
-				HEADER_SEARCH_PATHS = (
230
-					"$(inherited)",
231
-					"$(SRCROOT)/../../react-native/React/**",
232
-				);
233
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
234
-				MTL_ENABLE_DEBUG_INFO = YES;
235
-				ONLY_ACTIVE_ARCH = YES;
236
-				SDKROOT = iphoneos;
237
-			};
238
-			name = Debug_Detox;
239
-		};
240
-		7BD721F01E2D376E00724059 /* Debug_Detox */ = {
241
-			isa = XCBuildConfiguration;
242
-			buildSettings = {
243
-				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
244
-				HEADER_SEARCH_PATHS = (
245
-					"$(inherited)",
246
-					"$(SRCROOT)/../../react-native/React/**",
247
-				);
248
-				OTHER_LDFLAGS = "-ObjC";
249
-				PRODUCT_NAME = ReactNativeNavigation;
250
-				PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
251
-				SKIP_INSTALL = YES;
252
-			};
253
-			name = Debug_Detox;
254
-		};
255
-		7BD721F11E2D377700724059 /* Release_Detox */ = {
256
-			isa = XCBuildConfiguration;
257
-			buildSettings = {
258
-				ALWAYS_SEARCH_USER_PATHS = NO;
259
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
260
-				CLANG_CXX_LIBRARY = "libc++";
261
-				CLANG_ENABLE_MODULES = YES;
262
-				CLANG_ENABLE_OBJC_ARC = YES;
263
-				CLANG_WARN_BOOL_CONVERSION = YES;
264
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
265
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
266
-				CLANG_WARN_EMPTY_BODY = YES;
267
-				CLANG_WARN_ENUM_CONVERSION = YES;
268
-				CLANG_WARN_INFINITE_RECURSION = YES;
269
-				CLANG_WARN_INT_CONVERSION = YES;
270
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
271
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
272
-				CLANG_WARN_UNREACHABLE_CODE = YES;
273
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
274
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
275
-				COPY_PHASE_STRIP = NO;
276
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
277
-				ENABLE_NS_ASSERTIONS = NO;
278
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
279
-				GCC_C_LANGUAGE_STANDARD = gnu99;
280
-				GCC_NO_COMMON_BLOCKS = YES;
281
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
282
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
283
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
284
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
285
-				GCC_WARN_UNUSED_FUNCTION = YES;
286
-				GCC_WARN_UNUSED_VARIABLE = YES;
287
-				HEADER_SEARCH_PATHS = (
288
-					"$(inherited)",
289
-					"$(SRCROOT)/../../react-native/React/**",
290
-				);
291
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
292
-				MTL_ENABLE_DEBUG_INFO = NO;
293
-				SDKROOT = iphoneos;
294
-				VALIDATE_PRODUCT = YES;
295
-			};
296
-			name = Release_Detox;
297
-		};
298
-		7BD721F21E2D377700724059 /* Release_Detox */ = {
299
-			isa = XCBuildConfiguration;
300
-			buildSettings = {
301
-				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
302
-				HEADER_SEARCH_PATHS = (
303
-					"$(inherited)",
304
-					"$(SRCROOT)/../../react-native/React/**",
305
-				);
306
-				OTHER_LDFLAGS = "-ObjC";
307
-				PRODUCT_NAME = ReactNativeNavigation;
308
-				PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
309
-				SKIP_INSTALL = YES;
310
-			};
311
-			name = Release_Detox;
312
-		};
313 191
 		D8AFADC41BEE6F3F00A4592D /* Debug */ = {
314 192
 			isa = XCBuildConfiguration;
315 193
 			buildSettings = {
@@ -439,9 +317,7 @@
439 317
 			isa = XCConfigurationList;
440 318
 			buildConfigurations = (
441 319
 				D8AFADC41BEE6F3F00A4592D /* Debug */,
442
-				7BD721EF1E2D376E00724059 /* Debug_Detox */,
443 320
 				D8AFADC51BEE6F3F00A4592D /* Release */,
444
-				7BD721F11E2D377700724059 /* Release_Detox */,
445 321
 			);
446 322
 			defaultConfigurationIsVisible = 0;
447 323
 			defaultConfigurationName = Release;
@@ -450,9 +326,7 @@
450 326
 			isa = XCConfigurationList;
451 327
 			buildConfigurations = (
452 328
 				D8AFADC71BEE6F3F00A4592D /* Debug */,
453
-				7BD721F01E2D376E00724059 /* Debug_Detox */,
454 329
 				D8AFADC81BEE6F3F00A4592D /* Release */,
455
-				7BD721F21E2D377700724059 /* Release_Detox */,
456 330
 			);
457 331
 			defaultConfigurationIsVisible = 0;
458 332
 			defaultConfigurationName = Release;

+ 26
- 220
playground/ios/playground.xcodeproj/project.pbxproj View File

@@ -7,24 +7,24 @@
7 7
 	objects = {
8 8
 
9 9
 /* Begin PBXBuildFile section */
10
-		00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
11
-		00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
12
-		00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
13
-		00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
14
-		00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
10
+		00C302E51ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
11
+		00C302E71ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
12
+		00C302E81ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
13
+		00C302E91ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
14
+		00C302EA1ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
15 15
 		00E356F31AD99517003FC87E /* playgroundTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* playgroundTests.m */; };
16
-		133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
17
-		139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
18
-		139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
16
+		133E29F31AD74F7200F7D852 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
17
+		139105C61AF99C1200B5F7CC /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
18
+		139FDEF61B0652A700C62182 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
19 19
 		13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
20 20
 		13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
21 21
 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
22 22
 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
23
-		146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24
-		2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
25
-		7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */; };
26
-		7BD721FF1E2E421E00724059 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
27
-		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
23
+		146834051AC3E58100842450 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24
+		2647D65F1DB175C200B23722 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
25
+		7B9B39861DEB4091004A6281 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */; };
26
+		7BD721FF1E2E421E00724059 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
27
+		832341BD1AAA6AB300B99B32 /* ReferenceProxy in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
28 28
 /* End PBXBuildFile section */
29 29
 
30 30
 /* Begin PBXContainerItemProxy section */
@@ -221,7 +221,7 @@
221 221
 			isa = PBXFrameworksBuildPhase;
222 222
 			buildActionMask = 2147483647;
223 223
 			files = (
224
-				7BD721FF1E2E421E00724059 /* libReactNativeNavigation.a in Frameworks */,
224
+				7BD721FF1E2E421E00724059 /* ReferenceProxy in Frameworks */,
225 225
 			);
226 226
 			runOnlyForDeploymentPostprocessing = 0;
227 227
 		};
@@ -229,18 +229,18 @@
229 229
 			isa = PBXFrameworksBuildPhase;
230 230
 			buildActionMask = 2147483647;
231 231
 			files = (
232
-				7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */,
233
-				2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */,
234
-				146834051AC3E58100842450 /* libReact.a in Frameworks */,
235
-				00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
236
-				00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
237
-				00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
238
-				133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
239
-				00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
240
-				139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
241
-				832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
242
-				00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
243
-				139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
232
+				7B9B39861DEB4091004A6281 /* ReferenceProxy in Frameworks */,
233
+				2647D65F1DB175C200B23722 /* ReferenceProxy in Frameworks */,
234
+				146834051AC3E58100842450 /* ReferenceProxy in Frameworks */,
235
+				00C302E51ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */,
236
+				00C302E71ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */,
237
+				00C302E81ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */,
238
+				133E29F31AD74F7200F7D852 /* ReferenceProxy in Frameworks */,
239
+				00C302E91ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */,
240
+				139105C61AF99C1200B5F7CC /* ReferenceProxy in Frameworks */,
241
+				832341BD1AAA6AB300B99B32 /* ReferenceProxy in Frameworks */,
242
+				00C302EA1ABCBA2D00DB3ED1 /* ReferenceProxy in Frameworks */,
243
+				139FDEF61B0652A700C62182 /* ReferenceProxy in Frameworks */,
244 244
 			);
245 245
 			runOnlyForDeploymentPostprocessing = 0;
246 246
 		};
@@ -836,26 +836,6 @@
836 836
 			};
837 837
 			name = Release;
838 838
 		};
839
-		048D2E7E9477FA2088E39149 /* Release_Detox */ = {
840
-			isa = XCBuildConfiguration;
841
-			buildSettings = {
842
-				BUNDLE_LOADER = "$(TEST_HOST)";
843
-				COPY_PHASE_STRIP = NO;
844
-				HEADER_SEARCH_PATHS = (
845
-					"$(inherited)",
846
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
847
-					"$(SRCROOT)/../node_modules/react-native/React/**",
848
-					"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
849
-				);
850
-				INFOPLIST_FILE = playgroundTests/Info.plist;
851
-				IPHONEOS_DEPLOYMENT_TARGET = 8.2;
852
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
853
-				PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.playground.$(PRODUCT_NAME:rfc1034identifier)";
854
-				PRODUCT_NAME = "$(TARGET_NAME)";
855
-				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
856
-			};
857
-			name = Release_Detox;
858
-		};
859 839
 		13B07F941A680F5B00A75B9A /* Debug */ = {
860 840
 			isa = XCBuildConfiguration;
861 841
 			buildSettings = {
@@ -899,107 +879,6 @@
899 879
 			};
900 880
 			name = Release;
901 881
 		};
902
-		2984212B73D7531DE5F65D1F /* Debug_Detox */ = {
903
-			isa = XCBuildConfiguration;
904
-			buildSettings = {
905
-				BUNDLE_LOADER = "$(TEST_HOST)";
906
-				GCC_PREPROCESSOR_DEFINITIONS = (
907
-					"DEBUG=1",
908
-					"$(inherited)",
909
-				);
910
-				HEADER_SEARCH_PATHS = (
911
-					"$(inherited)",
912
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
913
-					"$(SRCROOT)/../node_modules/react-native/React/**",
914
-					"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
915
-				);
916
-				INFOPLIST_FILE = playgroundTests/Info.plist;
917
-				IPHONEOS_DEPLOYMENT_TARGET = 8.2;
918
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
919
-				PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.playground.$(PRODUCT_NAME:rfc1034identifier)";
920
-				PRODUCT_NAME = "$(TARGET_NAME)";
921
-				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
922
-			};
923
-			name = Debug_Detox;
924
-		};
925
-		29AFC5A9B25FF77E054960D7 /* Release_Detox */ = {
926
-			isa = XCBuildConfiguration;
927
-			buildSettings = {
928
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
929
-				DEPLOY_DETOX_FRAMEWORK = YES;
930
-				DEVELOPMENT_TEAM = "";
931
-				FRAMEWORK_SEARCH_PATHS = (
932
-					"$(inherited)",
933
-					"$(PROJECT_DIR)/../node_modules/detox",
934
-				);
935
-				HEADER_SEARCH_PATHS = (
936
-					"$(inherited)",
937
-					"$(SRCROOT)/../node_modules/react-native/React/**",
938
-				);
939
-				INFOPLIST_FILE = playground/Info.plist;
940
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
941
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
942
-				OTHER_LDFLAGS = (
943
-					"-ObjC",
944
-					"-l\"c++\"",
945
-					"-framework",
946
-					Detox,
947
-				);
948
-				PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
949
-				PRODUCT_NAME = playground;
950
-			};
951
-			name = Release_Detox;
952
-		};
953
-		57FA1AC8487324BC4A99A465 /* Debug_Detox */ = {
954
-			isa = XCBuildConfiguration;
955
-			buildSettings = {
956
-				ALWAYS_SEARCH_USER_PATHS = NO;
957
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
958
-				CLANG_CXX_LIBRARY = "libc++";
959
-				CLANG_ENABLE_MODULES = YES;
960
-				CLANG_ENABLE_OBJC_ARC = YES;
961
-				CLANG_WARN_BOOL_CONVERSION = YES;
962
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
963
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
964
-				CLANG_WARN_EMPTY_BODY = YES;
965
-				CLANG_WARN_ENUM_CONVERSION = YES;
966
-				CLANG_WARN_INFINITE_RECURSION = YES;
967
-				CLANG_WARN_INT_CONVERSION = YES;
968
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
969
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
970
-				CLANG_WARN_UNREACHABLE_CODE = YES;
971
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
972
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
973
-				COPY_PHASE_STRIP = NO;
974
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
975
-				GCC_C_LANGUAGE_STANDARD = gnu99;
976
-				GCC_DYNAMIC_NO_PIC = NO;
977
-				GCC_NO_COMMON_BLOCKS = YES;
978
-				GCC_OPTIMIZATION_LEVEL = 0;
979
-				GCC_PREPROCESSOR_DEFINITIONS = (
980
-					"DEBUG=1",
981
-					"$(inherited)",
982
-				);
983
-				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
984
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
985
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
986
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
987
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
988
-				GCC_WARN_UNUSED_FUNCTION = YES;
989
-				GCC_WARN_UNUSED_VARIABLE = YES;
990
-				HEADER_SEARCH_PATHS = (
991
-					"$(inherited)",
992
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
993
-					"$(SRCROOT)/../node_modules/react-native/React/**",
994
-				);
995
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
996
-				MTL_ENABLE_DEBUG_INFO = YES;
997
-				ONLY_ACTIVE_ARCH = YES;
998
-				OTHER_LDFLAGS = "";
999
-				SDKROOT = iphoneos;
1000
-			};
1001
-			name = Debug_Detox;
1002
-		};
1003 882
 		83CBBA201A601CBA00E9B192 /* Debug */ = {
1004 883
 			isa = XCBuildConfiguration;
1005 884
 			buildSettings = {
@@ -1094,79 +973,6 @@
1094 973
 			};
1095 974
 			name = Release;
1096 975
 		};
1097
-		BBF3AB28495B87423DAC695F /* Release_Detox */ = {
1098
-			isa = XCBuildConfiguration;
1099
-			buildSettings = {
1100
-				ALWAYS_SEARCH_USER_PATHS = NO;
1101
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1102
-				CLANG_CXX_LIBRARY = "libc++";
1103
-				CLANG_ENABLE_MODULES = YES;
1104
-				CLANG_ENABLE_OBJC_ARC = YES;
1105
-				CLANG_WARN_BOOL_CONVERSION = YES;
1106
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
1107
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1108
-				CLANG_WARN_EMPTY_BODY = YES;
1109
-				CLANG_WARN_ENUM_CONVERSION = YES;
1110
-				CLANG_WARN_INFINITE_RECURSION = YES;
1111
-				CLANG_WARN_INT_CONVERSION = YES;
1112
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1113
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
1114
-				CLANG_WARN_UNREACHABLE_CODE = YES;
1115
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1116
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1117
-				COPY_PHASE_STRIP = YES;
1118
-				ENABLE_NS_ASSERTIONS = NO;
1119
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
1120
-				GCC_C_LANGUAGE_STANDARD = gnu99;
1121
-				GCC_NO_COMMON_BLOCKS = YES;
1122
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1123
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1124
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
1125
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1126
-				GCC_WARN_UNUSED_FUNCTION = YES;
1127
-				GCC_WARN_UNUSED_VARIABLE = YES;
1128
-				HEADER_SEARCH_PATHS = (
1129
-					"$(inherited)",
1130
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
1131
-					"$(SRCROOT)/../node_modules/react-native/React/**",
1132
-				);
1133
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1134
-				MTL_ENABLE_DEBUG_INFO = NO;
1135
-				OTHER_LDFLAGS = "";
1136
-				SDKROOT = iphoneos;
1137
-				VALIDATE_PRODUCT = YES;
1138
-			};
1139
-			name = Release_Detox;
1140
-		};
1141
-		DB9A0E11DD86A380A31F9DD9 /* Debug_Detox */ = {
1142
-			isa = XCBuildConfiguration;
1143
-			buildSettings = {
1144
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1145
-				DEAD_CODE_STRIPPING = NO;
1146
-				DEPLOY_DETOX_FRAMEWORK = YES;
1147
-				DEVELOPMENT_TEAM = "";
1148
-				FRAMEWORK_SEARCH_PATHS = (
1149
-					"$(inherited)",
1150
-					"$(PROJECT_DIR)/../node_modules/detox",
1151
-				);
1152
-				HEADER_SEARCH_PATHS = (
1153
-					"$(inherited)",
1154
-					"$(SRCROOT)/../node_modules/react-native/React/**",
1155
-				);
1156
-				INFOPLIST_FILE = playground/Info.plist;
1157
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1158
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1159
-				OTHER_LDFLAGS = (
1160
-					"-ObjC",
1161
-					"-l\"c++\"",
1162
-					"-framework",
1163
-					Detox,
1164
-				);
1165
-				PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
1166
-				PRODUCT_NAME = playground;
1167
-			};
1168
-			name = Debug_Detox;
1169
-		};
1170 976
 /* End XCBuildConfiguration section */
1171 977
 
1172 978
 /* Begin XCConfigurationList section */

+ 0
- 115
playground/ios/playground.xcodeproj/xcshareddata/xcschemes/playground_Detox.xcscheme View File

@@ -1,115 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<Scheme
3
-   LastUpgradeVersion = "0820"
4
-   version = "1.3">
5
-   <BuildAction
6
-      parallelizeBuildables = "YES"
7
-      buildImplicitDependencies = "YES">
8
-      <BuildActionEntries>
9
-         <BuildActionEntry
10
-            buildForTesting = "YES"
11
-            buildForRunning = "YES"
12
-            buildForProfiling = "YES"
13
-            buildForArchiving = "YES"
14
-            buildForAnalyzing = "YES">
15
-            <BuildableReference
16
-               BuildableIdentifier = "primary"
17
-               BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
-               BuildableName = "playground.app"
19
-               BlueprintName = "playground"
20
-               ReferencedContainer = "container:playground.xcodeproj">
21
-            </BuildableReference>
22
-         </BuildActionEntry>
23
-         <BuildActionEntry
24
-            buildForTesting = "YES"
25
-            buildForRunning = "YES"
26
-            buildForProfiling = "NO"
27
-            buildForArchiving = "NO"
28
-            buildForAnalyzing = "YES">
29
-            <BuildableReference
30
-               BuildableIdentifier = "primary"
31
-               BlueprintIdentifier = "00E356ED1AD99517003FC87E"
32
-               BuildableName = "playgroundTests.xctest"
33
-               BlueprintName = "playgroundTests"
34
-               ReferencedContainer = "container:playground.xcodeproj">
35
-            </BuildableReference>
36
-         </BuildActionEntry>
37
-      </BuildActionEntries>
38
-   </BuildAction>
39
-   <TestAction
40
-      buildConfiguration = "Debug"
41
-      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42
-      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43
-      shouldUseLaunchSchemeArgsEnv = "YES">
44
-      <Testables>
45
-         <TestableReference
46
-            skipped = "NO">
47
-            <BuildableReference
48
-               BuildableIdentifier = "primary"
49
-               BlueprintIdentifier = "00E356ED1AD99517003FC87E"
50
-               BuildableName = "playgroundTests.xctest"
51
-               BlueprintName = "playgroundTests"
52
-               ReferencedContainer = "container:playground.xcodeproj">
53
-            </BuildableReference>
54
-         </TestableReference>
55
-      </Testables>
56
-      <MacroExpansion>
57
-         <BuildableReference
58
-            BuildableIdentifier = "primary"
59
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
60
-            BuildableName = "playground.app"
61
-            BlueprintName = "playground"
62
-            ReferencedContainer = "container:playground.xcodeproj">
63
-         </BuildableReference>
64
-      </MacroExpansion>
65
-      <AdditionalOptions>
66
-      </AdditionalOptions>
67
-   </TestAction>
68
-   <LaunchAction
69
-      buildConfiguration = "Debug_Detox"
70
-      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
71
-      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
72
-      launchStyle = "0"
73
-      useCustomWorkingDirectory = "NO"
74
-      ignoresPersistentStateOnLaunch = "NO"
75
-      debugDocumentVersioning = "YES"
76
-      debugServiceExtension = "internal"
77
-      allowLocationSimulation = "YES">
78
-      <BuildableProductRunnable
79
-         runnableDebuggingMode = "0">
80
-         <BuildableReference
81
-            BuildableIdentifier = "primary"
82
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
83
-            BuildableName = "playground.app"
84
-            BlueprintName = "playground"
85
-            ReferencedContainer = "container:playground.xcodeproj">
86
-         </BuildableReference>
87
-      </BuildableProductRunnable>
88
-      <AdditionalOptions>
89
-      </AdditionalOptions>
90
-   </LaunchAction>
91
-   <ProfileAction
92
-      buildConfiguration = "Release"
93
-      shouldUseLaunchSchemeArgsEnv = "YES"
94
-      savedToolIdentifier = ""
95
-      useCustomWorkingDirectory = "NO"
96
-      debugDocumentVersioning = "YES">
97
-      <BuildableProductRunnable
98
-         runnableDebuggingMode = "0">
99
-         <BuildableReference
100
-            BuildableIdentifier = "primary"
101
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
102
-            BuildableName = "playground.app"
103
-            BlueprintName = "playground"
104
-            ReferencedContainer = "container:playground.xcodeproj">
105
-         </BuildableReference>
106
-      </BuildableProductRunnable>
107
-   </ProfileAction>
108
-   <AnalyzeAction
109
-      buildConfiguration = "Debug">
110
-   </AnalyzeAction>
111
-   <ArchiveAction
112
-      buildConfiguration = "Release"
113
-      revealArchiveInOrganizer = "YES">
114
-   </ArchiveAction>
115
-</Scheme>

+ 0
- 91
playground/ios/playground.xcodeproj/xcshareddata/xcschemes/playground_release_Detox.xcscheme View File

@@ -1,91 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<Scheme
3
-   LastUpgradeVersion = "0820"
4
-   version = "1.3">
5
-   <BuildAction
6
-      parallelizeBuildables = "YES"
7
-      buildImplicitDependencies = "YES">
8
-      <BuildActionEntries>
9
-         <BuildActionEntry
10
-            buildForTesting = "YES"
11
-            buildForRunning = "YES"
12
-            buildForProfiling = "YES"
13
-            buildForArchiving = "YES"
14
-            buildForAnalyzing = "YES">
15
-            <BuildableReference
16
-               BuildableIdentifier = "primary"
17
-               BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
-               BuildableName = "playground.app"
19
-               BlueprintName = "playground"
20
-               ReferencedContainer = "container:playground.xcodeproj">
21
-            </BuildableReference>
22
-         </BuildActionEntry>
23
-      </BuildActionEntries>
24
-   </BuildAction>
25
-   <TestAction
26
-      buildConfiguration = "Debug"
27
-      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
-      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
-      shouldUseLaunchSchemeArgsEnv = "YES">
30
-      <Testables>
31
-      </Testables>
32
-      <MacroExpansion>
33
-         <BuildableReference
34
-            BuildableIdentifier = "primary"
35
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
36
-            BuildableName = "playground.app"
37
-            BlueprintName = "playground"
38
-            ReferencedContainer = "container:playground.xcodeproj">
39
-         </BuildableReference>
40
-      </MacroExpansion>
41
-      <AdditionalOptions>
42
-      </AdditionalOptions>
43
-   </TestAction>
44
-   <LaunchAction
45
-      buildConfiguration = "Release_Detox"
46
-      selectedDebuggerIdentifier = ""
47
-      selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
48
-      launchStyle = "0"
49
-      useCustomWorkingDirectory = "NO"
50
-      ignoresPersistentStateOnLaunch = "NO"
51
-      debugDocumentVersioning = "YES"
52
-      debugServiceExtension = "internal"
53
-      allowLocationSimulation = "YES">
54
-      <BuildableProductRunnable
55
-         runnableDebuggingMode = "0">
56
-         <BuildableReference
57
-            BuildableIdentifier = "primary"
58
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
59
-            BuildableName = "playground.app"
60
-            BlueprintName = "playground"
61
-            ReferencedContainer = "container:playground.xcodeproj">
62
-         </BuildableReference>
63
-      </BuildableProductRunnable>
64
-      <AdditionalOptions>
65
-      </AdditionalOptions>
66
-   </LaunchAction>
67
-   <ProfileAction
68
-      buildConfiguration = "Release"
69
-      shouldUseLaunchSchemeArgsEnv = "YES"
70
-      savedToolIdentifier = ""
71
-      useCustomWorkingDirectory = "NO"
72
-      debugDocumentVersioning = "YES">
73
-      <BuildableProductRunnable
74
-         runnableDebuggingMode = "0">
75
-         <BuildableReference
76
-            BuildableIdentifier = "primary"
77
-            BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
78
-            BuildableName = "playground.app"
79
-            BlueprintName = "playground"
80
-            ReferencedContainer = "container:playground.xcodeproj">
81
-         </BuildableReference>
82
-      </BuildableProductRunnable>
83
-   </ProfileAction>
84
-   <AnalyzeAction
85
-      buildConfiguration = "Debug">
86
-   </AnalyzeAction>
87
-   <ArchiveAction
88
-      buildConfiguration = "Release"
89
-      revealArchiveInOrganizer = "YES">
90
-   </ArchiveAction>
91
-</Scheme>