Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise and update workspace build configuration #475

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump TravisCI build environment to build using Xcode 10.2
  • Loading branch information
tonyarnold committed Mar 21, 2019
commit 0af7df8e99d752c672812601f0d2f4fee2d6a6e0
36 changes: 18 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2
xcode_workspace: Apollo.xcworkspace

matrix:
Expand All @@ -8,49 +8,49 @@ matrix:
xcode_sdk: macosx10.14
env: DESTINATION="platform=macOS,arch=x86_64"
- xcode_scheme: Apollo
xcode_sdk: iphonesimulator12.0
env: DESTINATION="platform=iOS Simulator,OS=12.0,name=iPhone XS"
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=12.2,name=iPhone XS"
- xcode_scheme: Apollo
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=11.4,name=iPhone 8"
- xcode_scheme: Apollo
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=10.3.1,name=iPhone 7"
- xcode_scheme: Apollo
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=9.3,name=iPhone 6s"
- xcode_scheme: Apollo
xcode_sdk: appletvsimulator12.0
env: DESTINATION="platform=tvOS Simulator,OS=12.0,name=Apple TV"
xcode_sdk: appletvsimulator12.2
env: DESTINATION="platform=tvOS Simulator,OS=12.2,name=Apple TV"
- xcode_scheme: ApolloSQLite
xcode_sdk: macosx10.14
env: DESTINATION="platform=macOS,arch=x86_64"
- xcode_scheme: ApolloSQLite
xcode_sdk: iphonesimulator12.0
env: DESTINATION="platform=iOS Simulator,OS=12.0,name=iPhone XS"
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=12.2,name=iPhone XS"
- xcode_scheme: ApolloSQLite
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=11.4,name=iPhone 8"
- xcode_scheme: ApolloSQLite
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=10.3.1,name=iPhone 7"
- xcode_scheme: ApolloSQLite
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=9.3,name=iPhone 6s"
- xcode_scheme: ApolloWebSocket
xcode_sdk: macosx10.14
env: DESTINATION="platform=macOS,arch=x86_64"
- xcode_scheme: ApolloWebSocket
xcode_sdk: iphonesimulator12.0
env: DESTINATION="platform=iOS Simulator,OS=12.0,name=iPhone XS"
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=12.2,name=iPhone XS"
- xcode_scheme: ApolloWebSocket
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=11.4,name=iPhone 8"
- xcode_scheme: ApolloWebSocket
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=10.3.1,name=iPhone 7"
- xcode_scheme: ApolloWebSocket
xcode_sdk: iphonesimulator12.0
xcode_sdk: iphonesimulator12.2
env: DESTINATION="platform=iOS Simulator,OS=9.3,name=iPhone 6s"

cache:
Expand Down