Class XcodeGenExt
java.lang.Object
nl.colorize.gradle.application.xcode.XcodeGenExt
- All Implemented Interfaces:
Validatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAppId()getIcon()inthashCode()voidvoidsetAppName(String appName) voidsetBundleId(String bundleId) voidsetBundleVersion(String bundleVersion) voidsetDeploymentTarget(String deploymentTarget) voidvoidsetIconBackgroundColor(String iconBackgroundColor) voidsetLaunchScreenColor(String launchScreenColor) voidsetOutputDir(String outputDir) voidsetResourcesDir(String resourcesDir) voidsetXcodeGenPath(String xcodeGenPath) toString()voidvalidate()
-
Constructor Details
-
XcodeGenExt
public XcodeGenExt()
-
-
Method Details
-
validate
public void validate()- Specified by:
validatein interfaceValidatable
-
getBuildVersion
-
getAppId
-
getBundleId
-
getAppName
-
getBundleVersion
-
getIcon
-
getIconBackgroundColor
-
getDeploymentTarget
-
getResourcesDir
-
getLaunchScreenColor
-
getOutputDir
-
getXcodeGenPath
-
setAppId
-
setBundleId
-
setAppName
-
setBundleVersion
-
setIcon
-
setIconBackgroundColor
-
setDeploymentTarget
-
setResourcesDir
-
setLaunchScreenColor
-
setOutputDir
-
setXcodeGenPath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-