Git Product home page Git Product logo

repoforaltstore-scarlet's Introduction

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.

repoforaltstore-scarlet's People

Contributors

azu0609 avatar gameboy200 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.