|
140 | 140 | DCAD429919E2EE50004A51DF /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = "<group>"; }; |
141 | 141 | DCAE4D151ABE0B3300EFCE7A /* sqlite3.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = sqlite3.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
142 | 142 | DCAE4D181ABE0B3300EFCE7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
143 | | - DCAE4D2F1ABE0B8B00EFCE7A /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; }; |
| 143 | + DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = sqlite3.xcconfig; sourceTree = "<group>"; }; |
| 144 | + DCAE4D2F1ABE0B8B00EFCE7A /* iphoneos.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = iphoneos.modulemap; sourceTree = "<group>"; }; |
| 145 | + DCAE4D301ABE0B8B00EFCE7A /* iphonesimulator.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = iphonesimulator.modulemap; sourceTree = "<group>"; }; |
| 146 | + DCAE4D311ABE0B8B00EFCE7A /* macosx.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = macosx.modulemap; sourceTree = "<group>"; }; |
144 | 147 | DCAFEAD21AABC818000C21A1 /* FTS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS.swift; sourceTree = "<group>"; }; |
145 | 148 | DCAFEAD61AABEFA7000C21A1 /* FTSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTSTests.swift; sourceTree = "<group>"; }; |
146 | 149 | DCBE28401ABDF18F0042A3FC /* RTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTree.swift; sourceTree = "<group>"; }; |
|
316 | 319 | children = ( |
317 | 320 | DCAE4D181ABE0B3300EFCE7A /* Info.plist */, |
318 | 321 | DC5B12121ABE3298000DA146 /* libsqlite3.dylib */, |
319 | | - DCAE4D2F1ABE0B8B00EFCE7A /* module.modulemap */, |
| 322 | + DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */, |
| 323 | + DCAE4D2F1ABE0B8B00EFCE7A /* iphoneos.modulemap */, |
| 324 | + DCAE4D301ABE0B8B00EFCE7A /* iphonesimulator.modulemap */, |
| 325 | + DCAE4D311ABE0B8B00EFCE7A /* macosx.modulemap */, |
320 | 326 | ); |
321 | 327 | name = "Supporting Files"; |
322 | 328 | sourceTree = "<group>"; |
|
795 | 801 | }; |
796 | 802 | DCAE4D291ABE0B3400EFCE7A /* Debug */ = { |
797 | 803 | isa = XCBuildConfiguration; |
798 | | - baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */; |
| 804 | + baseConfigurationReference = DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */; |
799 | 805 | buildSettings = { |
800 | 806 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
801 | 807 | DEFINES_MODULE = YES; |
|
807 | 813 | INFOPLIST_FILE = sqlite3/Info.plist; |
808 | 814 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
809 | 815 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
810 | | - MODULEMAP_FILE = "$(SRCROOT)/sqlite3/module.modulemap"; |
811 | 816 | PRODUCT_NAME = "$(TARGET_NAME)"; |
812 | 817 | SKIP_INSTALL = YES; |
813 | 818 | }; |
814 | 819 | name = Debug; |
815 | 820 | }; |
816 | 821 | DCAE4D2A1ABE0B3400EFCE7A /* Release */ = { |
817 | 822 | isa = XCBuildConfiguration; |
818 | | - baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */; |
| 823 | + baseConfigurationReference = DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */; |
819 | 824 | buildSettings = { |
820 | 825 | COPY_PHASE_STRIP = NO; |
821 | 826 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
|
827 | 832 | INFOPLIST_FILE = sqlite3/Info.plist; |
828 | 833 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
829 | 834 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
830 | | - MODULEMAP_FILE = "$(SRCROOT)/sqlite3/module.modulemap"; |
831 | 835 | PRODUCT_NAME = "$(TARGET_NAME)"; |
832 | 836 | SKIP_INSTALL = YES; |
833 | 837 | }; |
|
0 commit comments