Skip to content

Commit

Permalink
NUnit tests + UI Tests
Browse files Browse the repository at this point in the history
Added NUNit Tests + UI Tests
  • Loading branch information
sameerkapps committed May 1, 2018
1 parent ea2e773 commit d36fc5e
Show file tree
Hide file tree
Showing 26 changed files with 998 additions and 84 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@
*.user
*.userosscache
*.sln.docstates
*.DS_Store

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
101 changes: 101 additions & 0 deletions SecureStorageSample/SecureStorageSample.sln
Expand Up @@ -13,6 +13,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureStorageSample", "Secu
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureStorageSample.Mac", "SecureStorageSample\SecureStorageSample.Mac\SecureStorageSample.Mac.csproj", "{298F8069-522F-4EEC-A2BC-99D2568B2193}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureStorageSampleNUnitTests", "SecureStorageSampleNUnitTests\SecureStorageSampleNUnitTests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureStorageSampleUITest", "SecureStorageSampleUITest\SecureStorageSampleUITest.csproj", "{520AFC3A-9366-4350-BBB4-0EA47CA2D502}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Expand Down Expand Up @@ -189,6 +193,7 @@ Global
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|ARM.Build.0 = Debug|ARM
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|ARM.Deploy.0 = Debug|ARM
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|iPhone.ActiveCfg = Debug|x86
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|iPhone.Build.0 = Debug|x86
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|x64.ActiveCfg = Debug|x64
{A323FAF1-F514-42E1-A70A-1EE5D0DE55F4}.Debug|x64.Build.0 = Debug|x64
Expand Down Expand Up @@ -304,6 +309,102 @@ Global
{298F8069-522F-4EEC-A2BC-99D2568B2193}.Release|x64.Build.0 = Release|iPhone
{298F8069-522F-4EEC-A2BC-99D2568B2193}.Release|x86.ActiveCfg = Release|iPhone
{298F8069-522F-4EEC-A2BC-99D2568B2193}.Release|x86.Build.0 = Release|iPhone
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|ARM.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|ARM.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|iPhone.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|x64.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|x64.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|x86.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.AppStore|x86.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|ARM.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|x64.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|x64.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|x86.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|x86.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|ARM.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|ARM.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|iPhone.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|x64.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|x64.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|x86.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|x86.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|Any CPU.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|ARM.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|ARM.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|iPhone.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|x64.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|x64.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|x86.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.AppStore|x86.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|ARM.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|ARM.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|iPhone.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|x64.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|x64.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|x86.ActiveCfg = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Debug|x86.Build.0 = Debug|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|Any CPU.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|ARM.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|ARM.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|iPhone.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|iPhone.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|x64.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|x64.Build.0 = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|x86.ActiveCfg = Release|Any CPU
{520AFC3A-9366-4350-BBB4-0EA47CA2D502}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.SecureStorageSample">
<uses-sdk android:minSdkVersion="15" />
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.SecureStorageSample" android:installLocation="auto">
<uses-sdk android:minSdkVersion="18" />
<application android:label="SecureStorageSample.Android"></application>
</manifest>
</manifest>
Expand Up @@ -18,6 +18,7 @@
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -28,6 +29,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -37,7 +39,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand All @@ -56,7 +57,7 @@
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="25.4.0.2" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="25.4.0.2" />
<PackageReference Include="Xamarin.Forms">
<Version>2.5.0.122203</Version>
<Version>2.5.1.444934</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.props')" />
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhone</Platform>
Expand Down Expand Up @@ -59,24 +59,24 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Plugin.SecureStorage, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\sameerIOTApps.Plugin.SecureStorage.2.0.1\lib\Xamarin.Mac\Plugin.SecureStorage.dll</HintPath>
<HintPath>..\..\packages\sameerIOTApps.Plugin.SecureStorage.2.0.0\lib\Xamarin.Mac\Plugin.SecureStorage.dll</HintPath>
</Reference>
<Reference Include="Plugin.SecureStorage.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\sameerIOTApps.Plugin.SecureStorage.2.0.1\lib\Xamarin.Mac\Plugin.SecureStorage.Abstractions.dll</HintPath>
<HintPath>..\..\packages\sameerIOTApps.Plugin.SecureStorage.2.0.0\lib\Xamarin.Mac\Plugin.SecureStorage.Abstractions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.91020\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.91020\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.macOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.91020\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.122203\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
<HintPath>..\..\packages\Xamarin.Forms.2.4.0.91020\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Mac" />
</ItemGroup>
Expand Down Expand Up @@ -124,8 +124,8 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.targets'))" />
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.5.0.122203\build\netstandard1.0\Xamarin.Forms.targets')" />
<Import Project="..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.4.0.91020\build\netstandard1.0\Xamarin.Forms.targets')" />
</Project>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="sameerIOTApps.Plugin.SecureStorage" version="2.0.1" targetFramework="xamarinmac20" />
<package id="Xamarin.Forms" version="2.5.0.122203" targetFramework="xamarinmac20" />
<package id="sameerIOTApps.Plugin.SecureStorage" version="2.0.0" targetFramework="xamarinmac20" />
<package id="Xamarin.Forms" version="2.4.0.91020" targetFramework="xamarinmac20" />
</packages>
Expand Up @@ -151,9 +151,9 @@
<PackageReference Include="sameerIOTApps.Plugin.SecureStorage">
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.6" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.8" />
<PackageReference Include="Xamarin.Forms">
<Version>2.5.0.122203</Version>
<Version>2.5.0.280555</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Expand Up @@ -25,6 +25,12 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());

// Newer version of Visual Studio for Mac and Visual Studio provide the
// ENABLE_TEST_CLOUD compiler directive in the Debug configuration,
// but not the Release configuration.
#if ENABLE_TEST_CLOUD
Xamarin.Calabash.Start();
#endif
return base.FinishedLaunching(app, options);
}
}
Expand Down
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>keychain-access-groups</key>
<array>
<string>com.sameer.SecureStorageSample</string>
</array>
</dict>
<dict/>
</plist>

0 comments on commit d36fc5e

Please sign in to comment.