Releases: xtool-org/xtool
Releases Β· xtool-org/xtool
v1.13.0
This release adds support for Xcode 26 Beta and Swift 6.2!
What's Changed
- Fix βLogging inβ stage progress indicator by @kabiroberai in #99
- Validate path to Xcode.app/xip by @kabiroberai in #100
- Linux: increase http connect timeout by @kabiroberai in #111
- Support unxipping Xcode betas by @kabiroberai in #115
Full Changelog: 1.12.2...1.13.0
v1.12.2
What's Changed
Lots of bug fixes!
- Support entitlements when using
xtool dev generate-xcode-project
by @kabiroberai in #88 - Fix duplicate App ID registration by @kabiroberai in #90
- DeveloperServices: support paginated requests by @kabiroberai in #89
- FetchDeviceOperation: account for pagination by @kabiroberai in #91
- Make all response enums extensible by @kabiroberai in #92
Full Changelog: 1.12.1...1.12.2
v1.12.1
What's Changed
- Don't add Apple Silicon Macs to iOS profiles by @kabiroberai in #84
Full Changelog: 1.12.0...1.12.1
v1.12.0
What's Changed
- Add support for custom entitlements by @kabiroberai in #82
- You can now add an
entitlementsPath:
toxtool.yml
to sign with custom entitlements.
- You can now add an
Full Changelog: 1.11.5...1.12.0
v1.11.5
What's Changed
- Improve OpenAPI error handling by @kabiroberai in #78
Full Changelog: 1.11.4...1.11.5
v1.11.4
What's Changed
- Support building for iOS simulator by @kabiroberai in #74
- On any platform:
xtool dev build --triple arm64-apple-ios-simulator
builds for sim - On macOS:
xtool dev --simulator
builds and installs to sim
- On any platform:
- Support for logging OpenAPI responses by @kabiroberai in #75
- You can set
XTL_DEV_LOG
to a regex to log responses for matching provisioning operations.
- You can set
- OpenAPI spec fixes by @kabiroberai in #76
- Handle some missed enum cases
Full Changelog: 1.11.3...1.11.4
v1.11.3
v1.11.2
- Fix AppImageUpdate zsync handling
v1.11.1
What's Changed
- Improve SDK handling by @kabiroberai in #40
- Use
swift sdk *
commands instead of managing files directly, and addxtool sdk status
- Use
- Add update info to AppImage by @kabiroberai in #42
- This allows the AppImage to be updated with tools like AppImageUpdate.
Full Changelog: 1.11.0...1.11.1
v1.11.0
What's Changed
- Package xtool as a .app on macOS by @kabiroberai in #12
- Once you set up the .app, you may need to
xtool auth
again since credentials are now stored in the keychain - Also
rm -rf ~/.config/xtool
to clean up old auth data.
- Once you set up the .app, you may need to
- Add warning about downloading Xcode.xip by @sevenc-nanashi in #17
- Improve handling of paid developer accounts by @kabiroberai in #20
- Add
xtool dev build --ipa
by @kabiroberai in #24 - Fix ADI permission issues by @kabiroberai in #33
New Contributors
- @sevenc-nanashi made their first contribution in #17
Full Changelog: 1.10.1...1.11.0