mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:13:25 +00:00
chore: cleanup
This commit is contained in:
2
.github/workflows/build-mobile.yml
vendored
2
.github/workflows/build-mobile.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
run: pnpm exec nx run mobile:prebuild --platform=ios
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/mobile/ios && xcodebuild archive -workspace movieweb.xcworkspace -scheme "movieweb" -sdk iphoneos -configuration "Release" -archivePath "build/app.xcarchive" -destination generic/platform=iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||
run: cd apps/mobile/ios && xcodebuild archive -workspace movieweb.xcworkspace -scheme "movieweb" -sdk iphoneos -configuration "Release" -archivePath "build/app.xcarchive" -destination generic/platform=iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||
|
||||
- name: Export .ipa from .xcarchive
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user