-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
5,179 additions
and
1,086 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
enabled: true | ||
label: "needs-review" | ||
delay: 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,57 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap uap5 mp rescap desktop4 desktop"> | ||
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.7.5.0" /> | ||
<Properties> | ||
<DisplayName>Files UWP - Preview</DisplayName> | ||
<PublisherDisplayName>Yair A</PublisherDisplayName> | ||
<Logo>Assets\StoreLogo.png</Logo> | ||
</Properties> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" /> | ||
</Dependencies> | ||
<Resources> | ||
<Resource Language="x-generate" /> | ||
</Resources> | ||
<Applications> | ||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$" desktop4:SupportsMultipleInstances="true"> | ||
<uap:VisualElements DisplayName="Files UWP - Preview" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent"> | ||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Files"> | ||
<uap:ShowNameOnTiles> | ||
<uap:ShowOn Tile="square150x150Logo"/> | ||
<uap:ShowOn Tile="wide310x150Logo"/> | ||
<uap:ShowOn Tile="square310x310Logo"/> | ||
</uap:ShowNameOnTiles> | ||
</uap:DefaultTile> | ||
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" /> | ||
</uap:VisualElements> | ||
<Extensions> | ||
<desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe"> | ||
<desktop:FullTrustProcess> | ||
<desktop:ParameterGroup GroupId="DesktopAppExeGroup" Parameters="/DesktopApp"/> | ||
<desktop:ParameterGroup GroupId="TerminalGroup" Parameters="/Terminal"/> | ||
<desktop:ParameterGroup GroupId="UserFolderPathsGroup" Parameters="/DetectUserPaths"/> | ||
</desktop:FullTrustProcess> | ||
</desktop:Extension> | ||
<uap:Extension Category="windows.protocol"> | ||
<uap:Protocol ReturnResults="none" Name="files-uwp"/> | ||
</uap:Extension> | ||
<uap5:Extension | ||
Category="windows.appExecutionAlias" | ||
Executable="files.exe" | ||
EntryPoint="files.App"> | ||
<uap5:AppExecutionAlias> | ||
<uap5:ExecutionAlias Alias="files.exe"/> | ||
</uap5:AppExecutionAlias> | ||
</uap5:Extension> | ||
</Extensions> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<uap:Capability Name="removableStorage" /> | ||
<rescap:Capability Name="runFullTrust" /> | ||
<rescap:Capability Name="broadFileSystemAccess" /> | ||
<Capability Name="internetClient"/> | ||
</Capabilities> | ||
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.7.6.0" /> | ||
<Properties> | ||
<DisplayName>Files UWP - Preview</DisplayName> | ||
<PublisherDisplayName>Yair A</PublisherDisplayName> | ||
<Logo>Assets\StoreLogo.png</Logo> | ||
</Properties> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" /> | ||
</Dependencies> | ||
<Resources> | ||
<Resource Language="x-generate" /> | ||
</Resources> | ||
<Applications> | ||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$" desktop4:SupportsMultipleInstances="true"> | ||
<uap:VisualElements DisplayName="Files UWP - Preview" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent"> | ||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Files"> | ||
<uap:ShowNameOnTiles> | ||
<uap:ShowOn Tile="square150x150Logo"/> | ||
<uap:ShowOn Tile="wide310x150Logo"/> | ||
<uap:ShowOn Tile="square310x310Logo"/> | ||
</uap:ShowNameOnTiles> | ||
</uap:DefaultTile> | ||
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" /> | ||
</uap:VisualElements> | ||
<Extensions> | ||
<desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe"> | ||
<desktop:FullTrustProcess> | ||
<desktop:ParameterGroup GroupId="DesktopAppExeGroup" Parameters="/DesktopApp"/> | ||
<desktop:ParameterGroup GroupId="TerminalGroup" Parameters="/Terminal"/> | ||
<desktop:ParameterGroup GroupId="UserFolderPathsGroup" Parameters="/DetectUserPaths"/> | ||
</desktop:FullTrustProcess> | ||
</desktop:Extension> | ||
<uap:Extension Category="windows.protocol"> | ||
<uap:Protocol ReturnResults="none" Name="files-uwp"/> | ||
</uap:Extension> | ||
<uap5:Extension | ||
Category="windows.appExecutionAlias" | ||
Executable="files.exe" | ||
EntryPoint="files.App"> | ||
<uap5:AppExecutionAlias> | ||
<uap5:ExecutionAlias Alias="files.exe"/> | ||
</uap5:AppExecutionAlias> | ||
</uap5:Extension> | ||
</Extensions> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<rescap:Capability Name="packageQuery"/> | ||
<rescap:Capability Name="runFullTrust" /> | ||
<rescap:Capability Name="broadFileSystemAccess" /> | ||
<uap:Capability Name="removableStorage" /> | ||
<Capability Name="internetClient"/> | ||
</Capabilities> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.