Releases: scenee/relax
Releases · scenee/relax
v0.8.0: Improve Resign
v0.7.2: Support Xcode 11
Improvement
- Support Xcode 11 (Drop Xcode 8 and earlier support)
- Support Github actions(Farewell to Travis CI)
- Improve
keychain add
prints - Update relax help
Bugfixes
- Fix
relax show
- Fix keychain access groups in entitlements resigned.
v0.7.1: Fix a performance issue
Since v0.6.8, relax had been slow to search a provisioning profile on a machine. This version fixes the performance issue.
v0.7.0
New Feature
Relfile already supported YAML alias, but now it also supports the array merge syntax, - <: *alias
.
(The syntax is not YAML official but suggested at yaml/yaml#35)
So now you don't need to set duplicate parameters for each distribution
app: &app
scheme: MyApp
team_id: XXXXXXXXX
provisioning_profile: "My Provisioning Profile"
...
sdl_protocol_strings: &sdl_protos
- com.ford.sync.prot0
- com.smartdevicelink.multisession
- com.smartdevicelink.prot0
...
- com.smartdevicelink.prot29
distributions:
prod:
<<: *app
info_plist:
UISupportedExternalAccessoryProtocols:
- <: *sdl_protos
- com.scenee.app
v0.6.9
v0.6.8: Fix bugs on Xcode 10
Release v0.6.8
v0.6.7: Fix bug on export IPA
Release v0.6.7
v0.6.6: Fix bugs on archive build
- #83: go/relparser: Fix random build errors
v0.6.5: Fix bugs on IPA build
#82: CODE_SIGN_IDENTITY
build setting could be wrong sometimes in relax archive
v0.6.4: Fix bugs on framework build
- #81: util-build: Fix framework build