Skip to content

Instantly share code, notes, and snippets.

@morristech
Forked from anonymous/twitter.xml
Created June 5, 2013 08:11
Show Gist options
  • Save morristech/5712358 to your computer and use it in GitHub Desktop.
Save morristech/5712358 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<plugin makerVer="0.4" name="My Tweets" package="com.mycompany.plugin.mytweets" developer="emailUsedForRegistration@domain.com"
developerName="My Company Name" version="1.0" help="http://website.com/help.html"
cn1lib="https://dl.dropboxusercontent.com/u/57067724/cn1/HelloCodenameOnePlugin.cn1lib" class="Plugin">
<arg name="user" display="Twitter User" type="string" default="@codename-one" details="The twitter user handle with or without the @ sign" />;
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment