mirror of
https://github.com/A-Star100/simpliplay-xbox.git
synced 2025-09-17 22:39:39 +00:00
Update Package.appxmanifest
This commit is contained in:
parent
fcb9baf779
commit
8d9dff9eb1
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Package
|
||||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||
@ -20,11 +20,11 @@
|
||||
</Properties>
|
||||
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
</Dependencies>
|
||||
|
||||
<Resources>
|
||||
<Resource Language="x-generate"/>
|
||||
<Resource Language="en-US" />
|
||||
</Resources>
|
||||
|
||||
<Applications>
|
||||
@ -45,13 +45,10 @@
|
||||
|
||||
<Capabilities>
|
||||
<Capability Name="internetClient" />
|
||||
<uap:Capability Name="musicLibrary" />
|
||||
<uap:Capability Name="videosLibrary" />
|
||||
<uap:Capability Name="picturesLibrary" />
|
||||
<uap:Capability Name="documentsLibrary" />
|
||||
<rescap:Capability Name="hevcVideo" />
|
||||
<rescap:Capability Name="broadFileSystemAccess" />
|
||||
<uap:Capability Name="musicLibrary" />
|
||||
<uap:Capability Name="videosLibrary" />
|
||||
<uap:Capability Name="picturesLibrary" />
|
||||
<!-- Removed documentsLibrary and broadFileSystemAccess as they are not supported on Xbox -->
|
||||
</Capabilities>
|
||||
|
||||
</Package>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user