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