Released on 2020-01-12. First 2020 Release! 🎉
- Shows an error if no codesigning identities are found
- Support for Apple Developer Accounts
- Sample project to try unlimit
- Improved detection of Personal Team
- Updated Dependencies
Released on 2019-10-28.
- Improved README
- Integrate https://curl.press
Released on 2019-08-26.
- Fixed issues when running Unlimit without bundler
- Fixed issues when detecting personal teams without email addresses
Released on 2019-08-26.
- Fixes a crash when running Unlimit without bundler.
Released on 2019-08-25.
- Unlimit now has Sentry integrated for error reporting in the gem.
Released on 2019-08-24.
- 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!
Released on 2019-08-24.
- 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
)
Released on 2019-08-15.
- 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
- Only remove App Extensions if they exist
- Don't disable
SafariKeychain
Capability because it doesn't affect signing
Released on 2019-07-26.
- Initial release 🎉