Scenee Relax Versions Save

A tiny release tool to support multi distribution(IPA) on iOS development.

v0.8.0

4 years ago

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

v0.7.2

4 years ago

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

5 years ago

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

5 years ago

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 https://github.com/yaml/yaml/issues/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

5 years ago

Improve ExportOptions.plist generation.

v0.6.8

5 years ago

v0.6.7

5 years ago

v0.6.6

5 years ago
  • #83: go/relparser: Fix random build errors

v0.6.5

5 years ago

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

v0.6.4

5 years ago
  • #81: util-build: Fix framework build