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 #193 from stefandevo/patch-1
Browse files Browse the repository at this point in the history
[GoogleAnalytics] 3.03c support
  • Loading branch information
dalexsoto committed Feb 28, 2014
2 parents c3728b0 + 6b596a2 commit 382a3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GoogleAnalytics/binding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ MONOXBUILD=/Library/Frameworks/Mono.framework/Commands/xbuild

all: GoogleAnalytics.iOS.dll

GoogleAnalyticsServicesiOS_3.03.zip:
curl -O http://dl.google.com/googleanalyticsservices/GoogleAnalyticsServicesiOS_3.03.zip
GoogleAnalyticsServicesiOS_3.03c.zip:
curl -O http://dl.google.com/googleanalyticsservices/GoogleAnalyticsServicesiOS_3.03c.zip

libGoogleAnalyticsServices.a: GoogleAnalyticsServicesiOS_3.03.zip
unzip -p $< 'GoogleAnalyticsServicesiOS_3.03/libGoogleAnalyticsServices.a' > $@
libGoogleAnalyticsServices.a: GoogleAnalyticsServicesiOS_3.03c.zip
unzip -p $< 'GoogleAnalyticsServicesiOS_3.03c/libGoogleAnalyticsServices.a' > $@

GoogleAnalytics.iOS.dll: Makefile ApiDefinition.cs StructsAndEnums.cs libGoogleAnalyticsServices.a
$(MONOXBUILD) /p:Configuration=Release GoogleAnalytics.iOS.csproj
Expand Down

0 comments on commit 382a3e4

Please sign in to comment.