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

Release 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdee jdee released this 03 Sep 01:30
· 69 commits to master since this 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.