This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments