Skip to content

Commit

Permalink
removed idfa frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
kju-digital-solutions committed Dec 21, 2016
1 parent 551bb09 commit 3ebb629
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<header-file src="ios/UniversalAnalyticsPlugin.h" />
<source-file src="ios/UniversalAnalyticsPlugin.m" />
<source-file src="ios/libGoogleAnalyticsServices.a" framework="true" />
<source-file src="ios/libAdIdAccess.a" framework="true" />
<header-file src="ios/GAIDictionaryBuilder.h" />
<header-file src="ios/GAIFields.h" />
<header-file src="ios/GAILogger.h" />
Expand All @@ -42,10 +41,9 @@
<header-file src="ios/GAIEcommerceProduct.h" />
<header-file src="ios/GAIEcommerceProductAction.h" />
<header-file src="ios/GAIEcommercePromotion.h" />

<framework src="SystemConfiguration.framework" />
<framework src="CoreData.framework" />
<framework src="AdSupport.framework" />
<framework src="libz.dylib" />
<framework src="libsqlite3.dylib" />
</platform>
Expand Down

0 comments on commit 3ebb629

Please sign in to comment.