Releases: creaworks-labs/fastlane-plugin-repack-ios
Releases · creaworks-labs/fastlane-plugin-repack-ios
First major version released!
v1.0.0 Version 1.0.0
Fixes compatibility with the latest version of fastlane
Changes:
- Fixes Gym object not being available in the current Fastlane version by
require 'gym'
- Fixes
output_name
never being set if an ipa path is supplied.
p- Removes zip dependency as it has been deprecated and the newest Fastlane version ships withrubyzip
by default.
Thanks to @Gustash
v0.2.0
First stable version.
Initial version
Initial version released!