Skip to content

Releases: biocross/unlimit

Unlimit 0.0.9

12 Jan 10:20
Compare
Choose a tag to compare

Released on 2020-01-12. First 2020 Release! 馃帀

Added

  • Shows an error if no codesigning identities are found
  • Support for Apple Developer Accounts
  • Sample project to try unlimit

Fixed

  • Improved detection of Personal Team
  • Updated Dependencies

Unlimit 0.0.8

27 Oct 16:01
Compare
Choose a tag to compare

Released on 2019-10-28.

Fixed

Unlimit 0.0.7

26 Aug 13:41
Compare
Choose a tag to compare

Released on 2019-08-26.

Fixed

  • Fixed issues when running Unlimit without bundler
  • Fixed issues when detecting personal teams without email addresses

Unlimit 0.0.5

25 Aug 14:35
Compare
Choose a tag to compare

Released on 2019-08-25.

Added

  • Unlimit now has Sentry integrated for reporting errors and crashes in the gem.

Unlimit 0.0.4

24 Aug 07:38
Compare
Choose a tag to compare

Released on 2019-08-24.

Fixed

  • Unlimit adds a new binary unlimit-xcode to avoid a naming conflict with the system binary unlimit. Use this new command to run unlimit without bundler!

Unlimit 0.0.3

24 Aug 06:41
Compare
Choose a tag to compare

Released on 2019-08-24.

Added

  • Unlimit now supports custom scripts after finishing! Just create an .unlimit.yml file in your project root, put your scripts in the custom_scripts key, and run unlimit.
  • Added --configuration flag to set configuration file path manually (Default: .unlimit.yml)

Unlimit 0.0.2

15 Aug 14:56
Compare
Choose a tag to compare

Released on 2019-08-15.

Added

  • Unlimit can now autodetect your Personal Team ID, or an interactive selection when it's unsure
  • Automatically generates a unique App Group linked to your Bundle ID, and activates app groups if they are being used in the project.
  • Automatically disables Fabric build phase script to avoid the annoying New App ID added successfully emails. This can be disabled using the --keep_fabric flag.
  • Added --team_id flag to set signing team ID manually
  • Added --version flag to check unlimit version

Fixed

  • Only remove App Extensions if they exist
  • Don't disable SafariKeychain Capability because it doesn't affect signing

Unlimit 0.0.1

26 Jul 04:37
Compare
Choose a tag to compare

Initial Release 馃帀