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

Commit b9eacb9

Browse files
authored
Add developer name
1 parent fc957ce commit b9eacb9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.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 devname "ProStore iOS" \
675676
--arg bundleIdentifier "com.prostoreios.prostore" \
676677
--arg version "$NEW_VERSION" \
677678
--arg url "$DOWNLOAD_URL" \
@@ -681,6 +682,7 @@ jobs:
681682
{
682683
"name": $appname,
683684
"version": $version,
685+
"developerName": $devname,
684686
"bundleIdentifier": $bundleIdentifier,
685687
"downloadURL": $url
686688
}

developer-repo.json

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

0 commit comments

Comments
 (0)