Sha256: f26ecfeb597609798137eb1665519b61a2e3fca561d94eb05af30f1a3de11993
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
<?xml version='1.0' encoding='UTF-8'?> <Package IgnorableNamespaces='uap mp uap3' xmlns:mp='http://schemas.microsoft.com/appx/2014/phone/manifest' xmlns:uap='http://schemas.microsoft.com/appx/manifest/uap/windows10' xmlns:uap3='http://schemas.microsoft.com/appx/manifest/uap/windows10/3' xmlns='http://schemas.microsoft.com/appx/manifest/foundation/windows10'> <Identity Name='caa0300f-1021-40aa-bb98-27c5547616fa' Publisher='CN=TauTechnology' Version='1.0.0.0'/> <mp:PhoneIdentity PhoneProductId='caa0300f-1021-40aa-bb98-27c5547616fa' PhonePublisherId='00000000-0000-0000-0000-000000000000'/> <Properties> <DisplayName>auto_common_spec</DisplayName> <PublisherDisplayName>rhomobile</PublisherDisplayName> <Logo>Assets\StoreLogo.png</Logo> </Properties> <Dependencies> <TargetDeviceFamily MaxVersionTested='10.0.0.0' MinVersion='10.0.0.0' Name='Windows.Universal'/> </Dependencies> <Resources> <Resource Language='x-generate'/> </Resources> <Applications> <Application EntryPoint='rhodes.App' Executable='$targetnametoken$.exe' Id='x1ef3a390ya41ay0134yeff9y60f81db5e3c0x'> <uap:VisualElements BackgroundColor='#464646' Description='auto_common_spec' DisplayName='auto_common_spec' Square150x150Logo='Assets\Square150x150Logo.png' Square44x44Logo='Assets\Square44x44Logo.png'> <uap:DefaultTile Square71x71Logo='Assets\Square71x71Logo.png'> <uap:ShowNameOnTiles> <uap:ShowOn Tile='square150x150Logo'/> </uap:ShowNameOnTiles> </uap:DefaultTile> <uap:SplashScreen BackgroundColor='black' Image='Assets\SplashScreen.png'/> </uap:VisualElements> <Extensions> <Extension Category='windows.backgroundTasks' EntryPoint='AgHost.BackgroundTask'> <BackgroundTasks> <Task Type='systemEvent'/> </BackgroundTasks> </Extension> </Extensions> </Application> </Applications> <Capabilities> <Capability Name='internetClient'/> </Capabilities> </Package>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhodes-6.0.11 | platform/uwp/rhodes/Package.appxmanifest |