Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit eed952e

Browse files
authored
Add bundleIdentifyer
1 parent 8eeedfe commit eed952e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-unsigned-ipa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ jobs:
672672
jq -n \
673673
--arg name "ProStore Developer Repo" \
674674
--arg appname "ProStore Developer" \
675+
--arg bundleIdentifier "com.prostoreios.prostore" \
675676
--arg version "$NEW_VERSION" \
676677
--arg url "$DOWNLOAD_URL" \
677678
'{
@@ -680,6 +681,7 @@ jobs:
680681
{
681682
"name": $appname,
682683
"version": $version,
684+
"bundleIdentifier": $bundleIdentifier,
683685
"downloadURL": $url
684686
}
685687
]

developer-repo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{
55
"name": "ProStore Developer",
66
"version": "1.6.3d1",
7+
"bundleIdentifier": "com.prostoreios.prostore",
78
"downloadURL": "https://github.com/ProStore-iOS/ProStore/releases/download/developer/com.prostoreios.prostore-developer-unsigned-ios.ipa"
89
}
910
]

0 commit comments

Comments
 (0)