Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2013 10:32
Show Gist options
  • Save anonymous/5669386 to your computer and use it in GitHub Desktop.
Save anonymous/5669386 to your computer and use it in GitHub Desktop.
Maker plugin descriptor for the twitter plugin
<?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