project.pbxproj 26.4 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
		507DCCF522CE3EBD005D4E0B /* RNNotifications.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */; };
		507DCCF722CE3EF7005D4E0B /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 50351F9022CD7DF4000713B3 /* RNBridgeModule.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 */; };
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
		508CE7CB22D12B2600357815 /* RNNotificationsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE7CA22D12B2600357815 /* RNNotificationsTests.m */; };
		508CE7CD22D12B2600357815 /* libRNNotifications.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 134814201AA4EA6300B7C361 /* libRNNotifications.a */; };
		508CE7D522D12CCA00357815 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 508CE7D322D12CCA00357815 /* RNNotificationEventHandler.h */; };
		508CE7D622D12CCA00357815 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE7D422D12CCA00357815 /* RNNotificationEventHandler.m */; };
		508CE81422D12FC700357815 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE81322D12FC600357815 /* RNNotificationCenterListener.m */; };
		508CE81622D12FF600357815 /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 508CE81522D12FF500357815 /* RNNotificationCenterListener.h */; };
		508CE81922D130B900357815 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 508CE81722D130B900357815 /* RNPushKitEventListener.h */; };
		508CE81A22D130B900357815 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE81822D130B900357815 /* RNPushKitEventListener.m */; };
		508CE81D22D1337200357815 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 508CE81B22D1337200357815 /* RNPushKit.h */; };
		508CE81E22D1337200357815 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE81C22D1337200357815 /* RNPushKit.m */; };
		508CE82222D1372E00357815 /* RNUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 508CE82022D1372E00357815 /* RNUtils.h */; };
		508CE82322D1372E00357815 /* RNUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CE82122D1372E00357815 /* RNUtils.m */; };
		50AD1FCA22D13ADB00E12362 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 50AD1FC822D13ADB00E12362 /* RNPushKitEventHandler.h */; };
		50AD1FCB22D13ADB00E12362 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 50AD1FC922D13ADB00E12362 /* RNPushKitEventHandler.m */; };
		50E49F0722D1E4E0007160C1 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 50E49F0522D1E4E0007160C1 /* RNNotificationsStore.h */; };
		50E49F0822D1E4E0007160C1 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E49F0622D1E4E0007160C1 /* RNNotificationsStore.m */; };
Lidan Hifi's avatar
Lidan Hifi committed
36
		D8A2F7551CB57F1A002CC8F5 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A2F7541CB57F1A002CC8F5 /* RNNotifications.m */; };
Lidan Hifi's avatar
Lidan Hifi committed
37 38
/* End PBXBuildFile section */

39 40 41 42 43 44 45 46 47 48
/* Begin PBXContainerItemProxy section */
		508CE7CE22D12B2600357815 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 58B511D31A9E6C8500147676 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 58B511DA1A9E6C8500147676;
			remoteInfo = RNNotifications;
		};
/* End PBXContainerItemProxy section */

Lidan Hifi's avatar
Lidan Hifi committed
49 50 51 52 53 54 55
/* Begin PBXCopyFilesBuildPhase section */
		58B511D91A9E6C8500147676 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
yogevbd's avatar
yogevbd committed
56
				507DCCF522CE3EBD005D4E0B /* RNNotifications.h in CopyFiles */,
Lidan Hifi's avatar
Lidan Hifi committed
57 58 59 60 61 62
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
Lidan Hifi's avatar
Lidan Hifi committed
63
		134814201AA4EA6300B7C361 /* libRNNotifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNNotifications.a; sourceTree = BUILT_PRODUCTS_DIR; };
yogevbd's avatar
WIP  
yogevbd committed
64 65 66 67 68 69 70 71
		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>"; };
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
		508CE7BB22D12B0A00357815 /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
		508CE7BD22D12B0A00357815 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		508CE7C822D12B2600357815 /* RNNotificationsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RNNotificationsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		508CE7CA22D12B2600357815 /* RNNotificationsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNotificationsTests.m; sourceTree = "<group>"; };
		508CE7CC22D12B2600357815 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		508CE7D322D12CCA00357815 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNotificationEventHandler.h; sourceTree = "<group>"; };
		508CE7D422D12CCA00357815 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNotificationEventHandler.m; sourceTree = "<group>"; };
		508CE81322D12FC600357815 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNotificationCenterListener.m; sourceTree = "<group>"; };
		508CE81522D12FF500357815 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNotificationCenterListener.h; sourceTree = "<group>"; };
		508CE81722D130B900357815 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNPushKitEventListener.h; sourceTree = "<group>"; };
		508CE81822D130B900357815 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNPushKitEventListener.m; sourceTree = "<group>"; };
		508CE81B22D1337200357815 /* RNPushKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNPushKit.h; sourceTree = "<group>"; };
		508CE81C22D1337200357815 /* RNPushKit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNPushKit.m; sourceTree = "<group>"; };
		508CE82022D1372E00357815 /* RNUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNUtils.h; sourceTree = "<group>"; };
		508CE82122D1372E00357815 /* RNUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNUtils.m; sourceTree = "<group>"; };
		50AD1FC822D13ADB00E12362 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNPushKitEventHandler.h; sourceTree = "<group>"; };
		50AD1FC922D13ADB00E12362 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNPushKitEventHandler.m; sourceTree = "<group>"; };
		50E49F0522D1E4E0007160C1 /* RNNotificationsStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNotificationsStore.h; sourceTree = "<group>"; };
		50E49F0622D1E4E0007160C1 /* RNNotificationsStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNotificationsStore.m; sourceTree = "<group>"; };
Lidan Hifi's avatar
Lidan Hifi committed
91 92
		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
93 94 95
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
96 97 98 99 100 101 102 103
		508CE7C522D12B2600357815 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				508CE7CD22D12B2600357815 /* libRNNotifications.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
Lidan Hifi's avatar
Lidan Hifi committed
104 105 106 107 108 109 110 111 112 113 114 115 116
		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
117
				134814201AA4EA6300B7C361 /* libRNNotifications.a */,
Lidan Hifi's avatar
Lidan Hifi committed
118 119 120 121
			);
			name = Products;
			sourceTree = "<group>";
		};
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
		508CE7BA22D12B0A00357815 /* Tests */ = {
			isa = PBXGroup;
			children = (
				508CE7BB22D12B0A00357815 /* Tests.m */,
				508CE7BD22D12B0A00357815 /* Info.plist */,
			);
			path = Tests;
			sourceTree = "<group>";
		};
		508CE7C922D12B2600357815 /* RNNotificationsTests */ = {
			isa = PBXGroup;
			children = (
				508CE7CA22D12B2600357815 /* RNNotificationsTests.m */,
				508CE7CC22D12B2600357815 /* Info.plist */,
			);
			path = RNNotificationsTests;
			sourceTree = "<group>";
		};
		508CE81122D12F3C00357815 /* Notifications */ = {
			isa = PBXGroup;
			children = (
yogevbd's avatar
yogevbd committed
143 144
				50E49F0522D1E4E0007160C1 /* RNNotificationsStore.h */,
				50E49F0622D1E4E0007160C1 /* RNNotificationsStore.m */,
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
				508CE7D322D12CCA00357815 /* RNNotificationEventHandler.h */,
				508CE7D422D12CCA00357815 /* RNNotificationEventHandler.m */,
				508CE81522D12FF500357815 /* RNNotificationCenterListener.h */,
				508CE81322D12FC600357815 /* RNNotificationCenterListener.m */,
			);
			name = Notifications;
			sourceTree = "<group>";
		};
		508CE81222D12F4300357815 /* PushKitNotifications */ = {
			isa = PBXGroup;
			children = (
				508CE81B22D1337200357815 /* RNPushKit.h */,
				508CE81C22D1337200357815 /* RNPushKit.m */,
				508CE81722D130B900357815 /* RNPushKitEventListener.h */,
				508CE81822D130B900357815 /* RNPushKitEventListener.m */,
				50AD1FC822D13ADB00E12362 /* RNPushKitEventHandler.h */,
				50AD1FC922D13ADB00E12362 /* RNPushKitEventHandler.m */,
			);
			name = PushKitNotifications;
			sourceTree = "<group>";
		};
		508CE81F22D1371700357815 /* Helpers */ = {
			isa = PBXGroup;
			children = (
				508CE82022D1372E00357815 /* RNUtils.h */,
				508CE82122D1372E00357815 /* RNUtils.m */,
yogevbd's avatar
yogevbd committed
171 172
				50351F9322CD7FF1000713B3 /* RCTConvert+Notifications.h */,
				50351F9422CD7FF1000713B3 /* RCTConvert+Notifications.m */,
173 174 175 176
			);
			name = Helpers;
			sourceTree = "<group>";
		};
yogevbd's avatar
yogevbd committed
177 178 179 180 181 182 183 184 185 186 187
		50E4A03D22D220E8007160C1 /* Bridge */ = {
			isa = PBXGroup;
			children = (
				50351F9022CD7DF4000713B3 /* RNBridgeModule.h */,
				50351F9122CD7DF4000713B3 /* RNBridgeModule.m */,
				50351F8D22CD782F000713B3 /* RNEventEmitter.h */,
				50351F8E22CD782F000713B3 /* RNEventEmitter.m */,
			);
			name = Bridge;
			sourceTree = "<group>";
		};
Lidan Hifi's avatar
Lidan Hifi committed
188 189 190
		58B511D21A9E6C8500147676 = {
			isa = PBXGroup;
			children = (
yogevbd's avatar
yogevbd committed
191
				50E4A03D22D220E8007160C1 /* Bridge */,
192 193 194
				508CE81222D12F4300357815 /* PushKitNotifications */,
				508CE81122D12F3C00357815 /* Notifications */,
				508CE81F22D1371700357815 /* Helpers */,
Lidan Hifi's avatar
Lidan Hifi committed
195 196
				D8A2F7561CB57F28002CC8F5 /* RNNotifications.h */,
				D8A2F7541CB57F1A002CC8F5 /* RNNotifications.m */,
yogevbd's avatar
yogevbd committed
197 198
				50351F9622CD8604000713B3 /* RNCommandsHandler.h */,
				50351F9722CD8604000713B3 /* RNCommandsHandler.m */,
199 200
				508CE7BA22D12B0A00357815 /* Tests */,
				508CE7C922D12B2600357815 /* RNNotificationsTests */,
Lidan Hifi's avatar
Lidan Hifi committed
201
				134814211AA4EA7D00B7C361 /* Products */,
202
				508CE7C822D12B2600357815 /* RNNotificationsTests.xctest */,
Lidan Hifi's avatar
Lidan Hifi committed
203 204 205 206 207
			);
			sourceTree = "<group>";
		};
/* End PBXGroup section */

yogevbd's avatar
yogevbd committed
208 209 210 211 212
/* Begin PBXHeadersBuildPhase section */
		507DCCF622CE3EEF005D4E0B /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
213 214
				508CE81D22D1337200357815 /* RNPushKit.h in Headers */,
				50AD1FCA22D13ADB00E12362 /* RNPushKitEventHandler.h in Headers */,
yogevbd's avatar
yogevbd committed
215
				507DCCF922CE3F04005D4E0B /* RNNotifications.h in Headers */,
216 217 218 219 220
				508CE7D522D12CCA00357815 /* RNNotificationEventHandler.h in Headers */,
				508CE81922D130B900357815 /* RNPushKitEventListener.h in Headers */,
				50E49F0722D1E4E0007160C1 /* RNNotificationsStore.h in Headers */,
				508CE81622D12FF600357815 /* RNNotificationCenterListener.h in Headers */,
				508CE82222D1372E00357815 /* RNUtils.h in Headers */,
yogevbd's avatar
yogevbd committed
221 222 223 224 225 226 227 228 229
				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
230
/* Begin PBXNativeTarget section */
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248
		508CE7C722D12B2600357815 /* RNNotificationsTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 508CE7D022D12B2600357815 /* Build configuration list for PBXNativeTarget "RNNotificationsTests" */;
			buildPhases = (
				508CE7C422D12B2600357815 /* Sources */,
				508CE7C522D12B2600357815 /* Frameworks */,
				508CE7C622D12B2600357815 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				508CE7CF22D12B2600357815 /* PBXTargetDependency */,
			);
			name = RNNotificationsTests;
			productName = RNNotificationsTests;
			productReference = 508CE7C822D12B2600357815 /* RNNotificationsTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
Lidan Hifi's avatar
Lidan Hifi committed
249
		58B511DA1A9E6C8500147676 /* RNNotifications */ = {
Lidan Hifi's avatar
Lidan Hifi committed
250
			isa = PBXNativeTarget;
Lidan Hifi's avatar
Lidan Hifi committed
251
			buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNNotifications" */;
Lidan Hifi's avatar
Lidan Hifi committed
252
			buildPhases = (
yogevbd's avatar
yogevbd committed
253
				507DCCF622CE3EEF005D4E0B /* Headers */,
Lidan Hifi's avatar
Lidan Hifi committed
254 255 256 257 258 259 260 261
				58B511D71A9E6C8500147676 /* Sources */,
				58B511D81A9E6C8500147676 /* Frameworks */,
				58B511D91A9E6C8500147676 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
Lidan Hifi's avatar
Lidan Hifi committed
262
			name = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
263
			productName = RCTDataManager;
Lidan Hifi's avatar
Lidan Hifi committed
264
			productReference = 134814201AA4EA6300B7C361 /* libRNNotifications.a */;
Lidan Hifi's avatar
Lidan Hifi committed
265 266 267 268 269 270 271 272 273 274 275
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		58B511D31A9E6C8500147676 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0610;
				ORGANIZATIONNAME = Facebook;
				TargetAttributes = {
276 277 278 279
					508CE7C722D12B2600357815 = {
						CreatedOnToolsVersion = 10.1;
						ProvisioningStyle = Automatic;
					};
Lidan Hifi's avatar
Lidan Hifi committed
280 281 282 283 284
					58B511DA1A9E6C8500147676 = {
						CreatedOnToolsVersion = 6.1.1;
					};
				};
			};
Lidan Hifi's avatar
Lidan Hifi committed
285
			buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNNotifications" */;
Lidan Hifi's avatar
Lidan Hifi committed
286 287 288 289 290 291 292 293 294 295 296
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 58B511D21A9E6C8500147676;
			productRefGroup = 58B511D21A9E6C8500147676;
			projectDirPath = "";
			projectRoot = "";
			targets = (
Lidan Hifi's avatar
Lidan Hifi committed
297
				58B511DA1A9E6C8500147676 /* RNNotifications */,
298
				508CE7C722D12B2600357815 /* RNNotificationsTests */,
Lidan Hifi's avatar
Lidan Hifi committed
299 300 301 302
			);
		};
/* End PBXProject section */

303 304 305 306 307 308 309 310 311 312
/* Begin PBXResourcesBuildPhase section */
		508CE7C622D12B2600357815 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

Lidan Hifi's avatar
Lidan Hifi committed
313
/* Begin PBXSourcesBuildPhase section */
314 315 316 317 318 319 320 321
		508CE7C422D12B2600357815 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				508CE7CB22D12B2600357815 /* RNNotificationsTests.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
Lidan Hifi's avatar
Lidan Hifi committed
322 323 324 325
		58B511D71A9E6C8500147676 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
yogevbd's avatar
WIP  
yogevbd committed
326
				50351F9822CD8604000713B3 /* RNCommandsHandler.m in Sources */,
Lidan Hifi's avatar
Lidan Hifi committed
327
				D8A2F7551CB57F1A002CC8F5 /* RNNotifications.m in Sources */,
yogevbd's avatar
WIP  
yogevbd committed
328
				50351F8F22CD782F000713B3 /* RNEventEmitter.m in Sources */,
329
				508CE81A22D130B900357815 /* RNPushKitEventListener.m in Sources */,
yogevbd's avatar
WIP  
yogevbd committed
330
				50351F9222CD7DF4000713B3 /* RNBridgeModule.m in Sources */,
331 332 333 334
				508CE81E22D1337200357815 /* RNPushKit.m in Sources */,
				508CE7D622D12CCA00357815 /* RNNotificationEventHandler.m in Sources */,
				50E49F0822D1E4E0007160C1 /* RNNotificationsStore.m in Sources */,
				508CE82322D1372E00357815 /* RNUtils.m in Sources */,
yogevbd's avatar
WIP  
yogevbd committed
335
				50351F9522CD7FF1000713B3 /* RCTConvert+Notifications.m in Sources */,
336 337
				50AD1FCB22D13ADB00E12362 /* RNPushKitEventHandler.m in Sources */,
				508CE81422D12FC700357815 /* RNNotificationCenterListener.m in Sources */,
Lidan Hifi's avatar
Lidan Hifi committed
338 339 340 341 342
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

343 344 345 346 347 348 349 350
/* Begin PBXTargetDependency section */
		508CE7CF22D12B2600357815 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 58B511DA1A9E6C8500147676 /* RNNotifications */;
			targetProxy = 508CE7CE22D12B2600357815 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

Lidan Hifi's avatar
Lidan Hifi committed
351
/* Begin XCBuildConfiguration section */
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
		508CE7D122D12B2600357815 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				INFOPLIST_FILE = RNNotificationsTests/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 12.1;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				PRODUCT_BUNDLE_IDENTIFIER = "";
				PRODUCT_NAME = "$(TARGET_NAME)";
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		508CE7D222D12B2600357815 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				INFOPLIST_FILE = RNNotificationsTests/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 12.1;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
				MTL_FAST_MATH = YES;
				PRODUCT_BUNDLE_IDENTIFIER = "";
				PRODUCT_NAME = "$(TARGET_NAME)";
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
Lidan Hifi's avatar
Lidan Hifi committed
423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507
		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
508
				PRODUCT_NAME = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
509 510 511 512 513 514 515 516 517 518 519 520 521 522 523
				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
524
				PRODUCT_NAME = RNNotifications;
Lidan Hifi's avatar
Lidan Hifi committed
525 526 527 528 529 530 531
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
532 533 534 535 536 537 538 539 540
		508CE7D022D12B2600357815 /* Build configuration list for PBXNativeTarget "RNNotificationsTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				508CE7D122D12B2600357815 /* Debug */,
				508CE7D222D12B2600357815 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
Lidan Hifi's avatar
Lidan Hifi committed
541
		58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNNotifications" */ = {
Lidan Hifi's avatar
Lidan Hifi committed
542 543 544 545 546 547 548 549
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511ED1A9E6C8500147676 /* Debug */,
				58B511EE1A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
Lidan Hifi's avatar
Lidan Hifi committed
550
		58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNNotifications" */ = {
Lidan Hifi's avatar
Lidan Hifi committed
551 552 553 554 555 556 557 558 559 560 561 562
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511F01A9E6C8500147676 /* Debug */,
				58B511F11A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 58B511D31A9E6C8500147676 /* Project object */;
}