All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.samskivert.BindingsMojo Maven / Gradle / Ivy

Go to download

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