Skip to content

Commit

Permalink
[FIX] Branch key cannot be added thru config.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
renesansz committed Jan 21, 2016
1 parent ca1d191 commit b454c7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.DS_Store
src/android/lextab.py
src/android/parsetab.py
src/android/parser.out
testbed/platforms
testbed/plugins
testbed/hooks
17 changes: 1 addition & 16 deletions testbed/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,11 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<feature name="Branch">
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="io.branch.sdk.BranchKey" android:value="key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv" />
</config-file>
</platform>
<platform name="ios">
<config-file target="*-Info.plist" parent="branch_key">
<dict>
<key>live</key>
<string>key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv</string>
</dict>
</config-file>
</platform>
</feature>
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>
</widget>

0 comments on commit b454c7c

Please sign in to comment.