v2 #1

Open
kamil wants to merge 231 commits from v2 into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3c5edd5742 - Show all commits

View File

@@ -79,6 +79,7 @@ jobs:
- name: Archive
env:
USER: runner
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
run: just ios-archive
- name: Export IPA

View File

@@ -136,7 +136,10 @@ ios-archive: ios-gen ios-resolve
-scheme {{ios_scheme}} \
-configuration Release \
-clonedSourcePackagesDirPath {{ios_spm}} \
-archivePath {{runner_temp}}/LibNovel.xcarchive
-archivePath {{runner_temp}}/LibNovel.xcarchive \
CODE_SIGN_STYLE=Manual \
DEVELOPMENT_TEAM="$APPLE_TEAM_ID" \
PROVISIONING_PROFILE_SPECIFIER="LibNovel Distribution"
# Export an IPA from the archive produced by ios-archive.
# Requires ios/LibNovel/ExportOptions.plist.