We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e9ef1 commit e3e91f1Copy full SHA for e3e91f1
.travis.yml
@@ -10,5 +10,5 @@ language: swift
10
# - gem install cocoapods # Since Travis is not always on latest version
11
# - pod install --project-directory=Example
12
script:
13
-- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftStickerView.xcworkspace -scheme SwiftStickerView-Example -sdk iphonesimulator14.2 ONLY_ACTIVE_ARCH=NO | xcpretty
+- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftStickerView.xcworkspace -scheme SwiftStickerView-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' ONLY_ACTIVE_ARCH=NO | xcpretty
14
- pod lib lint
0 commit comments