Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #189 from nberardi/patch-1
Browse files Browse the repository at this point in the history
[GoogleAnalytics] AdSupport no longer required
  • Loading branch information
dalexsoto committed Feb 28, 2014
2 parents 47a58b1 + 42e2278 commit c3728b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using MonoTouch.ObjCRuntime;

[assembly: LinkWith ("libGoogleAnalyticsServices.a", LinkTarget.ArmV7 | LinkTarget.ArmV7s | LinkTarget.Simulator, Frameworks = "CoreData SystemConfiguration AdSupport", SmartLink = true, ForceLoad = true, LinkerFlags = "-lz -lsqlite3.0 -ObjC -fobjc-arc")]
[assembly: LinkWith ("libGoogleAnalyticsServices.a", LinkTarget.ArmV7 | LinkTarget.ArmV7s | LinkTarget.Simulator, Frameworks = "CoreData SystemConfiguration", SmartLink = true, ForceLoad = true, LinkerFlags = "-lz -lsqlite3.0 -ObjC -fobjc-arc")]

0 comments on commit c3728b0

Please sign in to comment.