Skip to content

Commit 579d563

Browse files
committed
Add LiveContainer+SideStore
1 parent 6174171 commit 579d563

8 files changed

Lines changed: 62 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Torrent client for iOS.
7474
### <a href="https://github.com/Predidit/Kazumi"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/Kazumi/icon.png" alt="Kazumi icon" width="24" align="top"> Kazumi</a>
7575
基于自定义规则的番剧采集APP,支持流媒体在线观看、弹幕与实时超分辨率。
7676

77+
### <a href="https://github.com/LiveContainer/LiveContainer"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/icon.png" alt="LiveContainer+SideStore icon" width="24" align="top"> LiveContainer+SideStore</a>
78+
An app launcher that runs iOS apps without actually installing them, with a built-in SideStore for refreshing your apps.
79+
7780
### <a href="https://github.com/kodjodevf/mangayomi"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/Mangayomi/icon.png" alt="Mangayomi icon" width="24" align="top"> Mangayomi</a>
7881
Read manga, novels, and watch anime.
7982

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# altgen config for the LiveContainer+SideStore AltStore source.
2+
# Run: uvx altgen -c config.toml
3+
4+
[github]
5+
repo = "LiveContainer/LiveContainer"
6+
7+
[source]
8+
name = "LiveContainer+SideStore"
9+
subtitle = "LiveContainer+SideStore AltStore source by AltGallery & altgen"
10+
description = "Auto-updated AltStore source for LiveContainer+SideStore"
11+
icon_url = "https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/icon.png"
12+
website = "https://github.com/LiveContainer/LiveContainer"
13+
tint_color = "#0784FC"
14+
15+
[app]
16+
name = "LiveContainer+SideStore"
17+
bundle_identifier = "com.kdt.livecontainer"
18+
developer_name = "LiveContainer Team"
19+
subtitle = "Run iOS apps without actually installing them!"
20+
description = "An app launcher that runs iOS apps without actually installing them. This build of LiveContainer comes with a built-in SideStore for refreshing your apps."
21+
icon_url = "https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/icon.png"
22+
screenshots = [
23+
"https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/images/apps.png",
24+
"https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/images/sources.png",
25+
"https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/images/settings.png",
26+
]
27+
tint_color = "#0784FC"
28+
min_os_version = "15.0"
29+
30+
[versions]
31+
include_prereleases = false
32+
# asset_pattern is a regex (not glob): every release ships both LiveContainer.ipa
33+
# and LiveContainer+SideStore.ipa, so narrow to the SideStore bundle.
34+
asset_pattern = "LiveContainer\\+SideStore\\.ipa$"
35+
36+
[news]
37+
title_template = "{name} {version} · {date}"
38+
# shared promo image rendered by templates/render_news.py
39+
image_url = "https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/images/news.png"
40+
41+
[output]
42+
path = "apps.json"
148 KB
Loading
313 KB
Loading
139 KB
Loading
194 KB
Loading
163 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# render_news.py config: .venv/bin/python templates/render_news.py --out apps/LiveContainer+SideStore
2+
# Colors left unset are auto-derived: tint from config.toml, background as
3+
# a light shade of the icon's dominant color.
4+
5+
name = "LiveContainer+SideStore"
6+
tagline = "Run iOS apps without actually installing them"
7+
8+
# Color notes — each key below controls one element of the image. All are
9+
# optional: unset keys are auto-derived. Shown values are the current result.
10+
[colors]
11+
# tint = "#0784FC" # NEW UPDATE badge + top-left glow (default: [app] tint_color)
12+
# tint_alt = "#0784FC" # bottom-right glow (default: [source] tint_color)
13+
# background = "#D6E0EA" # gradient base (derived from the icon's dominant color)
14+
# bg_mid = "#E4EAF2" # gradient mid stop (derived from background)
15+
# bg_dark = "#C2D0E0" # gradient end stop (derived from background)
16+
# text_color = "#111111" # app name (auto white/black)
17+
# tagline_color = "#51BD75" # tagline text (derived from background)

0 commit comments

Comments
 (0)