Skip to content

Commit 115efa3

Browse files
committed
change ios 15.0 tvos 16.0
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
1 parent 5ddca39 commit 115efa3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ALTSTORE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ NEXT_PUBLIC_BASE_URL=https://icube-emu.com
6060

6161
## Requirements
6262

63-
- **iOS**: Minimum version 15.6
64-
- **tvOS**: Minimum version 16.6
63+
- **iOS**: Minimum version 15.0
64+
- **tvOS**: Minimum version 16.0
6565

6666
## Features
6767

IMPLEMENTATION_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Key information in the feed:
8989
- **Developer**: Provenance Emu
9090
- **Category**: games
9191
- **Tint Color**: #3B82F6 (blue)
92-
- **Min iOS**: 15.6
93-
- **Min tvOS**: 16.6
92+
- **Min iOS**: 15.0
93+
- **Min tvOS**: 16.0
9494

9595
## Usage
9696

@@ -110,11 +110,11 @@ Key information in the feed:
110110
```bash
111111
# Create version directory
112112
mkdir -p builds/1.0.1/iOS
113-
113+
114114
# Copy IPA and metadata
115115
cp iCube.ipa builds/1.0.1/iOS/
116116
cp DistributionSummary.plist builds/1.0.1/iOS/
117-
117+
118118
# Deploy
119119
npm run build
120120
```

src/lib/buildParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function parseBuilds(buildsDir: string, baseURL: string): BuildVersion[]
120120
localizedDescription: description,
121121
downloadURL,
122122
size: ipaStats.size,
123-
minOSVersion: platform === 'tvOS' ? '16.6' : '15.6',
123+
minOSVersion: platform === 'tvOS' ? '16.0' : '15.0',
124124
platform,
125125
isBeta,
126126
betaNumber,

0 commit comments

Comments
 (0)