Skip to content

Commit

Permalink
Disable ios app signing on CI. (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Nov 14, 2024
1 parent 0ade381 commit c16f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
gradle-home-cache-cleanup: true

- name: Build iOS sample
run: xcodebuild -project samples/compose/iosApp/iosApp.xcodeproj -scheme iosApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
run: xcodebuild -project samples/compose/iosApp/iosApp.xcodeproj -scheme iosApp -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

deploy-snapshot:
name: Deploy snapshot
Expand Down

0 comments on commit c16f19b

Please sign in to comment.