Skip to content

Releases: scenee/relax

v0.8.0: Improve Resign

08 Oct 16:54
Compare
Choose a tag to compare

Now The identity for resign is automatically selected from the specified provisioning profile.

v0.7.2: Support Xcode 11

13 Sep 16:04
Compare
Choose a tag to compare

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

27 Nov 07:57
Compare
Choose a tag to compare

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

27 Nov 06:49
Compare
Choose a tag to compare

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

14 Nov 09:01
Compare
Choose a tag to compare

Improve ExportOptions.plist generation.

v0.6.8: Fix bugs on Xcode 10

04 Oct 08:45
Compare
Choose a tag to compare

v0.6.7: Fix bug on export IPA

04 Sep 07:42
Compare
Choose a tag to compare

v0.6.6: Fix bugs on archive build

03 Jul 06:11
Compare
Choose a tag to compare
  • #83: go/relparser: Fix random build errors

v0.6.5: Fix bugs on IPA build

25 Jun 02:13
Compare
Choose a tag to compare

#82: CODE_SIGN_IDENTITY build setting could be wrong sometimes in relax archive

v0.6.4: Fix bugs on framework build

20 Jun 23:37
Compare
Choose a tag to compare
  • #81: util-build: Fix framework build