Releases: biocross/unlimit
Releases · biocross/unlimit
Unlimit 0.0.9
Unlimit 0.0.8
Unlimit 0.0.7
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
Released on 2019-08-25.
Added
- Unlimit now has Sentry integrated for reporting errors and crashes in the gem.
Unlimit 0.0.4
Released on 2019-08-24.
Fixed
- Unlimit adds a new binary
unlimit-xcode
to avoid a naming conflict with the system binaryunlimit
. Use this new command to run unlimit without bundler!
Unlimit 0.0.3
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 thecustom_scripts
key, and run unlimit. - Added
--configuration
flag to set configuration file path manually (Default:.unlimit.yml
)
Unlimit 0.0.2
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
Initial Release 🎉