File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <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 : uap3 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4" IgnorableNamespaces =" uap mp rescap desktop4 desktop uap3 uap4" >
2
+ <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 : uap3 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns : uap5 = " http://schemas.microsoft.com/appx/manifest/uap/windows10/5 " IgnorableNamespaces =" uap mp rescap desktop4 desktop uap3 uap4 uap5 " >
3
3
<Identity Name =" cd15f916-6036-4135-8201-430a5c5547dd" Publisher =" CN=lukeb" Version =" 0.5.0.0" />
4
4
<mp : PhoneIdentity PhoneProductId =" cd15f916-6036-4135-8201-430a5c5547dd" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
23
23
<uap : ShowOn Tile =" square310x310Logo" />
24
24
</uap : ShowNameOnTiles >
25
25
</uap : DefaultTile >
26
- <uap : SplashScreen Image =" Assets\SplashScreen.png" />
26
+ <uap : SplashScreen uap5 : Optional = " true " Image =" Assets\SplashScreen.png" />
27
27
</uap : VisualElements >
28
28
</Application >
29
29
</Applications >
You can’t perform that action at this time.
0 commit comments