Skip to content

Commit

Permalink
fix: iOS hooks depend on config.xml instead of plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 15, 2016
1 parent d7bbc34 commit 6c77438
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ SOFTWARE.
<param name="ios-package" value="BranchSDK" />
</feature>
</config-file>
<config-file target="*-Info.plist" parent="branch_key">
<string>$BRANCH_KEY</string>
</config-file>
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
<array>
<dict>
<key>CFBundleURLName</key>
<string>io.branch.sdk</string>
<key>CFBundleURLSchemes</key>
<array>
<string>$URI_SCHEME</string>
</array>
</dict>
</array>
</config-file>

<framework src="SafariServices.framework"/>
<framework src="AdSupport.framework"/>
Expand Down

0 comments on commit 6c77438

Please sign in to comment.