Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Releases: BranchMetrics/fastlane-plugin-branch

Release 0.7.3

22 Nov 23:08
e9bfa73
Compare
Choose a tag to compare
Release 0.7.3 Pre-release
Pre-release

Fixed description field for branch_report action.

Regenerated the README for branch_io_cli 0.12.2.

Added unit tests.

Release 0.7.2

20 Nov 17:30
Compare
Choose a tag to compare
Release 0.7.2 Pre-release
Pre-release

Fixed errors from previous release.

Release 0.7.1

20 Nov 17:24
Compare
Choose a tag to compare
Release 0.7.1 Pre-release
Pre-release

Fixed some errors from the last release.

Release 0.7.0

19 Nov 01:20
3a4b03c
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

Added branch_report action, which wraps the branch_io report command.

Rebuilt the plugin using the self-describing commands in version 0.12.0 of branch_io_cli. In the future, if options are added, removed or changed or documentation is updated in the branch_io_cli gem, they will be transparently available to this plugin without updating the plugin.

Release 0.6.0

01 Nov 23:56
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

This release replaces the implementation of the plugin by wrapping the new branch_io_cli gem.

Release 0.5.1

07 Oct 17:44
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release

Fixed two bugs with patching Podfiles and source code. (#34, #35)

Release 0.5.0

20 Sep 17:50
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release

Work around a limitation of REXML, which always generates XML using single quotes. By default, the setup_branch action will generate XML now with double quotes, using the patch action to modify the generated XML. This can be disabled with a new option: double_quotes: false.

Single quotes in Android manifests cause trouble in some cases, e.g. when working with react-native link.

Release 0.4.1

03 Sep 23:07
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release
  • Add Branch.framework to the carthage copy-frameworks build phase when updating Carthage.
  • By default, use the Branch test instance for debug builds.

Release 0.4.0

03 Sep 01:30
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

iOS:

The setup_branch action will now automatically add Branch to either a Podfile or a Cartfile if found and install the new dependency using pod install or carthage update. To disable this feature, use add_sdk: false.

This action also now automatically patches the AppDelegate (Swift or Obj-C) to import the Branch SDK and add the initSession call in application:didFinishLaunchingWithOptions:. If the application:continueUserActivity:restorationHandler: method is not present, it will be added. Disable this feature using patch_source: false.

Release 0.3.0

01 Sep 22:18
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Added an optional :frameworks parameter to add a list of system frameworks to iOS projects.