15 lines
680 B
Plaintext
15 lines
680 B
Plaintext
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
|