Created
July 29, 2011 13:51
-
-
Save mrdanadams/1113839 to your computer and use it in GitHub Desktop.
Brightcove App Cloud manifest.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<template> | |
<name>ClosePhoto</name> | |
<description>Browse photos taken near you</description> | |
<devices> | |
<device name='iPhone'></device> | |
<device name='Android'></device> | |
</devices> | |
<views> | |
<view> | |
<navigationTitle>Home</navigationTitle> | |
<uri>html/home.html</uri> | |
<navigationIcon>images/icons/home.png</navigationIcon> | |
</view> | |
</views> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment