Skip to content

Releases: scenee/relax

v0.6.3: Fix bugs

13 Jun 01:28
Compare
Choose a tag to compare
  • Fix framework build
  • Fix Team ID handling

v0.6.2: Support Xcode 10!

05 Jun 03:10
Compare
Choose a tag to compare
Release v0.6.2

v0.6.1: Enhance relax experiences(Fixed)

19 May 14:37
Compare
Choose a tag to compare

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 and provisioning_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 and relax export performace
  • Improve relax profile ls, relax profile find performance incredibly(1/10 times).

v0.5.7: Fix bugs on Xcode 9.3

02 May 02:11
Compare
Choose a tag to compare
  • #72 Fix a critical bug in Relfile
  • #73 build: Fix static framework build
  • #74 Fix archived-expanded-entitlements.xcent error

v0.5.6: Bugfix

06 Mar 04:30
Compare
Choose a tag to compare
  • 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

23 Jan 06:49
Compare
Choose a tag to compare
  • Improve building a universal framework including a swift module
  • Update certificates in repo

v0.5.4: Improve static lib build

14 Nov 07:08
Compare
Choose a tag to compare
  • #64 export: Fix an exit on 'relparser/relfile.getBundleID'
  • #65 Improve static lib build

v0.5.3 - bugfix

25 Oct 07:40
Compare
Choose a tag to compare
  • Fix bugs for command completion.

v0.5.2 - Enhance keychain support

13 Oct 06:29
Compare
Choose a tag to compare

ChangeList

  • Enhance 'keychain' support
  • Add -d option in relax validate
  • Improve relax init
  • Improve console prints
  • Fix minor bugs

v0.5.1 - Support Xcode 9!

03 Oct 02:24
Compare
Choose a tag to compare

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.