We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf90a commit eb56d00Copy full SHA for eb56d00
.github/workflows/ios-tests.yml
@@ -90,7 +90,9 @@ jobs:
90
-workspace Example/Cloudinary.xcworkspace \
91
-scheme Cloudinary-Example \
92
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
93
- IPHONEOS_DEPLOYMENT_TARGET=13.0 \
+ IPHONEOS_DEPLOYMENT_TARGET=18.4 \
94
+ SUPPORTED_PLATFORMS="iphonesimulator" \
95
+ TARGETED_DEVICE_FAMILY="1,2" \
96
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
97
98
- name: Notify on Failure
0 commit comments