|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 00E356F31AD99517003FC87E /* ReactNativeSdkExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ReactNativeSdkExampleTests.m */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | | - 65AD4F06C28F65CB4E898F9A /* libPods-NotificationExt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */; }; |
13 | 12 | 779227342DFA3FB500D69EC0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779227332DFA3FB500D69EC0 /* AppDelegate.swift */; }; |
14 | 13 | 77DB813A2E330329004FEDA8 /* NotificationExt.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 77DB81332E330329004FEDA8 /* NotificationExt.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
15 | 14 | 77DB81432E33050B004FEDA8 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77DB81412E33050B004FEDA8 /* NotificationService.swift */; }; |
16 | 15 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
17 | | - 93D86B8B77018E3DCD97C1C8 /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */; }; |
18 | 16 | A3A40C20801B8F02005FA4C0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */; }; |
| 17 | + BFAED3EB36E530C28BF8BC22 /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */; }; |
| 18 | + E93759FF06B2B594995B2D8A /* libPods-NotificationExt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
21 | 21 | /* Begin PBXContainerItemProxy section */ |
|
57 | 57 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSdkExample/Images.xcassets; sourceTree = "<group>"; }; |
58 | 58 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeSdkExample/Info.plist; sourceTree = "<group>"; }; |
59 | 59 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
| 60 | + 146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; }; |
60 | 61 | 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
61 | | - 65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.release.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.release.xcconfig"; sourceTree = "<group>"; }; |
62 | | - 6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; }; |
| 62 | + 55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationExt.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 63 | + 5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; }; |
63 | 64 | 779227312DFA3FB500D69EC0 /* ReactNativeSdkExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
64 | 65 | 779227322DFA3FB500D69EC0 /* ReactNativeSdkExampleTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExampleTests-Bridging-Header.h"; sourceTree = "<group>"; }; |
65 | 66 | 779227332DFA3FB500D69EC0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ReactNativeSdkExample/AppDelegate.swift; sourceTree = "<group>"; }; |
|
68 | 69 | 77DB81402E33050B004FEDA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
69 | 70 | 77DB81412E33050B004FEDA8 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; }; |
70 | 71 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeSdkExample/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
71 | | - A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.debug.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.debug.xcconfig"; sourceTree = "<group>"; }; |
72 | | - A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; }; |
| 72 | + 9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.release.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.release.xcconfig"; sourceTree = "<group>"; }; |
| 73 | + 97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 74 | + B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.debug.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.debug.xcconfig"; sourceTree = "<group>"; }; |
73 | 75 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
74 | | - FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationExt.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
75 | | - FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 76 | /* End PBXFileReference section */ |
77 | 77 |
|
78 | 78 | /* Begin PBXFrameworksBuildPhase section */ |
|
87 | 87 | isa = PBXFrameworksBuildPhase; |
88 | 88 | buildActionMask = 2147483647; |
89 | 89 | files = ( |
90 | | - 93D86B8B77018E3DCD97C1C8 /* libPods-ReactNativeSdkExample.a in Frameworks */, |
| 90 | + BFAED3EB36E530C28BF8BC22 /* libPods-ReactNativeSdkExample.a in Frameworks */, |
91 | 91 | ); |
92 | 92 | runOnlyForDeploymentPostprocessing = 0; |
93 | 93 | }; |
94 | 94 | 77DB81302E330329004FEDA8 /* Frameworks */ = { |
95 | 95 | isa = PBXFrameworksBuildPhase; |
96 | 96 | buildActionMask = 2147483647; |
97 | 97 | files = ( |
98 | | - 65AD4F06C28F65CB4E898F9A /* libPods-NotificationExt.a in Frameworks */, |
| 98 | + E93759FF06B2B594995B2D8A /* libPods-NotificationExt.a in Frameworks */, |
99 | 99 | ); |
100 | 100 | runOnlyForDeploymentPostprocessing = 0; |
101 | 101 | }; |
|
139 | 139 | isa = PBXGroup; |
140 | 140 | children = ( |
141 | 141 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
142 | | - FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */, |
143 | | - FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */, |
| 142 | + 55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */, |
| 143 | + 97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */, |
144 | 144 | ); |
145 | 145 | name = Frameworks; |
146 | 146 | sourceTree = "<group>"; |
|
190 | 190 | BBD78D7AC51CEA395F1C20DB /* Pods */ = { |
191 | 191 | isa = PBXGroup; |
192 | 192 | children = ( |
193 | | - 6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */, |
194 | | - A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */, |
195 | | - A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */, |
196 | | - 65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */, |
| 193 | + B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */, |
| 194 | + 9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */, |
| 195 | + 146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */, |
| 196 | + 5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */, |
197 | 197 | ); |
198 | 198 | path = Pods; |
199 | 199 | sourceTree = "<group>"; |
|
223 | 223 | isa = PBXNativeTarget; |
224 | 224 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeSdkExample" */; |
225 | 225 | buildPhases = ( |
226 | | - A613F9753095F1486E9898F7 /* [CP] Check Pods Manifest.lock */, |
| 226 | + 20B797F7313F2F12DC05685C /* [CP] Check Pods Manifest.lock */, |
227 | 227 | 13B07F871A680F5B00A75B9A /* Sources */, |
228 | 228 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
229 | 229 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
230 | 230 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
231 | | - 604F8A3ACFF9FF61E3A803F1 /* [CP] Embed Pods Frameworks */, |
232 | | - 2E4E0E4099ECD57D65389F08 /* [CP] Copy Pods Resources */, |
233 | 231 | 77DB813F2E330329004FEDA8 /* Embed Foundation Extensions */, |
| 232 | + FD3DA20D23B354970BCA7230 /* [CP] Embed Pods Frameworks */, |
| 233 | + 125B666575EF47D7991C7194 /* [CP] Copy Pods Resources */, |
234 | 234 | ); |
235 | 235 | buildRules = ( |
236 | 236 | ); |
|
246 | 246 | isa = PBXNativeTarget; |
247 | 247 | buildConfigurationList = 77DB813C2E330329004FEDA8 /* Build configuration list for PBXNativeTarget "NotificationExt" */; |
248 | 248 | buildPhases = ( |
249 | | - 2E911B0C90954AA53C83E406 /* [CP] Check Pods Manifest.lock */, |
| 249 | + F957C8DF4D8BEC9A3C70947C /* [CP] Check Pods Manifest.lock */, |
250 | 250 | 77DB812F2E330329004FEDA8 /* Sources */, |
251 | 251 | 77DB81302E330329004FEDA8 /* Frameworks */, |
252 | 252 | 77DB81312E330329004FEDA8 /* Resources */, |
|
346 | 346 | shellPath = /bin/sh; |
347 | 347 | shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; |
348 | 348 | }; |
349 | | - 2E4E0E4099ECD57D65389F08 /* [CP] Copy Pods Resources */ = { |
| 349 | + 125B666575EF47D7991C7194 /* [CP] Copy Pods Resources */ = { |
350 | 350 | isa = PBXShellScriptBuildPhase; |
351 | 351 | buildActionMask = 2147483647; |
352 | 352 | files = ( |
|
363 | 363 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n"; |
364 | 364 | showEnvVarsInLog = 0; |
365 | 365 | }; |
366 | | - 2E911B0C90954AA53C83E406 /* [CP] Check Pods Manifest.lock */ = { |
| 366 | + 20B797F7313F2F12DC05685C /* [CP] Check Pods Manifest.lock */ = { |
367 | 367 | isa = PBXShellScriptBuildPhase; |
368 | 368 | buildActionMask = 2147483647; |
369 | 369 | files = ( |
|
378 | 378 | outputFileListPaths = ( |
379 | 379 | ); |
380 | 380 | outputPaths = ( |
381 | | - "$(DERIVED_FILE_DIR)/Pods-NotificationExt-checkManifestLockResult.txt", |
| 381 | + "$(DERIVED_FILE_DIR)/Pods-ReactNativeSdkExample-checkManifestLockResult.txt", |
382 | 382 | ); |
383 | 383 | runOnlyForDeploymentPostprocessing = 0; |
384 | 384 | shellPath = /bin/sh; |
385 | 385 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
386 | 386 | showEnvVarsInLog = 0; |
387 | 387 | }; |
388 | | - 604F8A3ACFF9FF61E3A803F1 /* [CP] Embed Pods Frameworks */ = { |
| 388 | + F957C8DF4D8BEC9A3C70947C /* [CP] Check Pods Manifest.lock */ = { |
389 | 389 | isa = PBXShellScriptBuildPhase; |
390 | 390 | buildActionMask = 2147483647; |
391 | 391 | files = ( |
392 | 392 | ); |
393 | 393 | inputFileListPaths = ( |
394 | | - "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
395 | 394 | ); |
396 | | - name = "[CP] Embed Pods Frameworks"; |
| 395 | + inputPaths = ( |
| 396 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 397 | + "${PODS_ROOT}/Manifest.lock", |
| 398 | + ); |
| 399 | + name = "[CP] Check Pods Manifest.lock"; |
397 | 400 | outputFileListPaths = ( |
398 | | - "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 401 | + ); |
| 402 | + outputPaths = ( |
| 403 | + "$(DERIVED_FILE_DIR)/Pods-NotificationExt-checkManifestLockResult.txt", |
399 | 404 | ); |
400 | 405 | runOnlyForDeploymentPostprocessing = 0; |
401 | 406 | shellPath = /bin/sh; |
402 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n"; |
| 407 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
403 | 408 | showEnvVarsInLog = 0; |
404 | 409 | }; |
405 | | - A613F9753095F1486E9898F7 /* [CP] Check Pods Manifest.lock */ = { |
| 410 | + FD3DA20D23B354970BCA7230 /* [CP] Embed Pods Frameworks */ = { |
406 | 411 | isa = PBXShellScriptBuildPhase; |
407 | 412 | buildActionMask = 2147483647; |
408 | 413 | files = ( |
409 | 414 | ); |
410 | 415 | inputFileListPaths = ( |
| 416 | + "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
411 | 417 | ); |
412 | | - inputPaths = ( |
413 | | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
414 | | - "${PODS_ROOT}/Manifest.lock", |
415 | | - ); |
416 | | - name = "[CP] Check Pods Manifest.lock"; |
| 418 | + name = "[CP] Embed Pods Frameworks"; |
417 | 419 | outputFileListPaths = ( |
418 | | - ); |
419 | | - outputPaths = ( |
420 | | - "$(DERIVED_FILE_DIR)/Pods-ReactNativeSdkExample-checkManifestLockResult.txt", |
| 420 | + "${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
421 | 421 | ); |
422 | 422 | runOnlyForDeploymentPostprocessing = 0; |
423 | 423 | shellPath = /bin/sh; |
424 | | - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 424 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n"; |
425 | 425 | showEnvVarsInLog = 0; |
426 | 426 | }; |
427 | 427 | /* End PBXShellScriptBuildPhase section */ |
|
527 | 527 | }; |
528 | 528 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
529 | 529 | isa = XCBuildConfiguration; |
530 | | - baseConfigurationReference = 6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */; |
| 530 | + baseConfigurationReference = 146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */; |
531 | 531 | buildSettings = { |
532 | 532 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
533 | 533 | CLANG_ENABLE_MODULES = YES; |
|
558 | 558 | }; |
559 | 559 | 13B07F951A680F5B00A75B9A /* Release */ = { |
560 | 560 | isa = XCBuildConfiguration; |
561 | | - baseConfigurationReference = A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */; |
| 561 | + baseConfigurationReference = 5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */; |
562 | 562 | buildSettings = { |
563 | 563 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
564 | 564 | CLANG_ENABLE_MODULES = YES; |
|
587 | 587 | }; |
588 | 588 | 77DB813D2E330329004FEDA8 /* Debug */ = { |
589 | 589 | isa = XCBuildConfiguration; |
590 | | - baseConfigurationReference = A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */; |
| 590 | + baseConfigurationReference = B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */; |
591 | 591 | buildSettings = { |
592 | 592 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
593 | 593 | CLANG_ANALYZER_NONNULL = YES; |
|
629 | 629 | }; |
630 | 630 | 77DB813E2E330329004FEDA8 /* Release */ = { |
631 | 631 | isa = XCBuildConfiguration; |
632 | | - baseConfigurationReference = 65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */; |
| 632 | + baseConfigurationReference = 9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */; |
633 | 633 | buildSettings = { |
634 | 634 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
635 | 635 | CLANG_ANALYZER_NONNULL = YES; |
|
0 commit comments