6 changes: 3 additions & 3 deletions Notifications/Touch/NotificationsAppDelegate.cs
@@ -1,5 +1,5 @@
/*
* Copyright 2014 Tomasz Cielcki (@Cheesebaron)
* Copyright 2014-2015 Tomasz Cielcki (@Cheesebaron)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,8 +18,8 @@
using Cirrious.CrossCore;
using Cirrious.MvvmCross.Plugins.Messenger;
using Cirrious.MvvmCross.Touch.Platform;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace Cheesebaron.MvxPlugins.Notifications
{
Expand Down
4 changes: 2 additions & 2 deletions Notifications/Touch/TouchNotificationConfiguration.cs
@@ -1,5 +1,5 @@
/*
* Copyright 2014 Tomasz Cielcki (@Cheesebaron)
* Copyright 2014-2015 Tomasz Cielcki (@Cheesebaron)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@
using System.Threading.Tasks;
using Cirrious.CrossCore;
using Cirrious.CrossCore.Plugins;
using MonoTouch.UIKit;
using UIKit;

namespace Cheesebaron.MvxPlugins.Notifications
{
Expand Down
4 changes: 2 additions & 2 deletions Notifications/Touch/TouchNotifications.cs
@@ -1,5 +1,5 @@
/*
* Copyright 2014 Tomasz Cielcki (@Cheesebaron)
* Copyright 2014-2015 Tomasz Cielcki (@Cheesebaron)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
using Cirrious.CrossCore;
using Cirrious.CrossCore.Core;
using Cirrious.MvvmCross.Plugins.Messenger;
using MonoTouch.UIKit;
using UIKit;

namespace Cheesebaron.MvxPlugins.Notifications
{
Expand Down
6 changes: 3 additions & 3 deletions SMS/Touch/SMS.Touch.csproj
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{286DA391-62D1-42E0-B8B6-A0BB96AF0EC0}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Cheesebaron.MvxPlugins.SMS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -50,13 +50,13 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\SMS.Core.csproj">
<Project>{5D7CC039-D2E9-455D-BF8F-6C510EFA06B1}</Project>
<Name>SMS.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
6 changes: 3 additions & 3 deletions SMS/Touch/SmsTask.cs
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------------
// Copyright 2013 Tomasz Cielecki (tomasz@ostebaronen.dk)
// Copyright 2013-2015 Tomasz Cielecki (tomasz@ostebaronen.dk)
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -18,8 +18,8 @@
using Cirrious.CrossCore;
using Cirrious.CrossCore.Touch.Platform;
using Cirrious.CrossCore.Touch.Views;
using MonoTouch.MessageUI;
using MonoTouch.UIKit;
using MessageUI;
using UIKit;

namespace Cheesebaron.MvxPlugins.SMS.Touch
{
Expand Down
6 changes: 3 additions & 3 deletions Samples/AzureAccessControl/Touch/AppDelegate.cs
Expand Up @@ -2,9 +2,9 @@
using Cirrious.MvvmCross.Touch.Platform;
using Cirrious.MvvmCross.Touch.Views.Presenters;
using Cirrious.MvvmCross.ViewModels;
using MonoTouch.Foundation;
using MonoTouch.ObjCRuntime;
using MonoTouch.UIKit;
using Foundation;
using ObjCRuntime;
using UIKit;

namespace AzureAccessControl.Sample.Touch
{
Expand Down
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D6ED04AA-97EE-44B4-9420-F37453E8D14D}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>AzureAccessControl.Sample.Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -185,12 +185,10 @@
<HintPath>..\..\..\submodules\MvvmCross\bin\Debug\Mvx\Portable\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<!-- Hack to get PCL compiling -->
<!-- End of hack -->
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion Samples/AzureAccessControl/Touch/Main.cs
@@ -1,4 +1,4 @@
using MonoTouch.UIKit;
using UIKit;

namespace AzureAccessControl.Sample.Touch
{
Expand Down
8 changes: 4 additions & 4 deletions Samples/AzureAccessControl/Touch/Views/TestView.cs
@@ -1,11 +1,11 @@
using System;
using AzureAccessControl.Sample.ViewModels;

using Cirrious.FluentLayouts.Touch;
using Cirrious.MvvmCross.Binding.BindingContext;
using Cirrious.MvvmCross.Touch.Views;

using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace AzureAccessControl.Sample.Touch.Views
{
Expand Down Expand Up @@ -83,7 +83,7 @@ public override void ViewDidLayoutSubviews()
{
base.ViewDidLayoutSubviews();

float y = 0;
nfloat y = 0;

if (UIDevice.CurrentDevice.CheckSystemVersion(7, 0))
{
Expand Down
4 changes: 2 additions & 2 deletions Samples/AzureAccessControl/Touch/Views/UIKitExtensions.cs
@@ -1,5 +1,5 @@
using MonoTouch.ObjCRuntime;
using MonoTouch.UIKit;
using ObjCRuntime;
using UIKit;

namespace AzureAccessControl.Sample.Touch.Views
{
Expand Down
4 changes: 2 additions & 2 deletions Samples/ModernHttpClient/Touch/AppDelegate.cs
Expand Up @@ -2,8 +2,8 @@
using Cirrious.MvvmCross.Touch.Platform;
using Cirrious.MvvmCross.Touch.Views.Presenters;
using Cirrious.MvvmCross.ViewModels;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace Touch
{
Expand Down
7 changes: 1 addition & 6 deletions Samples/ModernHttpClient/Touch/Main.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;

using MonoTouch.Foundation;
using MonoTouch.UIKit;
using UIKit;

namespace Touch
{
Expand Down
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C09B6462-3ADB-4DC0-B891-B6FF7D9B45E7}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -153,7 +153,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Default%402x.png" />
Expand All @@ -170,5 +170,5 @@
<BundleResource Include="Resources\Icon-Small-40.png" />
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
5 changes: 3 additions & 2 deletions Samples/ModernHttpClient/Touch/Views/TestView.cs
@@ -1,8 +1,9 @@
using System;
using Cirrious.FluentLayouts.Touch;
using Cirrious.MvvmCross.Binding.BindingContext;
using Cirrious.MvvmCross.Touch.Views;
using Core.ViewModels;
using MonoTouch.UIKit;
using UIKit;

namespace Touch.Views
{
Expand Down Expand Up @@ -76,7 +77,7 @@ public override void ViewDidLayoutSubviews()
{
base.ViewDidLayoutSubviews();

float yTop = 0;
nfloat yTop = 0;
var yBottom = View.Frame.Bottom;

if (UIDevice.CurrentDevice.CheckSystemVersion(7, 0))
Expand Down
4 changes: 2 additions & 2 deletions Samples/Notifications/Touch/AppDelegate.cs
Expand Up @@ -2,8 +2,8 @@
using Cirrious.CrossCore;
using Cirrious.MvvmCross.Touch.Views.Presenters;
using Cirrious.MvvmCross.ViewModels;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace Touch
{
Expand Down
6 changes: 3 additions & 3 deletions Samples/Notifications/Touch/LinkerPleaseInclude.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Specialized;
using System.Windows.Input;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace Touch
{
Expand Down Expand Up @@ -44,7 +44,7 @@ public void Include(UIImageView imageView)
public void Include(UIDatePicker date)
{
date.Date = date.Date.AddSeconds(1);
date.ValueChanged += (sender, args) => { date.Date = DateTime.MaxValue; };
date.ValueChanged += (sender, args) => { date.Date = NSDate.DistantFuture; };
}

public void Include(UISlider slider)
Expand Down
7 changes: 1 addition & 6 deletions Samples/Notifications/Touch/Main.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;

using MonoTouch.Foundation;
using MonoTouch.UIKit;
using UIKit;

namespace Touch
{
Expand Down
6 changes: 3 additions & 3 deletions Samples/Notifications/Touch/Notifications.Sample.Touch.csproj
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ECC7FD46-6722-49CD-8C53-CE2980EED2F0}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -152,7 +152,7 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
7 changes: 4 additions & 3 deletions Samples/Notifications/Touch/Views/TestView.cs
@@ -1,9 +1,10 @@
using System;
using Cirrious.FluentLayouts.Touch;
using Cirrious.MvvmCross.Binding.BindingContext;
using Cirrious.MvvmCross.Touch.Views;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using Notifications.Sample.Core.ViewModels;
using UIKit;

namespace Touch.Views
{
Expand Down Expand Up @@ -51,7 +52,7 @@ public override void ViewDidLayoutSubviews()
{
base.ViewDidLayoutSubviews();

float yTop = 0;
nfloat yTop = 0;
if (UIDevice.CurrentDevice.CheckSystemVersion(7, 0))
{
yTop = TopLayoutGuide.Length;
Expand Down
8 changes: 2 additions & 6 deletions Samples/SMS/Touch/AppDelegate.cs
@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;

using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Foundation;
using UIKit;

namespace Touch
{
Expand Down
7 changes: 1 addition & 6 deletions Samples/SMS/Touch/Main.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;

using MonoTouch.Foundation;
using MonoTouch.UIKit;
using UIKit;

namespace Touch
{
Expand Down
6 changes: 3 additions & 3 deletions Samples/SMS/Touch/SMS.Sample.Touch.csproj
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1D1905FB-A50E-4029-9E1F-7F7D121F5618}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -87,7 +87,7 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{24EE3829-6818-477A-9750-9D3F3D0013D8}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Cheesebaron.MvxPlugins.Settings.Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -45,13 +45,13 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cheesebaron.MvxPlugins.Settings\Cheesebaron.MvxPlugins.Settings.csproj">
<Project>{baca1f45-5fb7-4bfb-b63a-c3abebe70a08}</Project>
<Name>Cheesebaron.MvxPlugins.Settings</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions Settings/Cheesebaron.MvxPlugins.Settings.Touch/Settings.cs
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------------------
// Copyright 2013 Ceton Corp
// Copyright 2013 Tomasz Cielecki (tomasz@ostebaronen.dk)
// Copyright 2013-2015 Tomasz Cielecki (tomasz@ostebaronen.dk)
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -17,7 +17,7 @@

using System;
using Cheesebaron.MvxPlugins.Settings.Interfaces;
using MonoTouch.Foundation;
using Foundation;

namespace Cheesebaron.MvxPlugins.Settings.Touch
{
Expand Down
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0976CCE1-ED03-495E-B9CB-83BF0C606230}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Cheesebaron.MvxPlugins.SimpleWebToken.Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
Expand Down Expand Up @@ -50,13 +50,13 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cheesebaron.MvxPlugins.SimpleWebToken\Cheesebaron.MvxPlugins.SimpleWebToken.csproj">
<Project>{8bd5a2ea-bef2-4237-b7bd-f07742c5171c}</Project>
<Name>Cheesebaron.MvxPlugins.SimpleWebToken</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>