Dactyloidae iOS initial commit

This commit is contained in:
wuggy 2026-06-26 21:04:09 -07:00
commit 7154a0497e
2123 changed files with 197052 additions and 0 deletions

View file

@ -0,0 +1,26 @@
language: objective-c
rvm: 2.2
osx_image: xcode8.2
env:
global:
- IOS_SIMULATOR="iPhone 6s"
matrix:
include:
- env: BUILD_SCHEME="SQLite iOS"
- env: BUILD_SCHEME="SQLite Mac"
- env: VALIDATOR_SUBSPEC="none"
- env: VALIDATOR_SUBSPEC="standard"
- env: VALIDATOR_SUBSPEC="standalone"
- env: VALIDATOR_SUBSPEC="SQLCipher"
- env: CARTHAGE_PLATFORM="iOS"
- env: CARTHAGE_PLATFORM="Mac"
- env: CARTHAGE_PLATFORM="watchOS"
- env: CARTHAGE_PLATFORM="tvOS"
- env: PACKAGE_MANAGER_COMMAND="test -Xlinker -lsqlite3"
before_install:
- gem update bundler
- gem install xcpretty --no-document
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- ./run-tests.sh