|
23 | 23 | DC37743819C8D693004FCF85 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743719C8D693004FCF85 /* Value.swift */; }; |
24 | 24 | DC37743B19C8D6C0004FCF85 /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC37743A19C8D6C0004FCF85 /* Statement.swift */; }; |
25 | 25 | DC475EA219F219AF00788FBD /* ExpressionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC475E9E19F2199900788FBD /* ExpressionTests.swift */; }; |
26 | | - DC5B12131ABE3298000DA146 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC5B12121ABE3298000DA146 /* libsqlite3.dylib */; }; |
27 | 26 | DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC650B9519F0CDC3002FBE91 /* Expression.swift */; }; |
28 | 27 | DC70AC991AC2331000371524 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; }; |
29 | 28 | DC70AC9A1AC2331100371524 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC37744219C8DC91004FCF85 /* libsqlite3.dylib */; }; |
|
55 | 54 | /* End PBXBuildFile section */ |
56 | 55 |
|
57 | 56 | /* Begin PBXContainerItemProxy section */ |
58 | | - DC2393CF1ABE37A5003FF113 /* PBXContainerItemProxy */ = { |
59 | | - isa = PBXContainerItemProxy; |
60 | | - containerPortal = DC3773EA19C8CBB3004FCF85 /* Project object */; |
61 | | - proxyType = 1; |
62 | | - remoteGlobalIDString = DCAE4D141ABE0B3300EFCE7A; |
63 | | - remoteInfo = sqlite3; |
64 | | - }; |
65 | 57 | DC2DD6AB1ABE428E00C2C71A /* PBXContainerItemProxy */ = { |
66 | 58 | isa = PBXContainerItemProxy; |
67 | 59 | containerPortal = DCC6B3961A91938F00734B78 /* sqlcipher.xcodeproj */; |
|
83 | 75 | remoteGlobalIDString = DC3773F219C8CBB3004FCF85; |
84 | 76 | remoteInfo = SQLite; |
85 | 77 | }; |
86 | | - DCAE4D341ABE0C2800EFCE7A /* PBXContainerItemProxy */ = { |
87 | | - isa = PBXContainerItemProxy; |
88 | | - containerPortal = DC3773EA19C8CBB3004FCF85 /* Project object */; |
89 | | - proxyType = 1; |
90 | | - remoteGlobalIDString = DCAE4D141ABE0B3300EFCE7A; |
91 | | - remoteInfo = sqlite3; |
92 | | - }; |
93 | 78 | DCC6B3AA1A91979100734B78 /* PBXContainerItemProxy */ = { |
94 | 79 | isa = PBXContainerItemProxy; |
95 | 80 | containerPortal = DC3773EA19C8CBB3004FCF85 /* Project object */; |
|
133 | 118 | DC3F170F1A8127A300C83A2F /* Functions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Functions.swift; sourceTree = "<group>"; }; |
134 | 119 | DC3F17121A814F7000C83A2F /* FunctionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionsTests.swift; sourceTree = "<group>"; }; |
135 | 120 | DC475E9E19F2199900788FBD /* ExpressionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExpressionTests.swift; sourceTree = "<group>"; }; |
136 | | - DC5B12121ABE3298000DA146 /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/usr/lib/libsqlite3.dylib; sourceTree = DEVELOPER_DIR; }; |
137 | 121 | DC650B9519F0CDC3002FBE91 /* Expression.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Expression.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
| 122 | + DC74B0421B095575007E1138 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; }; |
138 | 123 | DC97EC9F1ADE955E00F550A6 /* SQLite.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = SQLite.playground; sourceTree = "<group>"; }; |
139 | 124 | DCAD429619E2E0F1004A51DF /* Query.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Query.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
140 | 125 | DCAD429919E2EE50004A51DF /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = "<group>"; }; |
141 | | - DCAE4D151ABE0B3300EFCE7A /* sqlite3.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = sqlite3.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
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>"; }; |
147 | 126 | DCAFEAD21AABC818000C21A1 /* FTS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTS.swift; sourceTree = "<group>"; }; |
148 | 127 | DCAFEAD61AABEFA7000C21A1 /* FTSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FTSTests.swift; sourceTree = "<group>"; }; |
149 | 128 | DCBE28401ABDF18F0042A3FC /* RTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTree.swift; sourceTree = "<group>"; }; |
|
175 | 154 | ); |
176 | 155 | runOnlyForDeploymentPostprocessing = 0; |
177 | 156 | }; |
178 | | - DCAE4D111ABE0B3300EFCE7A /* Frameworks */ = { |
179 | | - isa = PBXFrameworksBuildPhase; |
180 | | - buildActionMask = 2147483647; |
181 | | - files = ( |
182 | | - DC5B12131ABE3298000DA146 /* libsqlite3.dylib in Frameworks */, |
183 | | - ); |
184 | | - runOnlyForDeploymentPostprocessing = 0; |
185 | | - }; |
186 | 157 | DCC6B3761A9191C300734B78 /* Frameworks */ = { |
187 | 158 | isa = PBXFrameworksBuildPhase; |
188 | 159 | buildActionMask = 2147483647; |
|
250 | 221 | DC10500F19C904DD00D8CA30 /* SQLite Tests */, |
251 | 222 | DCC6B3A11A91949C00734B78 /* SQLiteCipher */, |
252 | 223 | DCC6B3A21A91949C00734B78 /* SQLiteCipher Tests */, |
253 | | - DCAE4D161ABE0B3300EFCE7A /* sqlite3 */, |
254 | 224 | DCC6B3961A91938F00734B78 /* sqlcipher.xcodeproj */, |
255 | 225 | DC3773F419C8CBB3004FCF85 /* Products */, |
256 | 226 | ); |
|
266 | 236 | DC3773FE19C8CBB3004FCF85 /* SQLite Tests.xctest */, |
267 | 237 | DCC6B3801A9191C300734B78 /* SQLite.framework */, |
268 | 238 | DCC6B3921A9191D100734B78 /* SQLiteCipher Tests.xctest */, |
269 | | - DCAE4D151ABE0B3300EFCE7A /* sqlite3.framework */, |
270 | 239 | ); |
271 | 240 | name = Products; |
272 | 241 | sourceTree = "<group>"; |
|
302 | 271 | DC3773F719C8CBB3004FCF85 /* Info.plist */, |
303 | 272 | DC37744219C8DC91004FCF85 /* libsqlite3.dylib */, |
304 | 273 | DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */, |
305 | | - ); |
306 | | - name = "Supporting Files"; |
307 | | - sourceTree = "<group>"; |
308 | | - }; |
309 | | - DCAE4D161ABE0B3300EFCE7A /* sqlite3 */ = { |
310 | | - isa = PBXGroup; |
311 | | - children = ( |
312 | | - DCAE4D171ABE0B3300EFCE7A /* Supporting Files */, |
313 | | - ); |
314 | | - path = sqlite3; |
315 | | - sourceTree = "<group>"; |
316 | | - }; |
317 | | - DCAE4D171ABE0B3300EFCE7A /* Supporting Files */ = { |
318 | | - isa = PBXGroup; |
319 | | - children = ( |
320 | | - DCAE4D181ABE0B3300EFCE7A /* Info.plist */, |
321 | | - DC5B12121ABE3298000DA146 /* libsqlite3.dylib */, |
322 | | - DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */, |
323 | | - DCAE4D2F1ABE0B8B00EFCE7A /* iphoneos.modulemap */, |
324 | | - DCAE4D301ABE0B8B00EFCE7A /* iphonesimulator.modulemap */, |
325 | | - DCAE4D311ABE0B8B00EFCE7A /* macosx.modulemap */, |
| 274 | + DC74B0421B095575007E1138 /* module.modulemap */, |
326 | 275 | ); |
327 | 276 | name = "Supporting Files"; |
328 | 277 | sourceTree = "<group>"; |
|
356 | 305 | ); |
357 | 306 | runOnlyForDeploymentPostprocessing = 0; |
358 | 307 | }; |
359 | | - DCAE4D121ABE0B3300EFCE7A /* Headers */ = { |
360 | | - isa = PBXHeadersBuildPhase; |
361 | | - buildActionMask = 2147483647; |
362 | | - files = ( |
363 | | - ); |
364 | | - runOnlyForDeploymentPostprocessing = 0; |
365 | | - }; |
366 | 308 | DCC6B3781A9191C300734B78 /* Headers */ = { |
367 | 309 | isa = PBXHeadersBuildPhase; |
368 | 310 | buildActionMask = 2147483647; |
|
388 | 330 | buildRules = ( |
389 | 331 | ); |
390 | 332 | dependencies = ( |
391 | | - DCAE4D351ABE0C2800EFCE7A /* PBXTargetDependency */, |
392 | 333 | ); |
393 | 334 | name = SQLite; |
394 | 335 | productName = SQLite; |
|
413 | 354 | productReference = DC3773FE19C8CBB3004FCF85 /* SQLite Tests.xctest */; |
414 | 355 | productType = "com.apple.product-type.bundle.unit-test"; |
415 | 356 | }; |
416 | | - DCAE4D141ABE0B3300EFCE7A /* sqlite3 */ = { |
417 | | - isa = PBXNativeTarget; |
418 | | - buildConfigurationList = DCAE4D281ABE0B3400EFCE7A /* Build configuration list for PBXNativeTarget "sqlite3" */; |
419 | | - buildPhases = ( |
420 | | - DCAE4D101ABE0B3300EFCE7A /* Sources */, |
421 | | - DCAE4D111ABE0B3300EFCE7A /* Frameworks */, |
422 | | - DCAE4D121ABE0B3300EFCE7A /* Headers */, |
423 | | - DCAE4D131ABE0B3300EFCE7A /* Resources */, |
424 | | - ); |
425 | | - buildRules = ( |
426 | | - ); |
427 | | - dependencies = ( |
428 | | - ); |
429 | | - name = sqlite3; |
430 | | - productName = sqlite3; |
431 | | - productReference = DCAE4D151ABE0B3300EFCE7A /* sqlite3.framework */; |
432 | | - productType = "com.apple.product-type.framework"; |
433 | | - }; |
434 | 357 | DCC6B36D1A9191C300734B78 /* SQLiteCipher */ = { |
435 | 358 | isa = PBXNativeTarget; |
436 | 359 | buildConfigurationList = DCC6B37D1A9191C300734B78 /* Build configuration list for PBXNativeTarget "SQLiteCipher" */; |
|
445 | 368 | ); |
446 | 369 | dependencies = ( |
447 | 370 | DC2DD6B21ABE438900C2C71A /* PBXTargetDependency */, |
448 | | - DC2393D01ABE37A5003FF113 /* PBXTargetDependency */, |
449 | 371 | ); |
450 | 372 | name = SQLiteCipher; |
451 | 373 | productName = SQLite; |
|
485 | 407 | DC3773FD19C8CBB3004FCF85 = { |
486 | 408 | CreatedOnToolsVersion = 6.1; |
487 | 409 | }; |
488 | | - DCAE4D141ABE0B3300EFCE7A = { |
489 | | - CreatedOnToolsVersion = 6.3; |
490 | | - }; |
491 | 410 | }; |
492 | 411 | }; |
493 | 412 | buildConfigurationList = DC3773ED19C8CBB3004FCF85 /* Build configuration list for PBXProject "SQLite" */; |
|
512 | 431 | DC3773FD19C8CBB3004FCF85 /* SQLite Tests */, |
513 | 432 | DCC6B36D1A9191C300734B78 /* SQLiteCipher */, |
514 | 433 | DCC6B3821A9191D100734B78 /* SQLiteCipher Tests */, |
515 | | - DCAE4D141ABE0B3300EFCE7A /* sqlite3 */, |
516 | 434 | ); |
517 | 435 | }; |
518 | 436 | /* End PBXProject section */ |
|
542 | 460 | ); |
543 | 461 | runOnlyForDeploymentPostprocessing = 0; |
544 | 462 | }; |
545 | | - DCAE4D131ABE0B3300EFCE7A /* Resources */ = { |
546 | | - isa = PBXResourcesBuildPhase; |
547 | | - buildActionMask = 2147483647; |
548 | | - files = ( |
549 | | - ); |
550 | | - runOnlyForDeploymentPostprocessing = 0; |
551 | | - }; |
552 | 463 | DCC6B37C1A9191C300734B78 /* Resources */ = { |
553 | 464 | isa = PBXResourcesBuildPhase; |
554 | 465 | buildActionMask = 2147483647; |
|
571 | 482 | buildActionMask = 2147483647; |
572 | 483 | files = ( |
573 | 484 | DC37743519C8D626004FCF85 /* Database.swift in Sources */, |
574 | | - DC2393CA1ABE35F8003FF113 /* SQLite-Bridging.m in Sources */, |
575 | | - DCAFEAD31AABC818000C21A1 /* FTS.swift in Sources */, |
576 | 485 | DC37743B19C8D6C0004FCF85 /* Statement.swift in Sources */, |
577 | 486 | DC37743819C8D693004FCF85 /* Value.swift in Sources */, |
578 | 487 | DC650B9619F0CDC3002FBE91 /* Expression.swift in Sources */, |
579 | | - DCBE28411ABDF18F0042A3FC /* RTree.swift in Sources */, |
| 488 | + DCC6B3A81A91975700734B78 /* Functions.swift in Sources */, |
580 | 489 | DCAD429719E2E0F1004A51DF /* Query.swift in Sources */, |
| 490 | + DCAFEAD31AABC818000C21A1 /* FTS.swift in Sources */, |
| 491 | + DCBE28411ABDF18F0042A3FC /* RTree.swift in Sources */, |
581 | 492 | DC109CE11A0C4D970070988E /* Schema.swift in Sources */, |
582 | | - DCC6B3A81A91975700734B78 /* Functions.swift in Sources */, |
| 493 | + DC2393CA1ABE35F8003FF113 /* SQLite-Bridging.m in Sources */, |
583 | 494 | ); |
584 | 495 | runOnlyForDeploymentPostprocessing = 0; |
585 | 496 | }; |
|
599 | 510 | ); |
600 | 511 | runOnlyForDeploymentPostprocessing = 0; |
601 | 512 | }; |
602 | | - DCAE4D101ABE0B3300EFCE7A /* Sources */ = { |
603 | | - isa = PBXSourcesBuildPhase; |
604 | | - buildActionMask = 2147483647; |
605 | | - files = ( |
606 | | - ); |
607 | | - runOnlyForDeploymentPostprocessing = 0; |
608 | | - }; |
609 | 513 | DCC6B36E1A9191C300734B78 /* Sources */ = { |
610 | 514 | isa = PBXSourcesBuildPhase; |
611 | 515 | buildActionMask = 2147483647; |
|
636 | 540 | /* End PBXSourcesBuildPhase section */ |
637 | 541 |
|
638 | 542 | /* Begin PBXTargetDependency section */ |
639 | | - DC2393D01ABE37A5003FF113 /* PBXTargetDependency */ = { |
640 | | - isa = PBXTargetDependency; |
641 | | - target = DCAE4D141ABE0B3300EFCE7A /* sqlite3 */; |
642 | | - targetProxy = DC2393CF1ABE37A5003FF113 /* PBXContainerItemProxy */; |
643 | | - }; |
644 | 543 | DC2DD6B21ABE438900C2C71A /* PBXTargetDependency */ = { |
645 | 544 | isa = PBXTargetDependency; |
646 | 545 | name = sqlcipher; |
|
651 | 550 | target = DC3773F219C8CBB3004FCF85 /* SQLite */; |
652 | 551 | targetProxy = DC37740019C8CBB3004FCF85 /* PBXContainerItemProxy */; |
653 | 552 | }; |
654 | | - DCAE4D351ABE0C2800EFCE7A /* PBXTargetDependency */ = { |
655 | | - isa = PBXTargetDependency; |
656 | | - target = DCAE4D141ABE0B3300EFCE7A /* sqlite3 */; |
657 | | - targetProxy = DCAE4D341ABE0C2800EFCE7A /* PBXContainerItemProxy */; |
658 | | - }; |
659 | 553 | DCC6B3AB1A91979100734B78 /* PBXTargetDependency */ = { |
660 | 554 | isa = PBXTargetDependency; |
661 | 555 | target = DCC6B36D1A9191C300734B78 /* SQLiteCipher */; |
|
799 | 693 | }; |
800 | 694 | name = Release; |
801 | 695 | }; |
802 | | - DCAE4D291ABE0B3400EFCE7A /* Debug */ = { |
803 | | - isa = XCBuildConfiguration; |
804 | | - baseConfigurationReference = DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */; |
805 | | - buildSettings = { |
806 | | - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
807 | | - DEFINES_MODULE = YES; |
808 | | - DYLIB_COMPATIBILITY_VERSION = 1; |
809 | | - DYLIB_CURRENT_VERSION = 1; |
810 | | - DYLIB_INSTALL_NAME_BASE = "@rpath"; |
811 | | - GCC_NO_COMMON_BLOCKS = YES; |
812 | | - GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)"; |
813 | | - INFOPLIST_FILE = sqlite3/Info.plist; |
814 | | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
815 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
816 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
817 | | - SKIP_INSTALL = YES; |
818 | | - }; |
819 | | - name = Debug; |
820 | | - }; |
821 | | - DCAE4D2A1ABE0B3400EFCE7A /* Release */ = { |
822 | | - isa = XCBuildConfiguration; |
823 | | - baseConfigurationReference = DCAE4D2E1ABE0B6300EFCE7A /* sqlite3.xcconfig */; |
824 | | - buildSettings = { |
825 | | - COPY_PHASE_STRIP = NO; |
826 | | - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
827 | | - DEFINES_MODULE = YES; |
828 | | - DYLIB_COMPATIBILITY_VERSION = 1; |
829 | | - DYLIB_CURRENT_VERSION = 1; |
830 | | - DYLIB_INSTALL_NAME_BASE = "@rpath"; |
831 | | - GCC_NO_COMMON_BLOCKS = YES; |
832 | | - INFOPLIST_FILE = sqlite3/Info.plist; |
833 | | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
834 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
835 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
836 | | - SKIP_INSTALL = YES; |
837 | | - }; |
838 | | - name = Release; |
839 | | - }; |
840 | 696 | DCC6B37E1A9191C300734B78 /* Debug */ = { |
841 | 697 | isa = XCBuildConfiguration; |
842 | 698 | baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */; |
|
933 | 789 | defaultConfigurationIsVisible = 0; |
934 | 790 | defaultConfigurationName = Release; |
935 | 791 | }; |
936 | | - DCAE4D281ABE0B3400EFCE7A /* Build configuration list for PBXNativeTarget "sqlite3" */ = { |
937 | | - isa = XCConfigurationList; |
938 | | - buildConfigurations = ( |
939 | | - DCAE4D291ABE0B3400EFCE7A /* Debug */, |
940 | | - DCAE4D2A1ABE0B3400EFCE7A /* Release */, |
941 | | - ); |
942 | | - defaultConfigurationIsVisible = 0; |
943 | | - defaultConfigurationName = Release; |
944 | | - }; |
945 | 792 | DCC6B37D1A9191C300734B78 /* Build configuration list for PBXNativeTarget "SQLiteCipher" */ = { |
946 | 793 | isa = XCConfigurationList; |
947 | 794 | buildConfigurations = ( |
|
0 commit comments