Skip to content

Commit e0cdbf3

Browse files
committed
Update Carthage project
1 parent 1881227 commit e0cdbf3

File tree

3 files changed

+274
-34
lines changed

3 files changed

+274
-34
lines changed

Support/Carthage/.xcodegen

+36-8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
}
1919
}
2020
},
21+
"ReadiumAdapterLCPSQLite" : {
22+
"build" : {
23+
"targets" : {
24+
"ReadiumAdapterLCPSQLite" : "all"
25+
}
26+
}
27+
},
2128
"ReadiumInternal" : {
2229
"build" : {
2330
"targets" : {
@@ -87,6 +94,31 @@
8794
],
8895
"type" : "framework"
8996
},
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+
},
90122
"ReadiumInternal" : {
91123
"deploymentTarget" : "13.0",
92124
"platform" : "iOS",
@@ -112,9 +144,6 @@
112144
{
113145
"framework" : "..\/..\/Carthage\/Build\/Minizip.xcframework"
114146
},
115-
{
116-
"framework" : "..\/..\/Carthage\/Build\/SQLite.xcframework"
117-
},
118147
{
119148
"framework" : "..\/..\/Carthage\/Build\/ZIPFoundation.xcframework"
120149
},
@@ -290,6 +319,10 @@
290319
../../Sources/Adapters/GCDWebServer
291320
../../Sources/Adapters/GCDWebServer/GCDHTTPServer.swift
292321
../../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
293326
../../Sources/Internal
294327
../../Sources/Internal/Extensions
295328
../../Sources/Internal/Extensions/Array.swift
@@ -349,11 +382,6 @@
349382
../../Sources/LCP/License/Model/Components/LSD/PotentialRights.swift
350383
../../Sources/LCP/License/Model/LicenseDocument.swift
351384
../../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
357385
../../Sources/LCP/Resources
358386
../../Sources/LCP/Resources/en.lproj
359387
../../Sources/LCP/Resources/en.lproj/Localizable.strings

0 commit comments

Comments
 (0)