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