|
19 | 19 | 6308C1832D80AA8500296239 /* ExampleWidgetsLiveActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6308C17B2D80AA8500296239 /* ExampleWidgetsLiveActivity.swift */; };
|
20 | 20 | 6308C1842D80AA8500296239 /* ExampleWidgetsAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6308C1792D80AA8500296239 /* ExampleWidgetsAttributes.swift */; };
|
21 | 21 | 6308C18A2D80AA9200296239 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6308C1872D80AA9200296239 /* NotificationService.swift */; };
|
| 22 | + 6308C18E2D80B00300296239 /* AirshipPluginExtender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6308C18D2D80B00300296239 /* AirshipPluginExtender.swift */; }; |
22 | 23 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
|
23 | 24 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
24 | 25 | A4685ED317A73D5118DD4DCF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
|
|
76 | 77 | 6308C1852D80AA9200296239 /* AirshipExampleNotificationServiceExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AirshipExampleNotificationServiceExtension.entitlements; sourceTree = "<group>"; };
|
77 | 78 | 6308C1862D80AA9200296239 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
78 | 79 | 6308C1872D80AA9200296239 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
|
| 80 | + 6308C18D2D80B00300296239 /* AirshipPluginExtender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirshipPluginExtender.swift; sourceTree = "<group>"; }; |
79 | 81 | 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = AirshipExample/AppDelegate.swift; sourceTree = "<group>"; };
|
80 | 82 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AirshipExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
81 | 83 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
165 | 167 | isa = PBXGroup;
|
166 | 168 | children = (
|
167 | 169 | 13B07FAE1A68108700A75B9A /* AirshipExample */,
|
| 170 | + 6308C18D2D80B00300296239 /* AirshipPluginExtender.swift */, |
168 | 171 | 832341AE1AAA6A7D00B99B32 /* Libraries */,
|
169 | 172 | 6308C1882D80AA9200296239 /* AirshipExampleNotificationServiceExtension */,
|
170 | 173 | 6308C17D2D80AA8500296239 /* ExampleWidgets */,
|
|
407 | 410 | files = (
|
408 | 411 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */,
|
409 | 412 | 6308C1842D80AA8500296239 /* ExampleWidgetsAttributes.swift in Sources */,
|
| 413 | + 6308C18E2D80B00300296239 /* AirshipPluginExtender.swift in Sources */, |
410 | 414 | );
|
411 | 415 | runOnlyForDeploymentPostprocessing = 0;
|
412 | 416 | };
|
|
600 | 604 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
601 | 605 | GENERATE_INFOPLIST_FILE = YES;
|
602 | 606 | INFOPLIST_FILE = ExampleWidgets/Info.plist;
|
603 |
| - INFOPLIST_KEY_CFBundleDisplayName = ExampleWidgetExtension; |
| 607 | + INFOPLIST_KEY_CFBundleDisplayName = ExampleWidgets; |
604 | 608 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
605 |
| - IPHONEOS_DEPLOYMENT_TARGET = 18.2; |
| 609 | + IPHONEOS_DEPLOYMENT_TARGET = 16.6; |
606 | 610 | LD_RUNPATH_SEARCH_PATHS = (
|
607 | 611 | "$(inherited)",
|
608 | 612 | "@executable_path/Frameworks",
|
|
612 | 616 | MARKETING_VERSION = 1.0;
|
613 | 617 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
614 | 618 | MTL_FAST_MATH = YES;
|
615 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.urbanairship.richpush.LiveActivity; |
| 619 | + PRODUCT_BUNDLE_IDENTIFIER = com.urbanairship.richpush.ExampleWidgets; |
616 | 620 | PRODUCT_NAME = "$(TARGET_NAME)";
|
617 | 621 | SKIP_INSTALL = YES;
|
618 | 622 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
644 | 648 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
645 | 649 | GENERATE_INFOPLIST_FILE = YES;
|
646 | 650 | INFOPLIST_FILE = ExampleWidgets/Info.plist;
|
647 |
| - INFOPLIST_KEY_CFBundleDisplayName = ExampleWidgetExtension; |
| 651 | + INFOPLIST_KEY_CFBundleDisplayName = ExampleWidgets; |
648 | 652 | INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
649 |
| - IPHONEOS_DEPLOYMENT_TARGET = 18.2; |
| 653 | + IPHONEOS_DEPLOYMENT_TARGET = 16.6; |
650 | 654 | LD_RUNPATH_SEARCH_PATHS = (
|
651 | 655 | "$(inherited)",
|
652 | 656 | "@executable_path/Frameworks",
|
|
655 | 659 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
656 | 660 | MARKETING_VERSION = 1.0;
|
657 | 661 | MTL_FAST_MATH = YES;
|
658 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.urbanairship.richpush.LiveActivity; |
| 662 | + PRODUCT_BUNDLE_IDENTIFIER = com.urbanairship.richpush.ExampleWidgets; |
659 | 663 | PRODUCT_NAME = "$(TARGET_NAME)";
|
660 | 664 | SKIP_INSTALL = YES;
|
661 | 665 | SWIFT_COMPILATION_MODE = wholemodule;
|
|
734 | 738 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
735 | 739 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
736 | 740 | );
|
737 |
| - OTHER_LDFLAGS = ( |
738 |
| - "$(inherited)", |
739 |
| - " ", |
740 |
| - ); |
| 741 | + OTHER_LDFLAGS = "$(inherited) "; |
741 | 742 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
742 | 743 | SDKROOT = iphoneos;
|
743 | 744 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
806 | 807 | "-DFOLLY_CFG_NO_COROUTINES=1",
|
807 | 808 | "-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
808 | 809 | );
|
809 |
| - OTHER_LDFLAGS = ( |
810 |
| - "$(inherited)", |
811 |
| - " ", |
812 |
| - ); |
| 810 | + OTHER_LDFLAGS = "$(inherited) "; |
813 | 811 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
814 | 812 | SDKROOT = iphoneos;
|
815 | 813 | USE_HERMES = true;
|
|
0 commit comments