Sha256: b424b31be1da59ef5a8b3996091008d70979e08a6711c0308f68e3cd00b23c5f

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.1">
  <App xmlns="" ProductID="{$guid1$}" Title="$safeprojectname$" 
       RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal"  
       Author="$safeprojectname$ author" BitsPerPixel="32"
       Description="PhoneGap for Windows Phone 7" 
       Publisher="$safeprojectname$">
    
    <IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
    <Capabilities>
      <Capability Name="ID_CAP_IDENTITY_DEVICE" />
      <Capability Name="ID_CAP_IDENTITY_USER" />
      <Capability Name="ID_CAP_LOCATION" />
      <Capability Name="ID_CAP_NETWORKING" />
      <Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />

    </Capabilities>
    
    <Tasks>
      <DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
    </Tasks>
    <Tokens>
      <PrimaryToken TokenID="$safeprojectname$Token" TaskName="_default">
        <TemplateType5>
          <BackgroundImageURI IsRelative="true" IsResource="false">Background.png</BackgroundImageURI>
          <Count>0</Count>
          <Title>$safeprojectname$</Title>
        </TemplateType5>
      </PrimaryToken>
    </Tokens>
  </App>
</Deployment>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mobox-0.0.3 vendor/phonegap/lib/windows-phone/templates/custom/Properties/WMAppManifest.xml
mobox-0.0.2 vendor/phonegap/lib/windows-phone/templates/custom/Properties/WMAppManifest.xml
mobox-0.0.1.1 vendor/phonegap/lib/windows-phone/templates/custom/Properties/WMAppManifest.xml
mobox-0.0.1 vendor/phonegap/lib/windows-phone/templates/custom/Properties/WMAppManifest.xml