project.pbxproj 9.09 KB
Newer Older
Libin Lu's avatar
init  
Libin Lu committed
1 2 3 4 5 6 7 8 9
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
Libin Lu's avatar
Libin Lu committed
10
		3AD1DC2B1CFA802F008C092E /* RNFIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AD1DC2A1CFA802F008C092E /* RNFIRMessaging.m */; };
Libin Lu's avatar
init  
Libin Lu committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		58B511D91A9E6C8500147676 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
26 27
		134814201AA4EA6300B7C361 /* libRNFIRMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFIRMessaging.a; sourceTree = BUILT_PRODUCTS_DIR; };
		3AD1DC291CFA802F008C092E /* RNFIRMessaging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNFIRMessaging.h; sourceTree = "<group>"; };
Libin Lu's avatar
Libin Lu committed
28
		3AD1DC2A1CFA802F008C092E /* RNFIRMessaging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNFIRMessaging.m; sourceTree = "<group>"; };
Libin Lu's avatar
init  
Libin Lu committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		58B511D81A9E6C8500147676 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		134814211AA4EA7D00B7C361 /* Products */ = {
			isa = PBXGroup;
			children = (
45
				134814201AA4EA6300B7C361 /* libRNFIRMessaging.a */,
Libin Lu's avatar
init  
Libin Lu committed
46 47 48 49 50 51 52
			);
			name = Products;
			sourceTree = "<group>";
		};
		58B511D21A9E6C8500147676 = {
			isa = PBXGroup;
			children = (
53
				3AD1DC291CFA802F008C092E /* RNFIRMessaging.h */,
Libin Lu's avatar
Libin Lu committed
54
				3AD1DC2A1CFA802F008C092E /* RNFIRMessaging.m */,
Libin Lu's avatar
init  
Libin Lu committed
55 56 57 58 59 60 61 62 63
				134814211AA4EA7D00B7C361 /* Products */,
			);
			indentWidth = 2;
			sourceTree = "<group>";
			tabWidth = 2;
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
64
		58B511DA1A9E6C8500147676 /* RNFIRMessaging */ = {
Libin Lu's avatar
init  
Libin Lu committed
65
			isa = PBXNativeTarget;
66
			buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNFIRMessaging" */;
Libin Lu's avatar
init  
Libin Lu committed
67 68 69 70 71 72 73 74 75
			buildPhases = (
				58B511D71A9E6C8500147676 /* Sources */,
				58B511D81A9E6C8500147676 /* Frameworks */,
				58B511D91A9E6C8500147676 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
76
			name = RNFIRMessaging;
Libin Lu's avatar
init  
Libin Lu committed
77
			productName = RCTDataManager;
78
			productReference = 134814201AA4EA6300B7C361 /* libRNFIRMessaging.a */;
Libin Lu's avatar
init  
Libin Lu committed
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		58B511D31A9E6C8500147676 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0610;
				ORGANIZATIONNAME = Facebook;
				TargetAttributes = {
					58B511DA1A9E6C8500147676 = {
						CreatedOnToolsVersion = 6.1.1;
					};
				};
			};
95
			buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNFIRMessaging" */;
Libin Lu's avatar
init  
Libin Lu committed
96 97 98 99 100 101 102 103 104 105 106
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 58B511D21A9E6C8500147676;
			productRefGroup = 58B511D21A9E6C8500147676;
			projectDirPath = "";
			projectRoot = "";
			targets = (
107
				58B511DA1A9E6C8500147676 /* RNFIRMessaging */,
Libin Lu's avatar
init  
Libin Lu committed
108 109 110 111 112 113 114 115 116
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		58B511D71A9E6C8500147676 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
Libin Lu's avatar
Libin Lu committed
117
				3AD1DC2B1CFA802F008C092E /* RNFIRMessaging.m in Sources */,
Libin Lu's avatar
init  
Libin Lu committed
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		58B511ED1A9E6C8500147676 /* 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_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
Libin Lu's avatar
Libin Lu committed
142
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Libin Lu's avatar
init  
Libin Lu committed
143 144 145 146 147 148 149 150 151 152 153 154 155 156
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
				GCC_WARN_SHADOW = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
Libin Lu's avatar
Libin Lu committed
157
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Libin Lu's avatar
init  
Libin Lu committed
158 159 160 161 162 163
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				WARNING_CFLAGS = (
					"-Wextra",
					"-Wall",
Libin Lu's avatar
Libin Lu committed
164
					"-Wno-semicolon-before-method-body",
Libin Lu's avatar
Libin Lu committed
165
					"-Wno-unused-parameter",
Libin Lu's avatar
init  
Libin Lu committed
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
				);
			};
			name = Debug;
		};
		58B511EE1A9E6C8500147676 /* 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_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = YES;
Libin Lu's avatar
Libin Lu committed
188
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Libin Lu's avatar
init  
Libin Lu committed
189 190 191 192 193 194 195 196 197 198 199 200
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_PREPROCESSOR_DEFINITIONS = "";
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
				GCC_WARN_SHADOW = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
Libin Lu's avatar
Libin Lu committed
201
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Libin Lu's avatar
init  
Libin Lu committed
202 203 204 205 206 207
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
				WARNING_CFLAGS = (
					"-Wextra",
					"-Wall",
Libin Lu's avatar
Libin Lu committed
208
					"-Wno-semicolon-before-method-body",
Libin Lu's avatar
Libin Lu committed
209
					"-Wno-unused-parameter",
Libin Lu's avatar
init  
Libin Lu committed
210 211 212 213 214 215 216
				);
			};
			name = Release;
		};
		58B511F01A9E6C8500147676 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
217
				CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
Libin Lu's avatar
init  
Libin Lu committed
218
				CLANG_STATIC_ANALYZER_MODE = deep;
219 220 221
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/../../../ios/**",
222
					"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
223
				);
Libin Lu's avatar
init  
Libin Lu committed
224 225
				GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
				HEADER_SEARCH_PATHS = (
226
					"$(SRCROOT)/../../react-native/React/**",
227
					"$(SRCROOT)/../../../ios/**",
228
					"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
Libin Lu's avatar
init  
Libin Lu committed
229 230 231
				);
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				OTHER_LDFLAGS = "-ObjC";
232
				PRODUCT_NAME = RNFIRMessaging;
Libin Lu's avatar
init  
Libin Lu committed
233 234 235 236 237 238 239 240
				RUN_CLANG_STATIC_ANALYZER = YES;
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		58B511F11A9E6C8500147676 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
241
				CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
Libin Lu's avatar
init  
Libin Lu committed
242
				CLANG_STATIC_ANALYZER_MODE = deep;
243 244 245
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/../../../ios/**",
246
					"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
247
				);
Libin Lu's avatar
init  
Libin Lu committed
248
				HEADER_SEARCH_PATHS = (
249
					"$(SRCROOT)/../../react-native/React/**",
250
					"$(SRCROOT)/../../../ios/**",
251
					"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
Libin Lu's avatar
init  
Libin Lu committed
252 253 254
				);
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				OTHER_LDFLAGS = "-ObjC";
255
				PRODUCT_NAME = RNFIRMessaging;
Libin Lu's avatar
init  
Libin Lu committed
256 257 258 259 260 261 262
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
263
		58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNFIRMessaging" */ = {
Libin Lu's avatar
init  
Libin Lu committed
264 265 266 267 268 269 270 271
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511ED1A9E6C8500147676 /* Debug */,
				58B511EE1A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
272
		58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNFIRMessaging" */ = {
Libin Lu's avatar
init  
Libin Lu committed
273 274 275 276 277 278 279 280 281 282 283 284
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511F01A9E6C8500147676 /* Debug */,
				58B511F11A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 58B511D31A9E6C8500147676 /* Project object */;
}