Skip to content

Commit 94d04d7

Browse files
committed
Added TempRootFolder and DocumentsFolder
Added UWP and Test project Replaced Storage word with Root in folders ToString() returns the full path now Fixed iOS test Did something with Android project
1 parent ab3ed05 commit 94d04d7

File tree

55 files changed

+1226
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1226
-440
lines changed

PCLExt.FileStorage.sln

Lines changed: 179 additions & 1 deletion
Large diffs are not rendered by default.

PCLExt.FileStorage.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="CheckExistsAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="CreateFileAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="GetFileAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="GetFoldersAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="MoveAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="CopyAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="CreateFolderAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="DeleteAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="GetFilesAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="GetFolderAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFolderImplementation" FunctionMask="RenameAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="CopyAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="DeleteAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="MoveAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="OpenAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="ReadAllBytesAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="RenameAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.DefaultFileImplementation" FunctionMask="WriteAllBytesAsync" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.Exceptions.*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage.Abstractions" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage.Core.Test" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.Requires" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="PCLExt.FileStorage.Extensions.AwaitExtensions" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage.Android.Test" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage.iOS.Test" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage.NetFX.Test" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="PCLExt.FileStorage" ModuleVersionMask="*" ClassMask="*" FunctionMask="*" IsEnabled="True" /&gt;&lt;/ExcludeFilters&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

common/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
[assembly: AssemblyTrademark("")]
88
[assembly: AssemblyCulture("")]
99

10-
[assembly: AssemblyVersion("1.3.0.0")]
11-
[assembly: AssemblyFileVersion("1.3.0.0")]
10+
[assembly: AssemblyVersion("1.3.1.0")]
11+
[assembly: AssemblyFileVersion("1.3.1.0")]

common/PCLExt.FileStorage.nuspec

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PCLExt.FileStorage</id>
5-
<version>1.3.0.0</version>
5+
<version>1.3.1.0</version>
66
<title>PCL Extension - File Storage API</title>
77
<authors>Daniel Plaisted,Aragas</authors>
88
<owners>Aragas</owners>
@@ -12,13 +12,13 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>PCL Extension provides file system implementations for PCL, .NET Framework, .NET Core, Xamarin.iOS, Xamarin.Android and Xamarin.Mac. This makes it easier to create cross-platform .NET libraries and apps. Supports .NET Standard now.</description>
1414
<summary>PCL Extension provides file system implementations for PCL platform</summary>
15-
<tags>io storage file system filesystem filestorage portable pcl android mac ios xamarin monoandroid monotouch core netcore netstandard</tags>
15+
<tags>io storage file system filesystem filestorage portable pcl android mac ios xamarin monoandroid monotouch core netcore netstandard uwp</tags>
1616
</metadata>
1717
<files>
18-
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.dll" />
19-
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.xml" />
20-
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.dll" target="lib\MonoAndroid10\PCLExt.FileStorage.dll" />
21-
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.xml" target="lib\MonoAndroid10\PCLExt.FileStorage.xml" />
18+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\MonoAndroid\PCLExt.FileStorage.Abstractions.dll" />
19+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\MonoAndroid\PCLExt.FileStorage.Abstractions.xml" />
20+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.dll" target="lib\MonoAndroid\PCLExt.FileStorage.dll" />
21+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.xml" target="lib\MonoAndroid\PCLExt.FileStorage.xml" />
2222

2323
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\net45\PCLExt.FileStorage.Abstractions.dll" />
2424
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\net45\PCLExt.FileStorage.Abstractions.xml" />
@@ -35,10 +35,15 @@
3535
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.dll" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.dll" />
3636
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.xml" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.xml" />
3737

38-
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.dll" />
39-
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.xml" />
40-
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.dll" target="lib\Xamarin.iOS10\PCLExt.FileStorage.dll" />
41-
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.xml" target="lib\Xamarin.iOS10\PCLExt.FileStorage.xml" />
38+
<file src="..\src\PCLExt.FileStorage.UWP\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\uap10.0\PCLExt.FileStorage.Abstractions.dll" />
39+
<file src="..\src\PCLExt.FileStorage.UWP\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\uap10.0\PCLExt.FileStorage.Abstractions.xml" />
40+
<file src="..\src\PCLExt.FileStorage.UWP\bin\Release\PCLExt.FileStorage.dll" target="lib\uap10.0\PCLExt.FileStorage.dll" />
41+
<file src="..\src\PCLExt.FileStorage.UWP\bin\Release\PCLExt.FileStorage.xml" target="lib\uap10.0\PCLExt.FileStorage.xml" />
42+
43+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.iOS\PCLExt.FileStorage.Abstractions.dll" />
44+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.iOS\PCLExt.FileStorage.Abstractions.xml" />
45+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.dll" target="lib\Xamarin.iOS\PCLExt.FileStorage.dll" />
46+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.xml" target="lib\Xamarin.iOS\PCLExt.FileStorage.xml" />
4247

4348
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.dll" />
4449
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.xml" />

src/PCLExt.FileStorage.Android.Test/Assets/AboutAssets.txt

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

src/PCLExt.FileStorage.Android.Test/MainActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace PCLExt.FileStorage.Android.Test
99
{
10-
[Activity(Label = "PCLExt.FileStorage.Android.Test", MainLauncher = true, Icon = "@drawable/icon")]
10+
[Activity(Label = "PCLExt.FileStorage.Android.Test", MainLauncher = true)]
1111
public class MainActivity : TestSuiteActivity
1212
{
1313
protected override void OnCreate(Bundle bundle)

src/PCLExt.FileStorage.Android.Test/PCLExt.FileStorage.Android.Test.csproj

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
1717
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1818
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
19-
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
19+
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
2020
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
2121
</PropertyGroup>
2222
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -30,6 +30,9 @@
3030
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
3131
<AndroidLinkMode>None</AndroidLinkMode>
3232
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
33+
<AotAssemblies>false</AotAssemblies>
34+
<EnableLLVM>false</EnableLLVM>
35+
<BundleAssemblies>false</BundleAssemblies>
3336
</PropertyGroup>
3437
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3538
<DebugType>PdbOnly</DebugType>
@@ -68,19 +71,8 @@
6871
<Link>FoldersTest.cs</Link>
6972
</Compile>
7073
<Compile Include="MainActivity.cs" />
71-
<Compile Include="Resources\Resource.Designer.cs" />
7274
<Compile Include="Properties\AssemblyInfo.cs" />
7375
</ItemGroup>
74-
<ItemGroup>
75-
<None Include="Resources\AboutResources.txt" />
76-
<None Include="Assets\AboutAssets.txt" />
77-
</ItemGroup>
78-
<ItemGroup>
79-
<AndroidResource Include="Resources\drawable\Icon.png" />
80-
</ItemGroup>
81-
<ItemGroup>
82-
<AndroidResource Include="Resources\values\Strings.xml" />
83-
</ItemGroup>
8476
<ItemGroup>
8577
<None Include="Properties\AndroidManifest.xml" />
8678
</ItemGroup>
@@ -94,6 +86,7 @@
9486
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
9587
</ProjectReference>
9688
</ItemGroup>
89+
<ItemGroup />
9790
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
9891
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9992
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{CB89F319-1C9D-4574-8874-25F592EC76CD}</ProjectGuid>
9+
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<RootNamespace>PCLExt.FileStorage.Android.Test</RootNamespace>
13+
<AssemblyName>PCLExt.FileStorage.Android.Test</AssemblyName>
14+
<FileAlignment>512</FileAlignment>
15+
<AndroidApplication>True</AndroidApplication>
16+
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
17+
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
18+
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
19+
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
20+
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23+
<DebugSymbols>True</DebugSymbols>
24+
<DebugType>Full</DebugType>
25+
<Optimize>False</Optimize>
26+
<OutputPath>bin\Debug\</OutputPath>
27+
<DefineConstants>TRACE;DEBUG;NUNIT</DefineConstants>
28+
<ErrorReport>prompt</ErrorReport>
29+
<WarningLevel>4</WarningLevel>
30+
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
31+
<AndroidLinkMode>None</AndroidLinkMode>
32+
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
33+
<AotAssemblies>false</AotAssemblies>
34+
<EnableLLVM>false</EnableLLVM>
35+
<BundleAssemblies>false</BundleAssemblies>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38+
<DebugType>PdbOnly</DebugType>
39+
<DebugSymbols>True</DebugSymbols>
40+
<Optimize>True</Optimize>
41+
<OutputPath>bin\Release\</OutputPath>
42+
<DefineConstants>TRACE;NUNIT</DefineConstants>
43+
<ErrorReport>prompt</ErrorReport>
44+
<WarningLevel>4</WarningLevel>
45+
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
46+
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
47+
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
48+
</PropertyGroup>
49+
<ItemGroup>
50+
<Reference Include="Mono.Android" />
51+
<Reference Include="mscorlib" />
52+
<Reference Include="System" />
53+
<Reference Include="System.Core" />
54+
<Reference Include="System.Xml" />
55+
<Reference Include="Xamarin.Android.NUnitLite" />
56+
</ItemGroup>
57+
<ItemGroup>
58+
<Compile Include="..\..\common\CommonAssemblyInfo.cs">
59+
<Link>Properties\CommonAssemblyInfo.cs</Link>
60+
</Compile>
61+
<Compile Include="..\PCLExt.FileStorage.NetFX.Test\FilesTest.cs">
62+
<Link>FilesTest.cs</Link>
63+
</Compile>
64+
<Compile Include="..\PCLExt.FileStorage.NetFX.Test\StandardFoldersTest.cs">
65+
<Link>StandardFoldersTest.cs</Link>
66+
</Compile>
67+
<Compile Include="..\PCLExt.FileStorage.NetFX.Test\TestFolder.cs">
68+
<Link>TestFolder.cs</Link>
69+
</Compile>
70+
<Compile Include="..\PCLExt.FileStorage.NetFX.Test\FoldersTest.cs">
71+
<Link>FoldersTest.cs</Link>
72+
</Compile>
73+
<Compile Include="MainActivity.cs" />
74+
<Compile Include="Properties\AssemblyInfo.cs" />
75+
</ItemGroup>
76+
<ItemGroup>
77+
<None Include="Properties\AndroidManifest.xml" />
78+
</ItemGroup>
79+
<ItemGroup>
80+
<ProjectReference Include="..\PCLExt.FileStorage.Android\PCLExt.FileStorage.Android.csproj">
81+
<Project>{8efc0559-3c9c-4d0c-a5a5-579e58ffe621}</Project>
82+
<Name>PCLExt.FileStorage.Android</Name>
83+
</ProjectReference>
84+
<ProjectReference Include="..\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj">
85+
<Project>{5d529a12-f49c-40fe-b3c3-17747d73879e}</Project>
86+
<Name>PCLExt.FileStorage.Standard.Abstractions</Name>
87+
</ProjectReference>
88+
</ItemGroup>
89+
<ItemGroup />
90+
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
91+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92+
Other similar extension points exist, see Microsoft.Common.targets.
93+
<Target Name="BeforeBuild">
94+
</Target>
95+
<Target Name="AfterBuild">
96+
</Target>
97+
-->
98+
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="PCLExt.FileStorage.Android.Test.PCLExt.FileStorage.Android.Test" android:versionCode="1" android:versionName="1.0">
3-
<uses-sdk android:minSdkVersion="16" />
4-
<application android:label="PCLExt.FileStorage.Android.Test"></application>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.FileStorage.PCLExt" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
3+
<uses-sdk android:minSdkVersion="16" />
4+
<application android:label="PCLExt.FileStorage.Android.Test"></application>
55
</manifest>

0 commit comments

Comments
 (0)