Skip to content

Commit

Permalink
fix: added iAd framework for Apple Search Ads
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 1, 2017
1 parent 2d334b5 commit 056ad4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ SOFTWARE.
</feature>
</config-file>

<framework src="SafariServices.framework"/>
<framework src="AdSupport.framework"/>
<framework src="CoreTelephony.framework"/>
<framework src="CoreSpotlight.framework"/>
<framework src="MobileCoreServices.framework"/>
<framework src="iAd.framework" />
<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" />
Expand Down
11 changes: 6 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ SOFTWARE.
</feature>
</config-file>

<framework src="SafariServices.framework"/>
<framework src="AdSupport.framework"/>
<framework src="CoreTelephony.framework"/>
<framework src="CoreSpotlight.framework"/>
<framework src="MobileCoreServices.framework"/>
<framework src="iAd.framework" />
<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" />
Expand Down

0 comments on commit 056ad4c

Please sign in to comment.