|
23 | 23 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
|
24 | 24 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
25 | 25 | A4685ED317A73D5118DD4DCF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
|
| 26 | + CE56DF4A3DC10203B97F2D78 /* libPods-AirshipExampleNotificationServiceExtension.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F2476F72D168ABB8DED96DFE /* libPods-AirshipExampleNotificationServiceExtension.a */; }; |
26 | 27 | /* End PBXBuildFile section */
|
27 | 28 |
|
28 | 29 | /* Begin PBXContainerItemProxy section */
|
|
80 | 81 | 6308C18D2D80B00300296239 /* AirshipPluginExtender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirshipPluginExtender.swift; sourceTree = "<group>"; };
|
81 | 82 | 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = AirshipExample/AppDelegate.swift; sourceTree = "<group>"; };
|
82 | 83 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AirshipExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
| 84 | + 8EDF504E5AE13E065BB82C9F /* Pods-AirshipExampleNotificationServiceExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AirshipExampleNotificationServiceExtension.release.xcconfig"; path = "Target Support Files/Pods-AirshipExampleNotificationServiceExtension/Pods-AirshipExampleNotificationServiceExtension.release.xcconfig"; sourceTree = "<group>"; }; |
| 85 | + C3F79CC1CB6726513AABD738 /* Pods-AirshipExampleNotificationServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AirshipExampleNotificationServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-AirshipExampleNotificationServiceExtension/Pods-AirshipExampleNotificationServiceExtension.debug.xcconfig"; sourceTree = "<group>"; }; |
83 | 86 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
| 87 | + F2476F72D168ABB8DED96DFE /* libPods-AirshipExampleNotificationServiceExtension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AirshipExampleNotificationServiceExtension.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
84 | 88 | /* End PBXFileReference section */
|
85 | 89 |
|
86 | 90 | /* Begin PBXFrameworksBuildPhase section */
|
|
96 | 100 | isa = PBXFrameworksBuildPhase;
|
97 | 101 | buildActionMask = 2147483647;
|
98 | 102 | files = (
|
| 103 | + CE56DF4A3DC10203B97F2D78 /* libPods-AirshipExampleNotificationServiceExtension.a in Frameworks */, |
99 | 104 | );
|
100 | 105 | runOnlyForDeploymentPostprocessing = 0;
|
101 | 106 | };
|
|
130 | 135 | 5DCACB8F33CDC322A6C60F78 /* libPods-AirshipExample.a */,
|
131 | 136 | 6308BFF92D80999200296239 /* WidgetKit.framework */,
|
132 | 137 | 6308BFFB2D80999200296239 /* SwiftUI.framework */,
|
| 138 | + F2476F72D168ABB8DED96DFE /* libPods-AirshipExampleNotificationServiceExtension.a */, |
133 | 139 | );
|
134 | 140 | name = Frameworks;
|
135 | 141 | sourceTree = "<group>";
|
|
195 | 201 | children = (
|
196 | 202 | 3B4392A12AC88292D35C810B /* Pods-AirshipExample.debug.xcconfig */,
|
197 | 203 | 5709B34CF0A7D63546082F79 /* Pods-AirshipExample.release.xcconfig */,
|
| 204 | + C3F79CC1CB6726513AABD738 /* Pods-AirshipExampleNotificationServiceExtension.debug.xcconfig */, |
| 205 | + 8EDF504E5AE13E065BB82C9F /* Pods-AirshipExampleNotificationServiceExtension.release.xcconfig */, |
198 | 206 | );
|
199 | 207 | path = Pods;
|
200 | 208 | sourceTree = "<group>";
|
|
230 | 238 | isa = PBXNativeTarget;
|
231 | 239 | buildConfigurationList = 6308BFDE2D7FF2A700296239 /* Build configuration list for PBXNativeTarget "AirshipExampleNotificationServiceExtension" */;
|
232 | 240 | buildPhases = (
|
| 241 | + 6399F9F7BD94CA2BED6774AE /* [CP] Check Pods Manifest.lock */, |
233 | 242 | 6308BFCE2D7FF2A700296239 /* Sources */,
|
234 | 243 | 6308BFCF2D7FF2A700296239 /* Frameworks */,
|
235 | 244 | 6308BFD02D7FF2A700296239 /* Resources */,
|
|
362 | 371 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AirshipExample/Pods-AirshipExample-frameworks.sh\"\n";
|
363 | 372 | showEnvVarsInLog = 0;
|
364 | 373 | };
|
| 374 | + 6399F9F7BD94CA2BED6774AE /* [CP] Check Pods Manifest.lock */ = { |
| 375 | + isa = PBXShellScriptBuildPhase; |
| 376 | + buildActionMask = 2147483647; |
| 377 | + files = ( |
| 378 | + ); |
| 379 | + inputFileListPaths = ( |
| 380 | + ); |
| 381 | + inputPaths = ( |
| 382 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 383 | + "${PODS_ROOT}/Manifest.lock", |
| 384 | + ); |
| 385 | + name = "[CP] Check Pods Manifest.lock"; |
| 386 | + outputFileListPaths = ( |
| 387 | + ); |
| 388 | + outputPaths = ( |
| 389 | + "$(DERIVED_FILE_DIR)/Pods-AirshipExampleNotificationServiceExtension-checkManifestLockResult.txt", |
| 390 | + ); |
| 391 | + runOnlyForDeploymentPostprocessing = 0; |
| 392 | + shellPath = /bin/sh; |
| 393 | + 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"; |
| 394 | + showEnvVarsInLog = 0; |
| 395 | + }; |
365 | 396 | C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
|
366 | 397 | isa = PBXShellScriptBuildPhase;
|
367 | 398 | buildActionMask = 2147483647;
|
|
505 | 536 | };
|
506 | 537 | 6308BFDB2D7FF2A700296239 /* Debug */ = {
|
507 | 538 | isa = XCBuildConfiguration;
|
| 539 | + baseConfigurationReference = C3F79CC1CB6726513AABD738 /* Pods-AirshipExampleNotificationServiceExtension.debug.xcconfig */; |
508 | 540 | buildSettings = {
|
509 | 541 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
510 | 542 | CLANG_ANALYZER_NONNULL = YES;
|
|
546 | 578 | };
|
547 | 579 | 6308BFDC2D7FF2A700296239 /* Release */ = {
|
548 | 580 | isa = XCBuildConfiguration;
|
| 581 | + baseConfigurationReference = 8EDF504E5AE13E065BB82C9F /* Pods-AirshipExampleNotificationServiceExtension.release.xcconfig */; |
549 | 582 | buildSettings = {
|
550 | 583 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
551 | 584 | CLANG_ANALYZER_NONNULL = YES;
|
|
738 | 771 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
739 | 772 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
740 | 773 | );
|
741 |
| - OTHER_LDFLAGS = "$(inherited) "; |
| 774 | + OTHER_LDFLAGS = ( |
| 775 | + "$(inherited)", |
| 776 | + " ", |
| 777 | + ); |
742 | 778 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
743 | 779 | SDKROOT = iphoneos;
|
744 | 780 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
807 | 843 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
808 | 844 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
809 | 845 | );
|
810 |
| - OTHER_LDFLAGS = "$(inherited) "; |
| 846 | + OTHER_LDFLAGS = ( |
| 847 | + "$(inherited)", |
| 848 | + " ", |
| 849 | + ); |
811 | 850 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
812 | 851 | SDKROOT = iphoneos;
|
813 | 852 | USE_HERMES = true;
|
|
0 commit comments