Releases: scenee/relax
Releases · scenee/relax
v0.6.3: Fix bugs
- Fix framework build
- Fix Team ID handling
v0.6.2: Support Xcode 10!
Release v0.6.2
v0.6.1: Enhance relax experiences(Fixed)
NOTE: v0.6.0 has a critical bug causing itself to hang. I removed v0.6.0 release.
Now Relax only supports a manual signing for the reproducible build.
New Features
- Add
relax dist
command - Add
provisioning_profile
checker to confirm whether it's invalid or not in a build machine. - Install "AppleWWDRCA" certificate automatically in a custom keychain on the creation and in use.
ChangeList
- [Major] Only
scheme
andprovisioning_profile
fields are required for a distribution in Relfile. - [Major]
relax init
is interactive now to set up a new Relfile.
Improvements
- Improve
relax archive
andrelax export
performace - Improve
relax profile ls
,relax profile find
performance incredibly(1/10 times).
v0.5.7: Fix bugs on Xcode 9.3
v0.5.6: Bugfix
- Improve Relfile capability
- Fix PRODUCT_BUNDLE_IDENTIFIER undefined error
- Support a Xcode project in which Development Team is 'None'
v0.5.5: Improve building a universal framework including a swift module
- Improve building a universal framework including a swift module
- Update certificates in repo
v0.5.4: Improve static lib build
v0.5.3 - bugfix
- Fix bugs for command completion.
v0.5.2 - Enhance keychain support
ChangeList
- Enhance 'keychain' support
- Add
-d
option inrelax validate
- Improve
relax init
- Improve console prints
- Fix minor bugs
v0.5.1 - Support Xcode 9!
ChangeList
- Rewrite ExportOptions.plist generator in Go.
- Support a new spec of ExportOptions.plist on Xcode 9.
- Add
xcode9
matrix in.travis.yaml
- Fix a build error when Relax builds a Pod project on Xcode 9.