|
18 | 18 | 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
19 | 19 | 2DCD954D1E0B4F2C00145EB5 /* MixpanelDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MixpanelDemoTests.m */; }; |
20 | 20 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
| 21 | + 862F7C44263CD53A00F67ED4 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862F7C43263CD53A00F67ED4 /* Empty.swift */; }; |
21 | 22 | 9561CA7D9A25C2BC498FE73D /* libPods-MixpanelDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E29F404F822B45ECA7D0A59 /* libPods-MixpanelDemo.a */; }; |
22 | 23 | EAD753392B2501CEDB1EBC8E /* libPods-MixpanelDemo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 33E45CC1F7F9BD597DAFF3D4 /* libPods-MixpanelDemo-tvOS.a */; }; |
23 | 24 | /* End PBXBuildFile section */ |
|
59 | 60 | 33E45CC1F7F9BD597DAFF3D4 /* libPods-MixpanelDemo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
60 | 61 | 60776E74F7AEBEFD3EB461E9 /* Pods-MixpanelDemo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-tvOS/Pods-MixpanelDemo-tvOS.release.xcconfig"; sourceTree = "<group>"; }; |
61 | 62 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = MixpanelDemo/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 63 | + 862F7C42263CD53A00F67ED4 /* MixpanelDemo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixpanelDemo-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 64 | + 862F7C43263CD53A00F67ED4 /* Empty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Empty.swift; sourceTree = "<group>"; }; |
62 | 65 | 95E1F386AB50B6159FAEF19A /* Pods-MixpanelDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo.debug.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo/Pods-MixpanelDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
63 | 66 | 9E29F404F822B45ECA7D0A59 /* libPods-MixpanelDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
64 | 67 | B9764A5B9B45F21BD7CB2CBC /* Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-MixpanelDemoTests/Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig"; sourceTree = "<group>"; }; |
|
134 | 137 | 2A1DE7E5A497266D26B3C2E9 /* Pods-MixpanelDemo-tvOSTests.debug.xcconfig */, |
135 | 138 | 15B943AAE69F4D9E352E81B0 /* Pods-MixpanelDemo-tvOSTests.release.xcconfig */, |
136 | 139 | ); |
137 | | - name = Pods; |
138 | 140 | path = Pods; |
139 | 141 | sourceTree = "<group>"; |
140 | 142 | }; |
|
148 | 150 | 13B07FB61A68108700A75B9A /* Info.plist */, |
149 | 151 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
150 | 152 | 13B07FB71A68108700A75B9A /* main.m */, |
| 153 | + 862F7C43263CD53A00F67ED4 /* Empty.swift */, |
| 154 | + 862F7C42263CD53A00F67ED4 /* MixpanelDemo-Bridging-Header.h */, |
151 | 155 | ); |
152 | 156 | name = MixpanelDemo; |
153 | 157 | sourceTree = "<group>"; |
|
294 | 298 | TestTargetID = 13B07F861A680F5B00A75B9A; |
295 | 299 | }; |
296 | 300 | 13B07F861A680F5B00A75B9A = { |
297 | | - LastSwiftMigration = 1120; |
| 301 | + LastSwiftMigration = 1250; |
298 | 302 | }; |
299 | 303 | 2D02E47A1E0B4A5D006451C7 = { |
300 | 304 | CreatedOnToolsVersion = 8.2.1; |
|
654 | 658 | files = ( |
655 | 659 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, |
656 | 660 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
| 661 | + 862F7C44263CD53A00F67ED4 /* Empty.swift in Sources */, |
657 | 662 | ); |
658 | 663 | runOnlyForDeploymentPostprocessing = 0; |
659 | 664 | }; |
|
694 | 699 | isa = XCBuildConfiguration; |
695 | 700 | baseConfigurationReference = 17C020705F9400DFE629B2F1 /* Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig */; |
696 | 701 | buildSettings = { |
| 702 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
697 | 703 | BUNDLE_LOADER = "$(TEST_HOST)"; |
698 | 704 | GCC_PREPROCESSOR_DEFINITIONS = ( |
699 | 705 | "DEBUG=1", |
|
717 | 723 | isa = XCBuildConfiguration; |
718 | 724 | baseConfigurationReference = B9764A5B9B45F21BD7CB2CBC /* Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig */; |
719 | 725 | buildSettings = { |
| 726 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
720 | 727 | BUNDLE_LOADER = "$(TEST_HOST)"; |
721 | 728 | COPY_PHASE_STRIP = NO; |
722 | 729 | INFOPLIST_FILE = MixpanelDemoTests/Info.plist; |
|
750 | 757 | ); |
751 | 758 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
752 | 759 | PRODUCT_NAME = MixpanelDemo; |
| 760 | + SWIFT_OBJC_BRIDGING_HEADER = "MixpanelDemo-Bridging-Header.h"; |
753 | 761 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
754 | 762 | SWIFT_VERSION = 5.0; |
755 | 763 | VERSIONING_SYSTEM = "apple-generic"; |
|
772 | 780 | ); |
773 | 781 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
774 | 782 | PRODUCT_NAME = MixpanelDemo; |
| 783 | + SWIFT_OBJC_BRIDGING_HEADER = "MixpanelDemo-Bridging-Header.h"; |
775 | 784 | SWIFT_VERSION = 5.0; |
776 | 785 | VERSIONING_SYSTEM = "apple-generic"; |
777 | 786 | }; |
|
938 | 947 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
939 | 948 | LIBRARY_SEARCH_PATHS = ( |
940 | 949 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
941 | | - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
942 | 950 | "\"$(inherited)\"", |
943 | 951 | ); |
944 | 952 | MTL_ENABLE_DEBUG_INFO = YES; |
|
991 | 999 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
992 | 1000 | LIBRARY_SEARCH_PATHS = ( |
993 | 1001 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
994 | | - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
995 | 1002 | "\"$(inherited)\"", |
996 | 1003 | ); |
997 | 1004 | MTL_ENABLE_DEBUG_INFO = NO; |
|
0 commit comments