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

Commit bdb1447

Browse files
authored
A fresh start for ProStore iOS
1 parent 6d96d95 commit bdb1447

File tree

3 files changed

+33
-219
lines changed

3 files changed

+33
-219
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
set -e
142142
ARCHIVE_PATH="$PWD/build/prostore.xcarchive"
143143
APP_PATH="$ARCHIVE_PATH/Products/Applications/prostore.app"
144-
OUTPUT_IPA="build/com.supergamer474.prostore-unsigned-ios.ipa"
144+
OUTPUT_IPA="build/com.prostoreios.prostore-unsigned-ios.ipa"
145145
echo "Device app path: $APP_PATH"
146146
if [ ! -d "$APP_PATH" ]; then
147147
echo "ERROR: App not found at expected path. Listing archive contents:"
@@ -198,7 +198,7 @@ jobs:
198198
fi
199199
200200
echo "Found simulator .app at: $FOUND_APP"
201-
SIM_IPA="build/com.supergamer474.prostore-unsigned-iossimulator.ipa"
201+
SIM_IPA="build/com.prostoreios.prostore-unsigned-iossimulator.ipa"
202202
mkdir -p build/Payload-sim
203203
rm -rf build/Payload-sim/* || true
204204
cp -R "$FOUND_APP" build/Payload-sim/
@@ -209,14 +209,14 @@ jobs:
209209
- name: Upload device unsigned IPA artifact (named as .ipa)
210210
uses: actions/upload-artifact@v4
211211
with:
212-
name: com.supergamer474.prostore-unsigned-ios.ipa
213-
path: build/com.supergamer474.prostore-unsigned-ios.ipa
212+
name: com.prostoreios.prostore-unsigned-ios.ipa
213+
path: build/com.prostoreios.prostore-unsigned-ios.ipa
214214

215215
- name: Upload simulator unsigned IPA artifact (named as .ipa) (ignore if not found)
216216
uses: actions/upload-artifact@v4
217217
with:
218-
name: com.supergamer474.prostore-unsigned-iossimulator.ipa
219-
path: build/com.supergamer474.prostore-unsigned-iossimulator.ipa
218+
name: com.prostoreios.prostore-unsigned-iossimulator.ipa
219+
path: build/com.prostoreios.prostore-unsigned-iossimulator.ipa
220220
if-no-files-found: ignore
221221

222222
- name: Extract version from project.yml
@@ -366,8 +366,8 @@ jobs:
366366
echo "Creating release $TAG with notes:"
367367
printf '%s\n' "$CHANGELOG"
368368
gh release create "$TAG" \
369-
build/com.supergamer474.prostore-unsigned-ios.ipa \
370-
build/com.supergamer474.prostore-unsigned-iossimulator.ipa \
369+
build/com.prostoreios.prostore-unsigned-ios.ipa \
370+
build/com.prostoreios.prostore-unsigned-iossimulator.ipa \
371371
--title "ProStore v$VERSION" \
372372
--notes "$CHANGELOG"
373373
shell: bash
@@ -379,8 +379,8 @@ jobs:
379379
run: |
380380
set -e
381381
VERSION="${{ steps.get_version.outputs.version }}"
382-
IPA_PATH="$PWD/build/com.supergamer474.prostore-unsigned-ios.ipa"
383-
DOWNLOAD_URL="https://github.com/SuperGamer474/ProStore/releases/download/v$VERSION/com.supergamer474.prostore-unsigned-ios.ipa"
382+
IPA_PATH="$PWD/build/com.prostoreios.prostore-unsigned-ios.ipa"
383+
DOWNLOAD_URL="https://github.com/ProStore-iOS/ProStore/releases/download/v$VERSION/com.prostoreios.prostore-unsigned-ios.ipa"
384384
REPO_FILE="app-repo.json"
385385
CHANGELOG="${{ steps.generate_changelog.outputs.CHANGELOG }}"
386386
@@ -396,27 +396,27 @@ jobs:
396396
MIN_OS="15.0"
397397
FULL_DATE=$(date +%Y%m%d%H%M%S)
398398
399-
ICON_URL="https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png"
400-
BUNDLE="com.supergamer474.prostore"
399+
ICON_URL="https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png"
400+
BUNDLE="com.prostoreios.prostore"
401401
META_DESC="The BEST alternative app store for iOS!"
402-
DEVNAME="SuperGamer474"
402+
DEVNAME="ProStore iOS"
403403
SCREENSHOTS='[
404-
"https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/gallery/Screenshot1.png",
405-
"https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/gallery/Screenshot2.png",
406-
"https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/gallery/Screenshot3.png",
407-
"https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/gallery/Screenshot4.png",
408-
"https://raw.githubusercontent.com/SuperGamer474/ProStore/refs/heads/main/gallery/Screenshot5.png"
404+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot1.png",
405+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot2.png",
406+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot3.png",
407+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot4.png",
408+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot5.png"
409409
]'
410410
411411
# Ensure base repo JSON exists
412412
if [ ! -f "$REPO_FILE" ]; then
413413
echo '{
414414
"name": "Official ProStore Repo",
415-
"identifier": "com.supergamer474.prostore.repo",
416-
"sourceURL": "https://github.com/SuperGamer474/ProStore",
415+
"identifier": "com.prostoreios.prostore.repo",
416+
"sourceURL": "https://github.com/ProStore-iOS/ProStore",
417417
"iconURL": "'"$ICON_URL"'",
418-
"website": "https://supergamer474.github.io/ProStore",
419-
"ipawebsite": "https://github.com/SuperGamer474/ProStore/releases",
418+
"website": "https://ProStore-iOS.github.io/ProStore",
419+
"ipawebsite": "https://github.com/ProStore-iOS/ProStore/releases",
420420
"subtitle": "The BEST alternative app store for iOS!",
421421
"META": {
422422
"repoName": "Official ProStore Repo",

0 commit comments

Comments
 (0)