Skip to content

Commit

Permalink
Merge branch 'project-restructure' of github.com:BranchMetrics/Cordov…
Browse files Browse the repository at this point in the history
…a-Ionic-PhoneGap-Deferred-Deep-Linking-SDK into project-restructure
  • Loading branch information
Renemari Padillo committed Jan 15, 2016
2 parents 941f632 + 9104db6 commit 855589c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ SOFTWARE.
<clobbers target="Branch" />
</js-module>

<!-- android -->
<platform name="android">
<config-file target="config.xml" parent="/*">
<feature name="BranchSDK">
Expand All @@ -52,4 +53,24 @@ SOFTWARE.
<lib-file src="src/android/dependencies/Branch-1.10.3.jar" />
</platform>

<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="BranchSDK">
<param name="ios-package" value="BranchSDK" />
</feature>
</config-file>
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
<array>
<dict>
<key>branch_key</key>
<string>key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv</string>
</dict>
</array>
</config-file>
<header-file src="src/ios/BranchSDK.h" />
<source-file src="src/ios/BranchSDK.m" />
<framework src="src/ios/dependencies/Branch.framework" custom="true" />
</platform>

</plugin>

0 comments on commit 855589c

Please sign in to comment.