8000 feature request: xtool dev build --ipa · Issue #18 · xtool-org/xtool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feature request: xtool dev build --ipa #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sevenc-nanashi opened this issue May 11, 2025 · 1 comment · Fixed by #24
Closed

feature request: xtool dev build --ipa #18

sevenc-nanashi opened this issue May 11, 2025 · 1 comment · Fixed by #24

Comments

@sevenc-nanashi
Copy link
Contributor
sevenc-nanashi commented May 11, 2025

I'm using AltStore for sideloading existing ipas.
It would be great if there's a option to build .ipa using .app.


For anyone who found issue to build ipa, here's a simple script to build ipa:

#!/usr/bin/env bash
set -eux

APP_NAME=your_app_name_here

xtool dev build
mkdir -p xtool/ipa_temp/Payload
cp -r xtool/$APP_NAME.app xtool/ipa_temp/Payload
(cd xtool/ipa_temp && zip -r ../$APP_NAME.ipa Payload)
cp ./xtool/$APP_NAME.ipa /mnt/z
@sevenc-nanashi sevenc-nanashi changed the title feature: request xtool dev build --ipa feature request: xtool dev build --ipa May 11, 2025
@kabiroberai
Copy link
Member

Implemented in 1.11.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0