Skip to content

Gameboy200/Repoforaltstore-scarlet

 
 

Repository files navigation

gameboy200's repo (forked from azu0609's repo)

Personalized repo for anyone. hosted in github pages. feel free to send PR!


Warning This repository uses self-made update script, which is unstable and may cause issue like can't load repository. Most issues are resolved in ~24h

Included IPA:

String Description
A Altstore
S Scarlet
Type Application Bundle Base Version Author Working? Availability
Tweaked app uYou com.google.ios.youtube 18.14.1 3.0 MIRO92 Semi(A/S) A/S
Tweaked app uYou+ com.google.ios.youtube 18.14.1-3.0 3.0 qnblackcat Yes(any) A/S
Tweaked app Enmity com.hammerandchisel.discord 158.0 v2.2.6-b2 enmity-mod Yes(any) A/S
Tweaked app Rosiecord (Plumpy - GGSans) com.hammerandchisel.discord v2.1.4 190 acquitelol Semi(S) S
Sideloaded Anime Now! com.errorerrorerror.animenow any 3.0 errorerrorerror Yes(any) A/S
MacDirtycow Cowabunga com.leemin.Cowabunga any 10.3.2 leminlimez Yes(any) A/S
MacDirtycow KillMyOTA org.haxi0.KillMyOTA any 1.1 haxi0 Yes(any) A/S
MacDirtyCow ControlConfig com.f1shy-dev.ControlConfig any 0.1.0-alpha BomberFish Yes(any) A/S
MacDirtycow SantanderEscaped org.haxi0.santanderescaped any 0.4 SerenaKit / haxi0 Yes(any) A/S
MacDirtyCow AppCommander ca.bomberfish.AppCommander any 1.0.0 BomberFish Yes(any) A/S
MacDirtyCow Whitelist ca.bomberfish.Whitelist any 1.1.0 BomberFish Yes(any) A/S

Add apps to repo

  1. Add json data to apps like:
    Scarlet:

    {
        "name": "Name of application",
        "version": "0.1",
        "down": "link_to_file",
        "dev": "Cool developer name",
        "icon": "link_to_app_icon",
        "category": "category",
        "description": "Description of application",
        "bundleID": "app.bundle.id",
        "screenshots" [
            "link_to_screenshot1",
            "link_to_screenshot2",
            "link_to_screenshot3"
        ],
        "contact": {
            "web": "developer_website",
            "twitter": "https://twitter.com/developer"
        }
    }
    

    For more value in scarlet json manifest, see Scarlet official repo.

    Altstore:

    {
        "name": "Name of app",
        "bundleIdentifier": "app.bundle.id",
        "developerName": "Cool developer name",
        "subtitle": "Subtitle (Shows on below of title, 0~15 recommend)",
        "version": "0.2",
        "versionDate": "date-of-release",
        "versionDescription": "Description of version (like what's changed, this part replaced with release body)",
        "downloadURL": "link_to_file",
        "versions": [
            {
                "version": "0.2",
                "date": "yyyy-mm-dd",
                "localizedDescription": "Description of version (like what's changed, this part replaced with release body)",
                "downloadURL": "link_to_file_of_this_release",
                "size": 1
            },
            {
                "version": "0.1",
                "date": "yyyy-mm-dd",
                "localizedDescription": "Description of version (like what's changed, this part replaced with release body)",
                "downloadURL": "link_to_file_of_this_release",
                "size": 1
            }
        ],
        "localizedDescription": "Long description of this app. Show off how cool is!",
        "iconURL": "link_to_app_icon",
        "size": 1,
        "beta": false
    }
    
    1. Add release source link to fetch.py's self.release_source in project root directory like (this step deprecated in soon):
    self.release_source = ["https://api.github.com/repos/app_repository_owner1/repositry_name1/releases",
                            "https://api.github.com/repos/app_repository_owner2/repositry_name2/releases",
                            "https://api.github.com/repos/app_repository_owner3/repositry_name3/releases"]
    

    For more infomation about altstore json manifest, see Make a Source (Altstore FAQ).

  2. Check if working correctly by running script:
    python3 fetch.py --production
    Script should show current version, latest version and current json index then try to update if working correctly.

About

IPA repo for scarlet and altstore with easy to add update script!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • HTML 20.4%