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

Commit

Permalink
Remove iOS Classic for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Sep 24, 2016
1 parent 0a02b2d commit f0f73a8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 195 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Build Status: [![Build status](https://ci.appveyor.com/api/projects/status/24dn7
|Platform|Supported|Version|
| ------------------- | :-----------: | :------------------: |
|Xamarin.iOS|Yes|iOS 7+|
|Xamarin.iOS Unified|Yes|iOS 7+|
|Xamarin.Android|Yes|API 10+|
|Windows Phone Silverlight|Yes|8.0+|
|Windows Phone RT|Yes|8.1+|
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.5.0-beta{build}
version: 2.5.0.{build}
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
Expand Down
19 changes: 8 additions & 11 deletions nuget/readme.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Settings Plugin Readme

Changelog:
[2.1.0]
-Remove help file and add in readme.txt
-.NET 4.5 Implementation for unit testing
[2.0.0]
-Breaking changes:
--New namespace - Plugin.Settings
--Remove Obsolete Methods
-Add UWP Support
-Enhanced DateTime (now saved to UTC)

Ensure that you install NuGet into PCL and see Helpers/Settings.cs
[2.5.0]
* Added ability to clear all settings
* .NET 4.5 users user instead of machine

See more at: https://github.com/jamesmontemagno/SettingsPlugin/blob/master/CHANGELOG.md

### Important
Ensure that you install NuGet into PCL and all platform projects and see Helpers/Settings.cs

If you are installing this in a normal project and not using a pcl create a new file called Settings.cs or whatever you want and copy this code in:

Expand Down
60 changes: 0 additions & 60 deletions src/Plugin.Settings.iOS/Plugin.Settings.iOS.csproj

This file was deleted.

37 changes: 0 additions & 37 deletions src/Plugin.Settings.iOS/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@
<DocumentationFile>bin\Release\Plugin.Settings.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Plugin.Settings.iOS\Settings.cs">
<Link>Settings.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj">
Expand Down
41 changes: 0 additions & 41 deletions src/Settings.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Android", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsPhone", "Plugin.Settings.WindowsPhone\Plugin.Settings.WindowsPhone.csproj", "{DFC49539-6A6E-4AD5-AE04-500D65B30F20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.iOS", "Plugin.Settings.iOS\Plugin.Settings.iOS.csproj", "{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsStore", "Plugin.Settings.WindowsStore\Plugin.Settings.WindowsStore.csproj", "{489617CC-3D48-4189-BAAE-06D08384F965}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Abstractions", "Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj", "{D12D6AFA-0696-4177-9C85-EC576277EF8E}"
Expand Down Expand Up @@ -45,7 +43,6 @@ Global
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{747706f4-ecbf-4d50-8d72-b0ddcc18395c}*SharedItemsImports = 4
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{91b25a78-62c8-41aa-8d22-da326a5ea64d}*SharedItemsImports = 4
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c1b59ce7-b44b-4f31-b671-02e685ed036f}*SharedItemsImports = 4
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c598e2c2-e094-42b7-a8d7-be83e1c72c86}*SharedItemsImports = 4
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{dfc49539-6a6e-4ad5-ae04-500d65b30f20}*SharedItemsImports = 4
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{fcf19725-8c2f-44c5-aa52-513ee32469e2}*SharedItemsImports = 4
EndGlobalSection
Expand Down Expand Up @@ -192,44 +189,6 @@ Global
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x64.ActiveCfg = Release|Any CPU
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x64.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x86.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x86.ActiveCfg = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
Expand Down
41 changes: 0 additions & 41 deletions tests/SettingsTests.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Android", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsPhone", "..\src\Plugin.Settings.WindowsPhone\Plugin.Settings.WindowsPhone.csproj", "{DFC49539-6A6E-4AD5-AE04-500D65B30F20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.iOS", "..\src\Plugin.Settings.iOS\Plugin.Settings.iOS.csproj", "{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsStore", "..\src\Plugin.Settings.WindowsStore\Plugin.Settings.WindowsStore.csproj", "{489617CC-3D48-4189-BAAE-06D08384F965}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Abstractions", "..\src\Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj", "{D12D6AFA-0696-4177-9C85-EC576277EF8E}"
Expand Down Expand Up @@ -50,7 +48,6 @@ Global
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{747706f4-ecbf-4d50-8d72-b0ddcc18395c}*SharedItemsImports = 4
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{91b25a78-62c8-41aa-8d22-da326a5ea64d}*SharedItemsImports = 4
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c1b59ce7-b44b-4f31-b671-02e685ed036f}*SharedItemsImports = 4
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c598e2c2-e094-42b7-a8d7-be83e1c72c86}*SharedItemsImports = 4
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{dfc49539-6a6e-4ad5-ae04-500d65b30f20}*SharedItemsImports = 4
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{fcf19725-8c2f-44c5-aa52-513ee32469e2}*SharedItemsImports = 4
EndGlobalSection
Expand Down Expand Up @@ -197,44 +194,6 @@ Global
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x64.ActiveCfg = Release|Any CPU
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x86.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x64.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x86.ActiveCfg = Debug|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|ARM.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhone.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x64.ActiveCfg = Release|Any CPU
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x86.ActiveCfg = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
Expand Down

0 comments on commit f0f73a8

Please sign in to comment.