Releases: sparkfabrik/ios-build-action
Releases · sparkfabrik/ios-build-action
v2.3.2
v2.3.1
What's Changed
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.0
Remove the now deprecated bitcode
parameter.
What's Changed
- fix: remove including bitcode by @misaert in #19
- Bump @actions/core from 1.8.2 to 1.9.1 by @dependabot in #16
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
[2.1.0] - 2023-01-30
Added
fastlane-env
(optional) input: Name of the env file name to pass to fastlane --envios-app-id
(optional) input: The iOS application identifier; useful to sync a specific provisioning profile
v2.0.0
Redesign of the Fastlane build and certificate handling.
Breaking
This version uses Match so you cannot use base64 version of the certificates, instead you need to have a GitHub repo that match will use to store the certificates and an Apple app key. Follow the README to see the new parameters list.
v1.2.0
Changes
- Update runtime to
node16
- Added option
update-targets
for choosing the targets to build
v1.1.0
Breaking: change Action name.