Skip to content

Commit

Permalink
build archive
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 30, 2022
1 parent c3f5580 commit 5e26f07
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,18 @@ jobs:
set-env-from-proj PROJECT_NAME
- name: Build and install app
shell: bash
run: |
xcodebuild -scheme "$SCHEME" install DSTROOT=build/root
xcodebuild -project AltServer.xcodeproj \
-scheme AltServer \
-sdk macos \
archive -archivePath ./archive \
CODE_SIGNING_REQUIRED=NO \
AD_HOC_CODE_SIGNING_ALLOWED=YES \
CODE_SIGNING_ALLOWED=NO \
DEVELOPMENT_TEAM=XYZ0123456 \
ORG_IDENTIFIER=com.SideStore \
DSTROOT=build/root \
| xcpretty && exit ${PIPESTATUS[0]}
- name: Package app
run: |
Expand Down

0 comments on commit 5e26f07

Please sign in to comment.