Compare commits
1 Commits
2142e82fe4
...
ios-v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c5edd5742 |
@@ -79,6 +79,7 @@ jobs:
|
|||||||
- name: Archive
|
- name: Archive
|
||||||
env:
|
env:
|
||||||
USER: runner
|
USER: runner
|
||||||
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
run: just ios-archive
|
run: just ios-archive
|
||||||
|
|
||||||
- name: Export IPA
|
- name: Export IPA
|
||||||
|
|||||||
5
justfile
5
justfile
@@ -136,7 +136,10 @@ ios-archive: ios-gen ios-resolve
|
|||||||
-scheme {{ios_scheme}} \
|
-scheme {{ios_scheme}} \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
-clonedSourcePackagesDirPath {{ios_spm}} \
|
-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.
|
# Export an IPA from the archive produced by ios-archive.
|
||||||
# Requires ios/LibNovel/ExportOptions.plist.
|
# Requires ios/LibNovel/ExportOptions.plist.
|
||||||
|
|||||||
Reference in New Issue
Block a user