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

org.robovm.compiler.config.PlatformVariant Maven / Gradle / Ivy

The newest version!
package org.robovm.compiler.config;

/**
 * enum that specifies variant of platform (OS) currently building/launching
 */
public enum PlatformVariant {
    /// device or default platform
    device,

    /// simulator where applicable
    simulator

    // later... maccatalyst
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy