File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 - name : Build Example Project
2323 run : |
2424 cd Example
25- xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15 ' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
25+ xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 16 ' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2626
2727 - name : Run Tests
2828 run : |
2929 cd Example
30- xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15 ' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
30+ xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 16 ' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3131
3232 - name : Upload Coverage to codecov
3333 run : bash <(curl -s https://codecov.io/bash) -J '^ImageKitIO$' -X coveragepy
You can’t perform that action at this time.
0 commit comments