Skip to content

Instantly share code, notes, and snippets.

@mrdanadams
Created July 29, 2011 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrdanadams/1113839 to your computer and use it in GitHub Desktop.
Save mrdanadams/1113839 to your computer and use it in GitHub Desktop.
Brightcove App Cloud manifest.xml
<?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