wip
This commit is contained in:
parent
ae81c5d617
commit
5a5fed1848
|
@ -14,6 +14,9 @@ packages:
|
||||||
GRDB:
|
GRDB:
|
||||||
url: https://github.com/groue/GRDB.swift.git
|
url: https://github.com/groue/GRDB.swift.git
|
||||||
majorVersion: 6.29.3
|
majorVersion: 6.29.3
|
||||||
|
libsignal:
|
||||||
|
url: https://dev.narayana.im/narayana/libsignal.git
|
||||||
|
branch: master
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
DEVELOPMENT_TEAM: K78H7BT98L
|
DEVELOPMENT_TEAM: K78H7BT98L
|
||||||
|
@ -44,6 +47,8 @@ targets:
|
||||||
dependencies:
|
dependencies:
|
||||||
- sdk: libxml2.tbd
|
- sdk: libxml2.tbd
|
||||||
- sdk: Security.framework
|
- sdk: Security.framework
|
||||||
|
- package: libsignal
|
||||||
|
link: true
|
||||||
# - framework: Lib/WebRTC.xcframework
|
# - framework: Lib/WebRTC.xcframework
|
||||||
|
|
||||||
# iOS App
|
# iOS App
|
||||||
|
@ -88,7 +93,7 @@ targets:
|
||||||
- package: SwiftfulRouting
|
- package: SwiftfulRouting
|
||||||
link: true
|
link: true
|
||||||
- package: KeychainAccess
|
- package: KeychainAccess
|
||||||
limk: true
|
link: true
|
||||||
- package: GRDB
|
- package: GRDB
|
||||||
link: true
|
link: true
|
||||||
preBuildScripts:
|
preBuildScripts:
|
||||||
|
|
Loading…
Reference in a new issue