|
| 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" |
0 commit comments