Releases: xtool-org/xtool
Releases · xtool-org/xtool
v1.16.1
What's Changed
- Bump deployment to macOS 13, iOS 16 by @kabiroberai in #173
- Bump zsign to 1.7.0 by @kabiroberai in #180
- This should fix #14
Full Changelog: 1.16.0...1.16.1
v1.16.0
What's Changed
- Bump Swift version, dependencies by @kabiroberai in #166
- Release versions of xtool (starting with this release) are now built with Swift 6.2
- Handle static xcframeworks not being unpacked by @kabiroberai in #156
- Enable cross import overlays by @kabiroberai in #153
- Bump device versions to fix #25 by @acheong08 in #163
New Contributors
- @acheong08 made their first contribution in #163
Full Changelog: 1.15.0...1.16.0
v1.15.0
What's Changed
- Update ASC spec to v4.0.0 by @kabiroberai in #142
- Improve tmpdir management by @kabiroberai in #147
- This fixes some common issues with temporary directory management: see #23. xtool now determines where to create temporary directories by looking at (in order) env var
XTL_TMPDIR-> env varTMPDIR->NSTemporaryDirectory(). If you're receiving "no space left" errors because the default TMPDIR is on a ramdisk, try changing the location by settingXTL_TMPDIR.
- This fixes some common issues with temporary directory management: see #23. xtool now determines where to create temporary directories by looking at (in order) env var
Full Changelog: 1.14.0...1.15.0
v1.14.0
What's Changed
- Add support for App Extensions by @erikbdev in #97
- Support compiling xtool with Swift 6.2 by @kabiroberai in #114
- Update PublicStaging path by @kabiroberai in #132
- fix: harden
mobileprovision.cto avoid future crashes. by @amlel-el-mahrouss in #122 - fix: resolve ASC invalid bearer token by @erikbdev in #129
New Contributors
- @amlel-el-mahrouss made their first contribution in #122
- @erikbdev made their first contribution in #129
Full Changelog: 1.13.0...1.14.0
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-projectby @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.ymlto 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-simulatorbuilds for sim - On macOS:
xtool dev --simulatorbuilds and installs to sim
- On any platform:
- Support for logging OpenAPI responses by @kabiroberai in #75
- You can set
XTL_DEV_LOGto 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