Skip to content

Commit

Permalink
ipa name
Browse files Browse the repository at this point in the history
  • Loading branch information
m1zole committed Jan 4, 2024
1 parent 1b89a5c commit a10aa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: actions/[email protected]
with:
name: kfd
path: ${{ github.workspace }}/kfd.ipa
path: ${{ github.workspace }}/kfd16e.ipa
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: clean
xcodebuild clean build CODE_SIGNING_ALLOWED=NO ONLY_ACTIVE_ARCH=NO PRODUCT_BUNDLE_IDENTIFIER="$(BUNDLE)" -sdk iphoneos -scheme kfd -configuration Debug -derivedDataPath build
ln -sf build/Build/Products/Debug-iphoneos Payload
rm -rf Payload/kfd.app/Frameworks
zip -r9 kfd16e.tipa Payload/kfd.app
zip -r9 kfd16e.ipa Payload/kfd.app

clean:
rm -rf build Payload kfd16e.tipa

0 comments on commit a10aa9d

Please sign in to comment.