Skip to content

Commit

Permalink
zip app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 27, 2023
1 parent 6121dc2 commit 475f3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/EmpowerPlant.xcworkspace/xcuserdata
.env
build/
release-build.log
release-build.log
EmpowerPlant_release.zip
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ init:

release:
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO xcodebuild -workspace EmpowerPlant.xcworkspace -scheme EmpowerPlant -configuration Release -derivedDataPath build -sdk iphoneos clean build 2>&1 | tee release-build.log | xcbeautify
zip -r EmpowerPlant_release.zip ./build/Build/Products/Release-iphoneos/EmpowerPlant.app
@echo "\nBuild completed. Create a new release in GitHub and upload ./EmpowerPlant_release.zip."

0 comments on commit 475f3dc

Please sign in to comment.