| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 | 
							- // !$*UTF8*$!
 - {
 - 	archiveVersion = 1;
 - 	classes = {
 - 	};
 - 	objectVersion = 46;
 - 	objects = {
 - 
 - /* Begin PBXBuildFile section */
 - 		7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */; };
 - 		7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500761E254908001B9E1B /* RNNSplashScreen.h */; };
 - 		7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; };
 - 		7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE55F1E253F97002A6182 /* RNN.h */; };
 - 		7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */; };
 - 		7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */; };
 - 		7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */; };
 - 		7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
 - 		7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
 - 		7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
 - 		7BBFE5611E253F97002A6182 /* RNN.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5601E253F97002A6182 /* RNN.m */; };
 - 		7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */; };
 - /* End PBXBuildFile section */
 - 
 - /* Begin PBXCopyFilesBuildPhase section */
 - 		D8AFADBB1BEE6F3F00A4592D /* CopyFiles */ = {
 - 			isa = PBXCopyFilesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			dstPath = "include/$(PRODUCT_NAME)";
 - 			dstSubfolderSpec = 16;
 - 			files = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXCopyFilesBuildPhase section */
 - 
 - /* Begin PBXFileReference section */
 - 		7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNEventEmitter.h; sourceTree = "<group>"; };
 - 		7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNEventEmitter.m; sourceTree = "<group>"; };
 - 		7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
 - 		7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
 - 		7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
 - 		7BA500771E254908001B9E1B /* RNNSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSplashScreen.m; sourceTree = "<group>"; };
 - 		7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNBridgeModule.h; sourceTree = "<group>"; };
 - 		7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBridgeModule.m; sourceTree = "<group>"; };
 - 		7BBFE55F1E253F97002A6182 /* RNN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNN.h; sourceTree = "<group>"; };
 - 		7BBFE5601E253F97002A6182 /* RNN.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNN.m; sourceTree = "<group>"; };
 - 		7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNControllerFactory.h; sourceTree = "<group>"; };
 - 		7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactory.m; sourceTree = "<group>"; };
 - 		D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeNavigation.a; sourceTree = BUILT_PRODUCTS_DIR; };
 - /* End PBXFileReference section */
 - 
 - /* Begin PBXFrameworksBuildPhase section */
 - 		D8AFADBA1BEE6F3F00A4592D /* Frameworks */ = {
 - 			isa = PBXFrameworksBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXFrameworksBuildPhase section */
 - 
 - /* Begin PBXGroup section */
 - 		7B1E4C4B1E2D173700C3A525 /* Controllers */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
 - 				7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
 - 				7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
 - 				7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
 - 			);
 - 			name = Controllers;
 - 			sourceTree = "<group>";
 - 		};
 - 		7BD721F31E2D3AA100724059 /* Bridge */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
 - 				7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
 - 				7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */,
 - 				7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */,
 - 			);
 - 			name = Bridge;
 - 			sourceTree = "<group>";
 - 		};
 - 		D8AFADB41BEE6F3F00A4592D = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
 - 				7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
 - 				7BD721F31E2D3AA100724059 /* Bridge */,
 - 				7B1E4C4B1E2D173700C3A525 /* Controllers */,
 - 				7BBFE55F1E253F97002A6182 /* RNN.h */,
 - 				7BBFE5601E253F97002A6182 /* RNN.m */,
 - 				D8AFADBE1BEE6F3F00A4592D /* Products */,
 - 			);
 - 			sourceTree = "<group>";
 - 		};
 - 		D8AFADBE1BEE6F3F00A4592D /* Products */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */,
 - 			);
 - 			name = Products;
 - 			sourceTree = "<group>";
 - 		};
 - /* End PBXGroup section */
 - 
 - /* Begin PBXHeadersBuildPhase section */
 - 		7B1126A21E2D2B5500F9B03B /* Headers */ = {
 - 			isa = PBXHeadersBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */,
 - 				7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */,
 - 				7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */,
 - 				7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */,
 - 				7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */,
 - 				7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXHeadersBuildPhase section */
 - 
 - /* Begin PBXNativeTarget section */
 - 		D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */ = {
 - 			isa = PBXNativeTarget;
 - 			buildConfigurationList = D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */;
 - 			buildPhases = (
 - 				D8AFADB91BEE6F3F00A4592D /* Sources */,
 - 				D8AFADBA1BEE6F3F00A4592D /* Frameworks */,
 - 				D8AFADBB1BEE6F3F00A4592D /* CopyFiles */,
 - 				7B1126A21E2D2B5500F9B03B /* Headers */,
 - 			);
 - 			buildRules = (
 - 			);
 - 			dependencies = (
 - 			);
 - 			name = ReactNativeNavigation;
 - 			productName = libReactContacts;
 - 			productReference = D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */;
 - 			productType = "com.apple.product-type.library.static";
 - 		};
 - /* End PBXNativeTarget section */
 - 
 - /* Begin PBXProject section */
 - 		D8AFADB51BEE6F3F00A4592D /* Project object */ = {
 - 			isa = PBXProject;
 - 			attributes = {
 - 				LastUpgradeCheck = 0820;
 - 				ORGANIZATIONNAME = Wix;
 - 				TargetAttributes = {
 - 					D8AFADBC1BEE6F3F00A4592D = {
 - 						CreatedOnToolsVersion = 7.1;
 - 					};
 - 				};
 - 			};
 - 			buildConfigurationList = D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */;
 - 			compatibilityVersion = "Xcode 3.2";
 - 			developmentRegion = English;
 - 			hasScannedForEncodings = 0;
 - 			knownRegions = (
 - 				en,
 - 			);
 - 			mainGroup = D8AFADB41BEE6F3F00A4592D;
 - 			productRefGroup = D8AFADBE1BEE6F3F00A4592D /* Products */;
 - 			projectDirPath = "";
 - 			projectRoot = "";
 - 			targets = (
 - 				D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */,
 - 			);
 - 		};
 - /* End PBXProject section */
 - 
 - /* Begin PBXSourcesBuildPhase section */
 - 		D8AFADB91BEE6F3F00A4592D /* Sources */ = {
 - 			isa = PBXSourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */,
 - 				7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */,
 - 				7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */,
 - 				7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
 - 				7BBFE5611E253F97002A6182 /* RNN.m in Sources */,
 - 				7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXSourcesBuildPhase section */
 - 
 - /* Begin XCBuildConfiguration section */
 - 		D8AFADC41BEE6F3F00A4592D /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_SEARCH_USER_PATHS = NO;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 - 				CLANG_CXX_LIBRARY = "libc++";
 - 				CLANG_ENABLE_MODULES = YES;
 - 				CLANG_ENABLE_OBJC_ARC = YES;
 - 				CLANG_WARN_BOOL_CONVERSION = YES;
 - 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 - 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 - 				CLANG_WARN_EMPTY_BODY = YES;
 - 				CLANG_WARN_ENUM_CONVERSION = YES;
 - 				CLANG_WARN_INFINITE_RECURSION = YES;
 - 				CLANG_WARN_INT_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 - 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 - 				CLANG_WARN_UNREACHABLE_CODE = YES;
 - 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 - 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 - 				COPY_PHASE_STRIP = NO;
 - 				DEBUG_INFORMATION_FORMAT = dwarf;
 - 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 - 				ENABLE_TESTABILITY = YES;
 - 				GCC_C_LANGUAGE_STANDARD = gnu99;
 - 				GCC_DYNAMIC_NO_PIC = NO;
 - 				GCC_NO_COMMON_BLOCKS = YES;
 - 				GCC_OPTIMIZATION_LEVEL = 0;
 - 				GCC_PREPROCESSOR_DEFINITIONS = (
 - 					"DEBUG=1",
 - 					"$(inherited)",
 - 				);
 - 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 - 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 - 				GCC_WARN_UNDECLARED_SELECTOR = YES;
 - 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 - 				GCC_WARN_UNUSED_FUNCTION = YES;
 - 				GCC_WARN_UNUSED_VARIABLE = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"$(SRCROOT)/../../react-native/React/**",
 - 				);
 - 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 - 				MTL_ENABLE_DEBUG_INFO = YES;
 - 				ONLY_ACTIVE_ARCH = YES;
 - 				SDKROOT = iphoneos;
 - 			};
 - 			name = Debug;
 - 		};
 - 		D8AFADC51BEE6F3F00A4592D /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_SEARCH_USER_PATHS = NO;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 - 				CLANG_CXX_LIBRARY = "libc++";
 - 				CLANG_ENABLE_MODULES = YES;
 - 				CLANG_ENABLE_OBJC_ARC = YES;
 - 				CLANG_WARN_BOOL_CONVERSION = YES;
 - 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 - 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 - 				CLANG_WARN_EMPTY_BODY = YES;
 - 				CLANG_WARN_ENUM_CONVERSION = YES;
 - 				CLANG_WARN_INFINITE_RECURSION = YES;
 - 				CLANG_WARN_INT_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 - 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 - 				CLANG_WARN_UNREACHABLE_CODE = YES;
 - 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 - 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 - 				COPY_PHASE_STRIP = NO;
 - 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 - 				ENABLE_NS_ASSERTIONS = NO;
 - 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 - 				GCC_C_LANGUAGE_STANDARD = gnu99;
 - 				GCC_NO_COMMON_BLOCKS = YES;
 - 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 - 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 - 				GCC_WARN_UNDECLARED_SELECTOR = YES;
 - 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 - 				GCC_WARN_UNUSED_FUNCTION = YES;
 - 				GCC_WARN_UNUSED_VARIABLE = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"$(SRCROOT)/../../react-native/React/**",
 - 				);
 - 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 - 				MTL_ENABLE_DEBUG_INFO = NO;
 - 				SDKROOT = iphoneos;
 - 				VALIDATE_PRODUCT = YES;
 - 			};
 - 			name = Release;
 - 		};
 - 		D8AFADC71BEE6F3F00A4592D /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"$(SRCROOT)/../../react-native/React/**",
 - 				);
 - 				OTHER_LDFLAGS = "-ObjC";
 - 				PRODUCT_NAME = ReactNativeNavigation;
 - 				PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
 - 				SKIP_INSTALL = YES;
 - 			};
 - 			name = Debug;
 - 		};
 - 		D8AFADC81BEE6F3F00A4592D /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"$(SRCROOT)/../../react-native/React/**",
 - 				);
 - 				OTHER_LDFLAGS = "-ObjC";
 - 				PRODUCT_NAME = ReactNativeNavigation;
 - 				PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
 - 				SKIP_INSTALL = YES;
 - 			};
 - 			name = Release;
 - 		};
 - /* End XCBuildConfiguration section */
 - 
 - /* Begin XCConfigurationList section */
 - 		D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				D8AFADC41BEE6F3F00A4592D /* Debug */,
 - 				D8AFADC51BEE6F3F00A4592D /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - 		D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				D8AFADC71BEE6F3F00A4592D /* Debug */,
 - 				D8AFADC81BEE6F3F00A4592D /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - /* End XCConfigurationList section */
 - 	};
 - 	rootObject = D8AFADB51BEE6F3F00A4592D /* Project object */;
 - }
 
 
  |