This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/MobileApp/XamarinCRM.iOS Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments