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

Commit f0f73a8

Browse files
Remove iOS Classic for CI
1 parent 0a02b2d commit f0f73a8

File tree

9 files changed

+10
-195
lines changed

9 files changed

+10
-195
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Build Status: [![Build status](https://ci.appveyor.com/api/projects/status/24dn7
2121
|Platform|Supported|Version|
2222
| ------------------- | :-----------: | :------------------: |
2323
|Xamarin.iOS|Yes|iOS 7+|
24-
|Xamarin.iOS Unified|Yes|iOS 7+|
2524
|Xamarin.Android|Yes|API 10+|
2625
|Windows Phone Silverlight|Yes|8.0+|
2726
|Windows Phone RT|Yes|8.1+|

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.5.0-beta{build}
1+
version: 2.5.0.{build}
22
assembly_info:
33
patch: true
44
file: '**\AssemblyInfo.*'

nuget/readme.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
Settings Plugin Readme
22

33
Changelog:
4-
[2.1.0]
5-
-Remove help file and add in readme.txt
6-
-.NET 4.5 Implementation for unit testing
7-
[2.0.0]
8-
-Breaking changes:
9-
--New namespace - Plugin.Settings
10-
--Remove Obsolete Methods
11-
-Add UWP Support
12-
-Enhanced DateTime (now saved to UTC)
13-
14-
Ensure that you install NuGet into PCL and see Helpers/Settings.cs
4+
[2.5.0]
5+
* Added ability to clear all settings
6+
* .NET 4.5 users user instead of machine
7+
8+
See more at: https://github.com/jamesmontemagno/SettingsPlugin/blob/master/CHANGELOG.md
9+
10+
### Important
11+
Ensure that you install NuGet into PCL and all platform projects and see Helpers/Settings.cs
1512

1613
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:
1714

src/Plugin.Settings.iOS/Plugin.Settings.iOS.csproj

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/Plugin.Settings.iOS/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/Plugin.Settings.iOSUnified/Plugin.Settings.iOSUnified.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
<DocumentationFile>bin\Release\Plugin.Settings.xml</DocumentationFile>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Compile Include="..\Plugin.Settings.iOS\Settings.cs">
39-
<Link>Settings.cs</Link>
40-
</Compile>
4138
<Compile Include="Properties\AssemblyInfo.cs" />
39+
<Compile Include="Settings.cs" />
4240
</ItemGroup>
4341
<ItemGroup>
4442
<ProjectReference Include="..\Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj">
File renamed without changes.

src/Settings.sln

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Android", "
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsPhone", "Plugin.Settings.WindowsPhone\Plugin.Settings.WindowsPhone.csproj", "{DFC49539-6A6E-4AD5-AE04-500D65B30F20}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.iOS", "Plugin.Settings.iOS\Plugin.Settings.iOS.csproj", "{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}"
13-
EndProject
1412
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsStore", "Plugin.Settings.WindowsStore\Plugin.Settings.WindowsStore.csproj", "{489617CC-3D48-4189-BAAE-06D08384F965}"
1513
EndProject
1614
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Abstractions", "Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj", "{D12D6AFA-0696-4177-9C85-EC576277EF8E}"
@@ -45,7 +43,6 @@ Global
4543
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{747706f4-ecbf-4d50-8d72-b0ddcc18395c}*SharedItemsImports = 4
4644
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{91b25a78-62c8-41aa-8d22-da326a5ea64d}*SharedItemsImports = 4
4745
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c1b59ce7-b44b-4f31-b671-02e685ed036f}*SharedItemsImports = 4
48-
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c598e2c2-e094-42b7-a8d7-be83e1c72c86}*SharedItemsImports = 4
4946
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{dfc49539-6a6e-4ad5-ae04-500d65b30f20}*SharedItemsImports = 4
5047
Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{fcf19725-8c2f-44c5-aa52-513ee32469e2}*SharedItemsImports = 4
5148
EndGlobalSection
@@ -192,44 +189,6 @@ Global
192189
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
193190
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x64.ActiveCfg = Release|Any CPU
194191
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x86.ActiveCfg = Release|Any CPU
195-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
196-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
197-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
198-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
199-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
200-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
201-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
202-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
203-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
204-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
205-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.Build.0 = Release|Any CPU
206-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|ARM.ActiveCfg = Release|Any CPU
207-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhone.ActiveCfg = Release|Any CPU
208-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
209-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
210-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
211-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x64.ActiveCfg = Release|Any CPU
212-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x86.ActiveCfg = Release|Any CPU
213-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
214-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
215-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|ARM.ActiveCfg = Debug|Any CPU
216-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
217-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.Build.0 = Debug|Any CPU
218-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
219-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
220-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
221-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x64.ActiveCfg = Debug|Any CPU
222-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x86.ActiveCfg = Debug|Any CPU
223-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
224-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.Build.0 = Release|Any CPU
225-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|ARM.ActiveCfg = Release|Any CPU
226-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhone.ActiveCfg = Release|Any CPU
227-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
228-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
229-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
230-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.Build.0 = Release|Any CPU
231-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x64.ActiveCfg = Release|Any CPU
232-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x86.ActiveCfg = Release|Any CPU
233192
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
234193
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
235194
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|ARM.ActiveCfg = Release|ARM

tests/SettingsTests.sln

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Android", "
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsPhone", "..\src\Plugin.Settings.WindowsPhone\Plugin.Settings.WindowsPhone.csproj", "{DFC49539-6A6E-4AD5-AE04-500D65B30F20}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.iOS", "..\src\Plugin.Settings.iOS\Plugin.Settings.iOS.csproj", "{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}"
13-
EndProject
1412
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.WindowsStore", "..\src\Plugin.Settings.WindowsStore\Plugin.Settings.WindowsStore.csproj", "{489617CC-3D48-4189-BAAE-06D08384F965}"
1513
EndProject
1614
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Settings.Abstractions", "..\src\Plugin.Settings.Abstractions\Plugin.Settings.Abstractions.csproj", "{D12D6AFA-0696-4177-9C85-EC576277EF8E}"
@@ -50,7 +48,6 @@ Global
5048
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{747706f4-ecbf-4d50-8d72-b0ddcc18395c}*SharedItemsImports = 4
5149
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{91b25a78-62c8-41aa-8d22-da326a5ea64d}*SharedItemsImports = 4
5250
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c1b59ce7-b44b-4f31-b671-02e685ed036f}*SharedItemsImports = 4
53-
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{c598e2c2-e094-42b7-a8d7-be83e1c72c86}*SharedItemsImports = 4
5451
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{dfc49539-6a6e-4ad5-ae04-500d65b30f20}*SharedItemsImports = 4
5552
..\src\Plugin.Settings.Shared\Plugin.Settings.Shared.projitems*{fcf19725-8c2f-44c5-aa52-513ee32469e2}*SharedItemsImports = 4
5653
EndGlobalSection
@@ -197,44 +194,6 @@ Global
197194
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
198195
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x64.ActiveCfg = Release|Any CPU
199196
{DFC49539-6A6E-4AD5-AE04-500D65B30F20}.Release|x86.ActiveCfg = Release|Any CPU
200-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
201-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
202-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
203-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
204-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
205-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
206-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
207-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
208-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
209-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
210-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Any CPU.Build.0 = Release|Any CPU
211-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|ARM.ActiveCfg = Release|Any CPU
212-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhone.ActiveCfg = Release|Any CPU
213-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
214-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
215-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
216-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x64.ActiveCfg = Release|Any CPU
217-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.AppStore|x86.ActiveCfg = Release|Any CPU
218-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
219-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
220-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|ARM.ActiveCfg = Debug|Any CPU
221-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
222-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhone.Build.0 = Debug|Any CPU
223-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
224-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
225-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
226-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x64.ActiveCfg = Debug|Any CPU
227-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Debug|x86.ActiveCfg = Debug|Any CPU
228-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
229-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Any CPU.Build.0 = Release|Any CPU
230-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|ARM.ActiveCfg = Release|Any CPU
231-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhone.ActiveCfg = Release|Any CPU
232-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
233-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
234-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
235-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|Mixed Platforms.Build.0 = Release|Any CPU
236-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x64.ActiveCfg = Release|Any CPU
237-
{C598E2C2-E094-42B7-A8D7-BE83E1C72C86}.Release|x86.ActiveCfg = Release|Any CPU
238197
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
239198
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
240199
{489617CC-3D48-4189-BAAE-06D08384F965}.Ad-Hoc|ARM.ActiveCfg = Release|ARM

0 commit comments

Comments
 (0)