You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
|live_key|Branch live key|BRANCH_LIVE_KEY|Boolean||
100
-
|test_key|Branch test key|BRANCH_TEST_KEY|Boolean||
101
-
|domains|Comma-separated list of custom domain(s) or non-Branch domain(s)|BRANCH_DOMAINS|Boolean||
102
-
|app_link_subdomain|Branch app.link subdomain, e.g. myapp for myapp.app.link|BRANCH_APP_LINK_SUBDOMAIN|Boolean||
103
-
|uri_scheme|Custom URI scheme used in the Branch Dashboard for this app|BRANCH_URI_SCHEME|Boolean||
104
-
|setting|Use a custom build setting for the Branch key (default: Use Info.plist)|BRANCH_SETTING|Boolean||
105
-
|test_configurations|List of configurations that use the test key with a user-defined setting (default: Debug configurations)|BRANCH_TEST_CONFIGURATIONS|Boolean||
106
-
|xcodeproj|Path to an Xcode project to update|BRANCH_XCODEPROJ|Boolean||
107
-
|target|Name of a target to modify in the Xcode project|BRANCH_TARGET|Boolean||
108
-
|podfile|Path to the Podfile for the project|BRANCH_PODFILE|Boolean||
109
-
|cartfile|Path to the Cartfile for the project|BRANCH_CARTFILE|Boolean||
110
-
|carthage_command|Command to run when installing from Carthage|BRANCH_CARTHAGE_COMMAND|Boolean|update --platform ios|
111
-
|frameworks|Comma-separated list of system frameworks to add to the project|BRANCH_FRAMEWORKS|Boolean||
112
-
|pod_repo_update|Update the local podspec repo before installing|BRANCH_POD_REPO_UPDATE||true|
113
-
|validate|Validate Universal Link configuration|BRANCH_VALIDATE||true|
114
-
|force|Update project even if Universal Link validation fails|BRANCH_FORCE||false|
115
-
|add_sdk|Add the Branch framework to the project|BRANCH_ADD_SDK||true|
116
-
|patch_source|Add Branch SDK calls to the AppDelegate|BRANCH_PATCH_SOURCE||true|
117
-
|commit|Commit the results to Git if non-blank|BRANCH_COMMIT|Boolean||
118
-
|confirm|Confirm configuration before proceeding|BRANCH_CONFIRM||true|
99
+
|live_key|Branch live key|BRANCH_LIVE_KEY|String||
100
+
|test_key|Branch test key|BRANCH_TEST_KEY|String||
101
+
|domains|Comma-separated list of custom domain(s) or non-Branch domain(s)|BRANCH_DOMAINS|Array||
102
+
|app_link_subdomain|Branch app.link subdomain, e.g. myapp for myapp.app.link|BRANCH_APP_LINK_SUBDOMAIN|String||
103
+
|uri_scheme|Custom URI scheme used in the Branch Dashboard for this app|BRANCH_URI_SCHEME|String||
104
+
|setting|Use a custom build setting for the Branch key (default: Use Info.plist)|BRANCH_SETTING|String||
105
+
|test_configurations|List of configurations that use the test key with a user-defined setting (default: Debug configurations)|BRANCH_TEST_CONFIGURATIONS|Array||
106
+
|xcodeproj|Path to an Xcode project to update|BRANCH_XCODEPROJ|String||
107
+
|target|Name of a target to modify in the Xcode project|BRANCH_TARGET|String||
108
+
|podfile|Path to the Podfile for the project|BRANCH_PODFILE|String||
109
+
|cartfile|Path to the Cartfile for the project|BRANCH_CARTFILE|String||
110
+
|carthage_command|Command to run when installing from Carthage|BRANCH_CARTHAGE_COMMAND|String|update --platform ios|
111
+
|frameworks|Comma-separated list of system frameworks to add to the project|BRANCH_FRAMEWORKS|Array||
112
+
|pod_repo_update|Update the local podspec repo before installing|BRANCH_POD_REPO_UPDATE|Boolean|true|
113
+
|validate|Validate Universal Link configuration|BRANCH_VALIDATE|Boolean|true|
114
+
|force|Update project even if Universal Link validation fails|BRANCH_FORCE|Boolean|false|
115
+
|add_sdk|Add the Branch framework to the project|BRANCH_ADD_SDK|Boolean|true|
116
+
|patch_source|Add Branch SDK calls to the AppDelegate|BRANCH_PATCH_SOURCE|Boolean|true|
117
+
|commit|Commit the results to Git if non-blank|BRANCH_COMMIT|String||
118
+
|confirm|Confirm configuration before proceeding|BRANCH_CONFIRM|Boolean|true|
119
119
120
120
121
121
#### Examples
@@ -170,10 +170,10 @@ See https://github.com/BranchMetrics/branch_io_cli#validate-command for more inf
0 commit comments