File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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 16 ' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
25+ xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 17 ' 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 16 ' -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 17 ' -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
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ SPEC CHECKSUMS:
3030
3131PODFILE CHECKSUM: 8224e8c767b2e111bf4f338e9aaa55d7cd447b9e
3232
33- COCOAPODS: 1.16.2
33+ COCOAPODS: 1.16.2
You can’t perform that action at this time.
0 commit comments