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

Commit

Permalink
Fix FlurryAppCircleSample dependency on FlurryAnalytics to use compil…
Browse files Browse the repository at this point in the history
…ed version.
  • Loading branch information
marek-safar committed Sep 30, 2014
1 parent 70c71bb commit 4e8a58d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProductVersion>10.0.0</ProductVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{39B3D196-BC6B-459D-9C2D-57DB6FA038CF}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down Expand Up @@ -46,7 +46,8 @@
<MtouchDebug>true</MtouchDebug>
<MtouchProfiling>true</MtouchProfiling>
<MtouchExtraArgs>-v -v -v -v -v</MtouchExtraArgs>
<MtouchI18n />
<MtouchI18n>
</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -67,7 +68,7 @@
</Reference>
<Reference Include="MonoTouch.Dialog-1" />
<Reference Include="FlurryAnalytics">
<HintPath>..\FlurryAnalytics.dll</HintPath>
<HintPath>..\..\..\..\FlurryAnalytics\binding\FlurryAnalytics.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -84,6 +85,7 @@
<Compile Include="ViewControllers\FlurryCatalogViewController.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<ItemGroup>
<Folder Include="ViewControllers\" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using AppCircle = FlurryAppCircle.FlurryAppCircle;
using Analytics = FlurryAnalytics.FlurryAnalytics;
using Analytics = FlurryAnalytics.Flurry;

namespace FlurryAppCircleSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using MonoTouch.UIKit;

using AppCircle = FlurryAppCircle.FlurryAppCircle;
using Analytics = FlurryAnalytics.FlurryAnalytics;
using Analytics = FlurryAnalytics.Flurry;

namespace FlurryAppCircleSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using MonoTouch.Dialog;

using AppCircle = FlurryAppCircle.FlurryAppCircle;
using Analytics = FlurryAnalytics.FlurryAnalytics;
using Analytics = FlurryAnalytics.Flurry;

namespace FlurryAppCircleSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using MonoTouch.Dialog;

using AppCircle = FlurryAppCircle.FlurryAppCircle;
using Analytics = FlurryAnalytics.FlurryAnalytics;
using Analytics = FlurryAnalytics.Flurry;

namespace FlurryAppCircleSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System;
using MonoTouch.Dialog;
using AppCircle = FlurryAppCircle.FlurryAppCircle;
using Analytics = FlurryAnalytics.FlurryAnalytics;
using Analytics = FlurryAnalytics.Flurry;
using MonoTouch.UIKit;
using MonoTouch.Foundation;

Expand Down

0 comments on commit 4e8a58d

Please sign in to comment.