File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,20 @@ jobs:
8484 echo ""
8585 done
8686
87- - name : Build Cloudinary Framework (Mac Catalyst)
87+ - name : Build and Test (Mac Catalyst)
8888 run : |
89- xcodebuild build \
89+ xcodebuild test \
9090 -workspace Example/Cloudinary.xcworkspace \
91- -scheme Cloudinary \
91+ -scheme travis_public_scheme \
9292 -destination "platform=macOS,variant=Mac Catalyst" \
9393 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
95- - name : Build Success
95+ - name : Test Results
9696 run : |
97- echo "✅ Successfully built Cloudinary framework !"
98- echo "✅ Using Xcode 16.2 with Mac Catalyst"
99- echo "✅ Framework compilation completed without errors "
100- echo "⚠️ Note: Built for Mac Catalyst due to iOS 18.2 scheme requirements "
97+ echo "✅ Tests completed using Xcode 16.2 !"
98+ echo "✅ Running iOS code via Mac Catalyst"
99+ echo "⚠️ Note: Using Mac Catalyst due to iOS 18.2 scheme requirements "
100+ echo "💡 To get iOS Simulator testing, update Xcode project deployment targets to iOS 18.4+ "
101101
102102 - name : Notify on Failure
103103 if : failure()
You can’t perform that action at this time.
0 commit comments