application-descriptor

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<application xmlns="http://www.worklight.com/application-descriptor" 
             id="myopco" 
             platformVersion="5.0.2">

    <displayName>MyOpCo</displayName>

    <description>My operating company</description>

    <author>
        <name>application's author</name>
        <email>application author's e-mail</email>
        <homepage>http://mycompany.com</homepage>
        <copyright>Copyright My Company</copyright>
    </author>

    <height>460</height>
    <width>320</width>
    <mainFile>MyOpCo.html</mainFile>
    <thumbnailImage>common/images/thumbnail.png</thumbnailImage>

    <iphone bundleId="com.myopco" version="1.0">
        <worklightSettings include="true"/>
        <security>
            <encryptWebResources enabled="false"/>
            <testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3"/>
        </security>
    </iphone>

    <android version="1.0">
        <worklightSettings include="true"/>
        <security>
            <encryptWebResources enabled="false"/>
            <testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3"/>
            <publicSigningKey>Public key of certificate that signs the APK.</techSigningKey>
        </security>
    </android>

    <worklightServerRootURL>http://${local.IPAddress}:8080</worklightServerRootURL>

</application>