8000 Releases Β· xtool-org/xtool Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xtool-org/xtool

v1.13.0

20 Jun 00:45
187fbfa
Compare
Choose a tag to compare

This release adds support for Xcode 26 Beta and Swift 6.2!

What's Changed

Full Changelog: 1.12.2...1.13.0

v1.12.2

25 May 14:00
6730ea3
Compare
Choose a tag to compare

What's Changed

Lots of bug fixes!

Full Changelog: 1.12.1...1.12.2

v1.12.1

23 May 19:38
8f31686
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.0...1.12.1

v1.12.0

23 May 19:20
3b17975
Compare
Choose a tag to compare

What's Changed

  • Add support for custom entitlements by @kabiroberai in #82
    • You can now add an entitlementsPath: to xtool.yml to sign with custom entitlements.

Full Changelog: 1.11.5...1.12.0

v1.11.5

23 May 13:46
b5d49a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.4...1.11.5

v1.11.4

22 May 17:27
cd3d72c
Compare
Choose a tag to compare

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
  • 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.
  • OpenAPI spec fixes by @kabiroberai in #76
    • Handle some missed enum cases

Full Changelog: 1.11.3...1.11.4

v1.11.3

21 May 13:26
fbbd836
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.2...1.11.3

v1.11.2

15 May 19:43
Compare
Choose a tag to compare
  • Fix AppImageUpdate zsync handling

v1.11.1

15 May 19:23
9ec9e67
Compare
Choose a tag to compare

What's Changed

  • Improve SDK handling by @kabiroberai in #40
    • Use swift sdk * commands instead of managing files directly, and add xtool sdk status
  • 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

14 May 08:13
Compare
Choose a tag to compare

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.
  • 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

Full Changelog: 1.10.1...1.11.0

0