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

/* Begin PBXBuildFile section */
yogevbd's avatar
WIP  
yogevbd committed
10 11 12 13
		50351F8F22CD782F000713B3 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 50351F8E22CD782F000713B3 /* RNEventEmitter.m */; };
		50351F9222CD7DF4000713B3 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 50351F9122CD7DF4000713B3 /* RNBridgeModule.m */; };
		50351F9522CD7FF1000713B3 /* RCTConvert+Notifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 50351F9422CD7FF1000713B3 /* RCTConvert+Notifications.m */; };
		50351F9822CD8604000713B3 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 50351F9722CD8604000713B3 /* RNCommandsHandler.m */; };
yogevbd's avatar
yogevbd committed
14 15 16 17 18 19 20
		507DCCF522CE3EBD005D4E0B /* RNNotifications.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */; };
		507DCCF722CE3EF7005D4E0B /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 50351F9022CD7DF4000713B3 /* RNBridgeModule.h */; };
		507DCCF822CE3F04005D4E0B /* RNNotificationsBridgeQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D85B37461CC05A1200DE9EB6 /* RNNotificationsBridgeQueue.h */; };
		507DCCF922CE3F04005D4E0B /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */; settings = {ATTRIBUTES = (Public, ); }; };
		507DCCFA22CE3F04005D4E0B /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 50351F8D22CD782F000713B3 /* RNEventEmitter.h */; };
		507DCCFB22CE3F04005D4E0B /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 50351F9622CD8604000713B3 /* RNCommandsHandler.h */; };
		507DCCFC22CE3F04005D4E0B /* RCTConvert+Notifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 50351F9322CD7FF1000713B3 /* RCTConvert+Notifications.h */; };
21
		D85B37451CC05A0900DE9EB6 /* RNNotificationsBridgeQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = D85B37441CC05A0900DE9EB6 /* RNNotificationsBridgeQueue.m */; };
Lidan Hifi's avatar
Lidan Hifi committed
22
		D8A2F7551CB57F1A002CC8F5 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A2F7541CB57F1A002CC8F5 /* RNNotifications.m */; };
Lidan Hifi's avatar
Lidan Hifi committed
23 24 25 26 27 28 29 30 31
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		58B511D91A9E6C8500147676 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
yogevbd's avatar
yogevbd committed
32
				507DCCF522CE3EBD005D4E0B /* RNNotifications.h in CopyFiles */,
Lidan Hifi's avatar
Lidan Hifi committed
33 34 35 36 37 38
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
Lidan Hifi's avatar
Lidan Hifi committed
39
		134814201AA4EA6300B7C361 /* libRNNotifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNNotifications.a; sourceTree = BUILT_PRODUCTS_DIR; };
yogevbd's avatar
WIP  
yogevbd committed
40 41 42 43 44 45 46 47
		50351F8D22CD782F000713B3 /* RNEventEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNEventEmitter.h; sourceTree = "<group>"; };
		50351F8E22CD782F000713B3 /* RNEventEmitter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNEventEmitter.m; sourceTree = "<group>"; };
		50351F9022CD7DF4000713B3 /* RNBridgeModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNBridgeModule.h; sourceTree = "<group>"; };
		50351F9122CD7DF4000713B3 /* RNBridgeModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNBridgeModule.m; sourceTree = "<group>"; };
		50351F9322CD7FF1000713B3 /* RCTConvert+Notifications.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Notifications.h"; sourceTree = "<group>"; };
		50351F9422CD7FF1000713B3 /* RCTConvert+Notifications.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Notifications.m"; sourceTree = "<group>"; };
		50351F9622CD8604000713B3 /* RNCommandsHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCommandsHandler.h; sourceTree = "<group>"; };
		50351F9722CD8604000713B3 /* RNCommandsHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCommandsHandler.m; sourceTree = "<group>"; };
48 49
		D85B37441CC05A0900DE9EB6 /* RNNotificationsBridgeQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNotificationsBridgeQueue.m; sourceTree = "<group>"; };
		D85B37461CC05A1200DE9EB6 /* RNNotificationsBridgeQueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNotificationsBridgeQueue.h; sourceTree = "<group>"; };
Lidan Hifi's avatar
Lidan Hifi committed
50 51
		D8A2F7541CB57F1A002CC8F5 /* RNNotifications.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNotifications.m; sourceTree = "<group>"; };
		D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNotifications.h; sourceTree = "<group>"; };
Lidan Hifi's avatar
Lidan Hifi committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
/* 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 = (
Lidan Hifi's avatar
Lidan Hifi committed
68
				134814201AA4EA6300B7C361 /* libRNNotifications.a */,
Lidan Hifi's avatar
Lidan Hifi committed
69 70 71 72 73 74 75
			);
			name = Products;
			sourceTree = "<group>";
		};
		58B511D21A9E6C8500147676 = {
			isa = PBXGroup;
			children = (
yogevbd's avatar
WIP  
yogevbd committed
76 77
				50351F9022CD7DF4000713B3 /* RNBridgeModule.h */,
				50351F9122CD7DF4000713B3 /* RNBridgeModule.m */,
78 79
				D85B37461CC05A1200DE9EB6 /* RNNotificationsBridgeQueue.h */,
				D85B37441CC05A0900DE9EB6 /* RNNotificationsBridgeQueue.m */,
Lidan Hifi's avatar
Lidan Hifi committed
80 81
				D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */,
				D8A2F7541CB57F1A002CC8F5 /* RNNotifications.m */,
yogevbd's avatar
WIP  
yogevbd committed
82 83 84 85 86 87
				50351F8D22CD782F000713B3 /* RNEventEmitter.h */,
				50351F8E22CD782F000713B3 /* RNEventEmitter.m */,
				50351F9622CD8604000713B3 /* RNCommandsHandler.h */,
				50351F9722CD8604000713B3 /* RNCommandsHandler.m */,
				50351F9322CD7FF1000713B3 /* RCTConvert+Notifications.h */,
				50351F9422CD7FF1000713B3 /* RCTConvert+Notifications.m */,
Lidan Hifi's avatar
Lidan Hifi committed
88 89 90 91 92 93
				134814211AA4EA7D00B7C361 /* Products */,
			);
			sourceTree = "<group>";
		};
/* End PBXGroup section */

yogevbd's avatar
yogevbd committed
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
/* Begin PBXHeadersBuildPhase section */
		507DCCF622CE3EEF005D4E0B /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				507DCCF922CE3F04005D4E0B /* RNNotifications.h in Headers */,
				507DCCF822CE3F04005D4E0B /* RNNotificationsBridgeQueue.h in Headers */,
				507DCCFA22CE3F04005D4E0B /* RNEventEmitter.h in Headers */,
				507DCCFB22CE3F04005D4E0B /* RNCommandsHandler.h in Headers */,
				507DCCFC22CE3F04005D4E0B /* RCTConvert+Notifications.h in Headers */,
				507DCCF722CE3EF7005D4E0B /* RNBridgeModule.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

Lidan Hifi's avatar
Lidan Hifi committed
110
/* Begin PBXNativeTarget section */
Lidan Hifi's avatar
Lidan Hifi committed
111
		58B511DA1A9E6C8500147676 /* RNNotifications */ = {
Lidan Hifi's avatar
Lidan Hifi committed
112
			isa = PBXNativeTarget;
Lidan Hifi's avatar
Lidan Hifi committed
113
			buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNNotifications" */;
Lidan Hifi's avatar
Lidan Hifi committed
114
			buildPhases = (
yogevbd's avatar
yogevbd committed
115
				507DCCF622CE3EEF005D4E0B /* Headers */,
Lidan Hifi's avatar
Lidan Hifi committed
116 117 118 119 120 121 122 123
				58B511D71A9E6C8500147676 /* Sources */,
				58B511D81A9E6C8500147676 /* Frameworks */,
				58B511D91A9E6C8500147676 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
Lidan Hifi's avatar
Lidan Hifi committed
124
			name = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
125
			productName = RCTDataManager;
Lidan Hifi's avatar
Lidan Hifi committed
126
			productReference = 134814201AA4EA6300B7C361 /* libRNNotifications.a */;
Lidan Hifi's avatar
Lidan Hifi committed
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
			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;
					};
				};
			};
Lidan Hifi's avatar
Lidan Hifi committed
143
			buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNNotifications" */;
Lidan Hifi's avatar
Lidan Hifi committed
144 145 146 147 148 149 150 151 152 153 154
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 58B511D21A9E6C8500147676;
			productRefGroup = 58B511D21A9E6C8500147676;
			projectDirPath = "";
			projectRoot = "";
			targets = (
Lidan Hifi's avatar
Lidan Hifi committed
155
				58B511DA1A9E6C8500147676 /* RNNotifications */,
Lidan Hifi's avatar
Lidan Hifi committed
156 157 158 159 160 161 162 163 164
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		58B511D71A9E6C8500147676 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
yogevbd's avatar
WIP  
yogevbd committed
165
				50351F9822CD8604000713B3 /* RNCommandsHandler.m in Sources */,
Lidan Hifi's avatar
Lidan Hifi committed
166
				D8A2F7551CB57F1A002CC8F5 /* RNNotifications.m in Sources */,
yogevbd's avatar
WIP  
yogevbd committed
167 168
				50351F8F22CD782F000713B3 /* RNEventEmitter.m in Sources */,
				50351F9222CD7DF4000713B3 /* RNBridgeModule.m in Sources */,
169
				D85B37451CC05A0900DE9EB6 /* RNNotificationsBridgeQueue.m in Sources */,
yogevbd's avatar
WIP  
yogevbd committed
170
				50351F9522CD7FF1000713B3 /* RCTConvert+Notifications.m in Sources */,
Lidan Hifi's avatar
Lidan Hifi committed
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
			);
			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;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			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;
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		58B511F01A9E6C8500147676 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = YES;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../example/node_modules/react-native/React/**",
					"$(SRCROOT)/../../react-native/React/**",
					"$(SRCROOT)/../../../React/**",
				);
				LIBRARY_SEARCH_PATHS = "";
				OTHER_LDFLAGS = "-ObjC";
Lidan Hifi's avatar
Lidan Hifi committed
262
				PRODUCT_NAME = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		58B511F11A9E6C8500147676 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = YES;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../example/node_modules/react-native/React/**",
					"$(SRCROOT)/../../react-native/React/**",
					"$(SRCROOT)/../../../React/**",
				);
				LIBRARY_SEARCH_PATHS = "";
				OTHER_LDFLAGS = "-ObjC";
Lidan Hifi's avatar
Lidan Hifi committed
278
				PRODUCT_NAME = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
279 280 281 282 283 284 285
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Lidan Hifi's avatar
Lidan Hifi committed
286
		58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNNotifications" */ = {
Lidan Hifi's avatar
Lidan Hifi committed
287 288 289 290 291 292 293 294
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511ED1A9E6C8500147676 /* Debug */,
				58B511EE1A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
Lidan Hifi's avatar
Lidan Hifi committed
295
		58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNNotifications" */ = {
Lidan Hifi's avatar
Lidan Hifi committed
296 297 298 299 300 301 302 303 304 305 306 307
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511F01A9E6C8500147676 /* Debug */,
				58B511F11A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 58B511D31A9E6C8500147676 /* Project object */;
}