Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 001730e

Browse files
committed
Replaced IDE-configured Insights with manually configured Insights in iOS project.
1 parent 7bb54aa commit 001730e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/MobileApp/XamarinCRM.iOS/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ public class Application
88
// This is the main entry point of the application.
99
static void Main (string[] args)
1010
{
11-
Xamarin.Insights.Initialize (XamarinInsights.ApiKey);
1211
//#if DEBUG
1312
//Insights.Initialize(Insights.DebugModeKey);
1413
//#else
14+
Insights.Initialize("2b82ddc37582e6c1bece7e5901e8bae3bf7bfb26");
1515
//#endif
1616
// if you want to use a different Application Delegate class from "AppDelegate"
1717
// you can specify it here.

src/MobileApp/XamarinCRM.iOS/XamarinCRM.iOS.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,18 +292,18 @@
292292
<Reference Include="Lotz.Xam.Messaging">
293293
<HintPath>..\packages\Xam.Plugins.Messaging.2.2.1\lib\Xamarin.iOS10\Lotz.Xam.Messaging.dll</HintPath>
294294
</Reference>
295-
<Reference Include="Xamarin.Insights">
296-
<HintPath>..\packages\Xamarin.Insights.1.11.2\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
297-
</Reference>
298-
<Reference Include="PLCrashReporterUnifiedBinding">
299-
<HintPath>..\packages\Xamarin.Insights.1.11.2\lib\Xamarin.iOS10\PLCrashReporterUnifiedBinding.dll</HintPath>
300-
</Reference>
301295
<Reference Include="ImageCircle.Forms.Plugin.iOS">
302296
<HintPath>..\packages\Xam.Plugins.Forms.ImageCircle.1.1.6\lib\Xamarin.iOS10\ImageCircle.Forms.Plugin.iOS.dll</HintPath>
303297
</Reference>
304298
<Reference Include="ImageCircle.Forms.Plugin.Abstractions">
305299
<HintPath>..\packages\Xam.Plugins.Forms.ImageCircle.1.1.6\lib\Xamarin.iOS10\ImageCircle.Forms.Plugin.Abstractions.dll</HintPath>
306300
</Reference>
301+
<Reference Include="Xamarin.Insights">
302+
<HintPath>..\packages\Xamarin.Insights.1.11.2\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
303+
</Reference>
304+
<Reference Include="PLCrashReporterUnifiedBinding">
305+
<HintPath>..\packages\Xamarin.Insights.1.11.2\lib\Xamarin.iOS10\PLCrashReporterUnifiedBinding.dll</HintPath>
306+
</Reference>
307307
</ItemGroup>
308308
<ItemGroup>
309309
<None Include="app.config" />

0 commit comments

Comments
 (0)