Giter Site home page Giter Site logo

iOS ipa support? about tbcml HOT 11 OPEN

cintagram avatar cintagram commented on June 10, 2024
iOS ipa support?

from tbcml.

Comments (11)

fieryhenry avatar fieryhenry commented on June 10, 2024 1

thanks

from tbcml.

fieryhenry avatar fieryhenry commented on June 10, 2024

yeah, I just dont have any apple devices and so i haven't bothered to support it. I'll need to research how ipa works

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

i modded bc ios ipa several times, i will write the code when im free
so you can ask... :)

from tbcml.

fieryhenry avatar fieryhenry commented on June 10, 2024

i've started some ipa stuff here: https://github.com/fieryhenry/tbcml/tree/ipa, i don't know if it works and signing the ipa file still needs to be done. Scripting and a few other small things also need implementing but those things aren't really a priority atm.

here's a basic script:

import tbcml

ipa_path = tbcml.Path("/home/fieryhenry/Downloads/The-Battle-Cats.ipa")

loader = tbcml.IpaModLoader("en", "13.1.1")
loader.initialize(ipa_path)

mod = tbcml.Mod()

cat = tbcml.Cat(cat_id=0)
form = tbcml.CatForm(tbcml.CatFormType.FIRST, name="cool name!")
cat.set_form(form)

mod.add_modification(cat)

ipa = loader.get_ipa()
ipa.set_package_name("jp.co.ponos.battlecatsen.hii")
ipa.set_app_name("The Battle Cats Ipa test")

loader.apply(mod, open_path=True)

i might merge the IpaModLoader class with the normal ModLoader class when everything's done

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

you dont have to sign ipa beforehand, it is signed with certificate(user-own or enterprise, etc) when user installs the ipa.
Anyway I will contribute that branch too.

  • If you need ipa files, ask me.
    I have all country versions for ipa files :3

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

here is latest ipa files for jp 13.2.0, kr 13.1.1, en 13.1.1.

https://1drv.ms/u/s!Agp_r-p679-flyXHEx3gB6JJ43I9

from tbcml.

randomkidpooping avatar randomkidpooping commented on June 10, 2024

here is latest ipa files for jp 13.2.0, kr 13.1.1, en 13.1.1.

https://1drv.ms/u/s!Agp_r-p679-flyXHEx3gB6JJ43I9

how do I use it

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

here is latest ipa files for jp 13.2.0, kr 13.1.1, en 13.1.1.
https://1drv.ms/u/s!Agp_r-p679-flyXHEx3gB6JJ43I9

how do I use it

what is your purpose?

from tbcml.

SDLSikosiao avatar SDLSikosiao commented on June 10, 2024

here is latest ipa files for jp 13.2.0, kr 13.1.1, en 13.1.1.

https://1drv.ms/u/s!Agp_r-p679-flyXHEx3gB6JJ43I9

how do I use it

what is your purpose?

Apart from that, what other application can I use to install more ipas?

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

Apart from that, what other application can I use to install more ipas?

use altstore or sidestore

from tbcml.

cintagram avatar cintagram commented on June 10, 2024

oh ponos released 13.3.0jp.
i will upload jp13.3.0, other13.2.0 ipas today

from tbcml.

Related Issues (7)

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.