mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 06:26:16 +01:00
Fix ipa format and add dsstore to gitignore
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: mkdir -p Payload
|
run: mkdir -p Payload
|
||||||
|
|
||||||
- name: Copy App to Payload
|
- name: Copy App to Payload
|
||||||
run: cp -R build/StosVPN.xcarchive/Products/Applications/StosVPN.app Payload/
|
run: cp -R build/StosVPN.xcarchive/Products/Applications/StosVPN.app Payload/StosVPN.app
|
||||||
|
|
||||||
- name: Find and Sign App Extension
|
- name: Find and Sign App Extension
|
||||||
run: |
|
run: |
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Create IPA
|
- name: Create IPA
|
||||||
run: |
|
run: |
|
||||||
cd Payload
|
cd Payload
|
||||||
zip -r ../StosVPN-fakesigned.ipa .
|
zip -r ../StosVPN-fakesigned.ipa Payload
|
||||||
cd .. # Go back to the root directory
|
cd .. # Go back to the root directory
|
||||||
|
|
||||||
- name: Upload IPA Artifact
|
- name: Upload IPA Artifact
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
*.ipa
|
*.ipa
|
||||||
/build
|
/build
|
||||||
|
|
||||||
|
**/.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user