We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f59e3b commit db09f94Copy full SHA for db09f94
1 file changed
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
command: |
29
cd Demo
30
pod install
31
- xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination 'name=iPhone Xs' build test | xcpretty -c
+ xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination 'name=iPhone 11 Pro' build test | xcpretty -c
32
33
- run:
34
name: Pod lib lint
0 commit comments