com.samskivert.BindingsMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of monotouch-maven-plugin Show documentation
Show all versions of monotouch-maven-plugin Show documentation
A Maven plugin for building a MonoTouch project and deploying it to iOS simulator or device.
The newest version!
//
// monotouch-maven-plugin - builds and deploys MonoTouch projects
// http://github.com/samskivert/monotouch-maven-plugin/blob/master/LICENSE
package com.samskivert;
import org.apache.maven.plugins.annotations.Parameter;
public abstract class BindingsMojo extends MonoTouchMojo
{
/**
* The the build profile to use when building bindings.
*/
@Parameter(property="bindings.build", defaultValue="Debug")
public String build;
protected static final String DEVICE = "iPhone";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy