Add CI/CD configuration and API documentation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13
|
||||
TVOS_DEPLOYMENT_TARGET = 11.0
|
||||
WATCHOS_DEPLOYMENT_TARGET = 4.0
|
||||
OTHER_SWIFT_FLAGS = $(inherited) -D SQLITE_ENABLE_FTS5
|
||||
|
||||
//// Compile with all opt-in APIs
|
||||
//GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GRDB_SQLITE_ENABLE_PREUPDATE_HOOK=1
|
||||
//OTHER_SWIFT_FLAGS = $(inherited) -D SQLITE_ENABLE_PREUPDATE_HOOK
|
||||
|
||||
// Enable concurrency warning in Swift 5.5
|
||||
// https://twitter.com/olebegemann/status/1421144304127463427?lang=en
|
||||
// Those as commented out by default, until minimum support Xcode version can handle them.
|
||||
// OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -warn-concurrency -Xfrontend -enable-actor-data-race-checks
|
||||
Reference in New Issue
Block a user