Skip to content

Commit

Permalink
fix: added iOS framework dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 8, 2016
1 parent 5c16874 commit 9a8a034
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ SOFTWARE.
</dict>
</array>
</config-file>
<framework src="SafariServices.framework"/>
<framework src="AdSupport.framework"/>
<framework src="CoreTelephony.framework"/>
<framework src="CoreSpotlight.framework"/>
<framework src="MobileCoreServices.framework"/>
<header-file src="src/ios/BranchNPM.h" />
<header-file src="src/ios/BranchSDK.h" />
<source-file src="src/ios/BranchSDK.m" />
Expand Down
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ SOFTWARE.
</dict>
</array>
</config-file>
<framework src="SafariServices.framework"/>
<framework src="AdSupport.framework"/>
<framework src="CoreTelephony.framework"/>
<framework src="CoreSpotlight.framework"/>
<framework src="MobileCoreServices.framework"/>
<header-file src="src/ios/BranchNPM.h" />
<header-file src="src/ios/BranchSDK.h" />
<source-file src="src/ios/BranchSDK.m" />
Expand Down

0 comments on commit 9a8a034

Please sign in to comment.