Skip to content

Commit

Permalink
GoogleAnalytics needs googles native library
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Norton committed Dec 6, 2009
1 parent 7bcff84 commit 92330be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GoogleAnalytics/GoogleAnalytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<PlatformTarget>x86</PlatformTarget>
<MtouchLink>None</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<MtouchExtraArgs>-gcc_flags "-L${ProjectDir} -lGoogleAnalytics -lsqlite3.0 -framework CFNetwork -ObjC"</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -35,6 +36,7 @@
<PlatformTarget>x86</PlatformTarget>
<MtouchLink>None</MtouchLink>
<MtouchDebug>False</MtouchDebug>
<MtouchExtraArgs>-gcc_flags "-L${ProjectDir} -lGoogleAnalytics -lsqlite3.0 -framework CFNetwork -ObjC"</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -47,6 +49,7 @@
<PlatformTarget>x86</PlatformTarget>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<MtouchExtraArgs>-gcc_flags "-L${ProjectDir} -lGoogleAnalytics -lsqlite3.0 -framework CFNetwork -ObjC"</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -57,6 +60,7 @@
<PlatformTarget>x86</PlatformTarget>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>False</MtouchDebug>
<MtouchExtraArgs>-gcc_flags "-L${ProjectDir} -lGoogleAnalytics -lsqlite3.0 -framework CFNetwork -ObjC"</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
Binary file added GoogleAnalytics/libGoogleAnalytics.a
Binary file not shown.

0 comments on commit 92330be

Please sign in to comment.