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

Commit de75a32

Browse files
authored
Add iconURL to developer-repo
1 parent 48258ac commit de75a32

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
@@ -675,6 +675,7 @@ jobs:
675675
--arg devname "ProStore iOS" \
676676
--arg bundleIdentifier "com.prostoreios.prostore" \
677677
--arg description "The developer pre-release version of ProStore!" \
678+
--arg iconURL "https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" \
678679
--arg version "$NEW_VERSION" \
679680
--arg url "$DOWNLOAD_URL" \
680681
'{
@@ -685,6 +686,7 @@ jobs:
685686
"version": $version,
686687
"developerName": $devname,
687688
"localizedDescription": $description,
689+
"iconURL": $iconURL,
688690
"bundleIdentifier": $bundleIdentifier,
689691
"downloadURL": $url
690692
}

developer-repo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"version": "1.6.3d3",
77
"developerName": "ProStore iOS",
88
"localizedDescription": "The developer pre-release version of ProStore!",
9+
"iconURL": "https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png",
910
"bundleIdentifier": "com.prostoreios.prostore",
1011
"downloadURL": "https://github.com/ProStore-iOS/ProStore/releases/download/developer/com.prostoreios.prostore-developer-unsigned-ios.ipa"
1112
}

0 commit comments

Comments
 (0)