|
18 | 18 | }
|
19 | 19 | }
|
20 | 20 | },
|
| 21 | + "ReadiumAdapterLCPSQLite" : { |
| 22 | + "build" : { |
| 23 | + "targets" : { |
| 24 | + "ReadiumAdapterLCPSQLite" : "all" |
| 25 | + } |
| 26 | + } |
| 27 | + }, |
21 | 28 | "ReadiumInternal" : {
|
22 | 29 | "build" : {
|
23 | 30 | "targets" : {
|
|
87 | 94 | ],
|
88 | 95 | "type" : "framework"
|
89 | 96 | },
|
| 97 | + "ReadiumAdapterLCPSQLite" : { |
| 98 | + "dependencies" : [ |
| 99 | + { |
| 100 | + "framework" : "..\/..\/Carthage\/Build\/SQLite.xcframework" |
| 101 | + }, |
| 102 | + { |
| 103 | + "target" : "ReadiumShared" |
| 104 | + }, |
| 105 | + { |
| 106 | + "target" : "ReadiumLCP" |
| 107 | + } |
| 108 | + ], |
| 109 | + "deploymentTarget" : "13.0", |
| 110 | + "platform" : "iOS", |
| 111 | + "settings" : { |
| 112 | + "INFOPLIST_FILE" : "Info.plist", |
| 113 | + "PRODUCT_BUNDLE_IDENTIFIER" : "org.readium.swift-toolkit.adapter.lcpsqlite" |
| 114 | + }, |
| 115 | + "sources" : [ |
| 116 | + { |
| 117 | + "path" : "..\/..\/Sources\/Adapters\/LCPSQLite" |
| 118 | + } |
| 119 | + ], |
| 120 | + "type" : "framework" |
| 121 | + }, |
90 | 122 | "ReadiumInternal" : {
|
91 | 123 | "deploymentTarget" : "13.0",
|
92 | 124 | "platform" : "iOS",
|
|
112 | 144 | {
|
113 | 145 | "framework" : "..\/..\/Carthage\/Build\/Minizip.xcframework"
|
114 | 146 | },
|
115 |
| - { |
116 |
| - "framework" : "..\/..\/Carthage\/Build\/SQLite.xcframework" |
117 |
| - }, |
118 | 147 | {
|
119 | 148 | "framework" : "..\/..\/Carthage\/Build\/ZIPFoundation.xcframework"
|
120 | 149 | },
|
|
290 | 319 | ../../Sources/Adapters/GCDWebServer
|
291 | 320 | ../../Sources/Adapters/GCDWebServer/GCDHTTPServer.swift
|
292 | 321 | ../../Sources/Adapters/GCDWebServer/ResourceResponse.swift
|
| 322 | +../../Sources/Adapters/LCPSQLite |
| 323 | +../../Sources/Adapters/LCPSQLite/Database.swift |
| 324 | +../../Sources/Adapters/LCPSQLite/SQLiteLCPLicenseRepository.swift |
| 325 | +../../Sources/Adapters/LCPSQLite/SQLiteLCPPassphraseRepository.swift |
293 | 326 | ../../Sources/Internal
|
294 | 327 | ../../Sources/Internal/Extensions
|
295 | 328 | ../../Sources/Internal/Extensions/Array.swift
|
|
349 | 382 | ../../Sources/LCP/License/Model/Components/LSD/PotentialRights.swift
|
350 | 383 | ../../Sources/LCP/License/Model/LicenseDocument.swift
|
351 | 384 | ../../Sources/LCP/License/Model/StatusDocument.swift
|
352 |
| -../../Sources/LCP/Persistence |
353 |
| -../../Sources/LCP/Persistence/Connection.swift |
354 |
| -../../Sources/LCP/Persistence/Database.swift |
355 |
| -../../Sources/LCP/Persistence/SQLiteLCPLicenseRepository.swift |
356 |
| -../../Sources/LCP/Persistence/SQLiteLCPPassphraseRepository.swift |
357 | 385 | ../../Sources/LCP/Resources
|
358 | 386 | ../../Sources/LCP/Resources/en.lproj
|
359 | 387 | ../../Sources/LCP/Resources/en.lproj/Localizable.strings
|
|
0 commit comments