A B C D E F G I K L P R S T U W X 

A

addBuildFiles(List<File>, boolean) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
addDependencies - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The property to determine whether or not to add the dependencies to the xcodeproj/project.pbxproj file.
addDependencies - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The property to determine whether or not to add the dependencies to the xcodeproj/project.pbxproj file.
addDependenciesToTarget(String, List<File>, List<File>, List<File>) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
addFileReferences(List<File>) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
addPropertyToList(String, String, String) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
addPropertyToString(String, String, String) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
addTestDependencies - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The property to determine whether or not to add the dependencies to the xcodeproj/project.pbxproj file.
addTestDependencies - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The property to determine whether or not to add the dependencies to the xcodeproj/project.pbxproj file.
artifactName - Variable in class ca.mestevens.ios.XcodeBuildMojo
The name of the artifact.
artifactName - Variable in class ca.mestevens.ios.XcodePackageMojo
The name of the artifact.

B

buildDevice - Variable in class ca.mestevens.ios.XcodeBuildMojo
Property to determine whether or not to build for device.
buildDevice - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
Property to determine whether or not to build for device.
buildSettings - Variable in class ca.mestevens.ios.XcodeBuildMojo
A map of build settings to add.
buildSimulator - Variable in class ca.mestevens.ios.XcodeBuildMojo
Property to determine whether or not to build for the simulator.
buildSimulator - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
Property to determine whether or not to build for the simulator.
bundleId - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The bundle id of your application.

C

ca.mestevens.ios - package ca.mestevens.ios
 
ca.mestevens.ios.utils - package ca.mestevens.ios.utils
 
checkReturnValue(int) - Method in class ca.mestevens.ios.XcodeBuildMojo
 
copyDependencies(String) - Method in class ca.mestevens.ios.utils.CopyDependenciesUtil
 
CopyDependenciesUtil - Class in ca.mestevens.ios.utils
 
CopyDependenciesUtil(MavenProject, Log, ProcessRunner) - Constructor for class ca.mestevens.ios.utils.CopyDependenciesUtil
 
copyDependenciesUtil - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
 
copyDependenciesUtil - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 
createCommonBuildCommands() - Method in class ca.mestevens.ios.XcodeBuildMojo
 
createGroup(List<CommentedIdentifier>) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 

D

dependencyTargets - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The targets to add dependencies to.
dependencyTestTargets - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The targets to add test dependencies to.
dependencyTestTargets - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The targets to add test dependencies to.
deploy - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
A flag to determine whether or not you want to deploy your .app to the simulator and run it.
deployDevice - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The simulator to deploy to, usually takes the form of something like "iPhone <#> ( Simulator)".
deviceAppPath - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The path to your .app file created by the build mojo.
deviceArchs - Variable in class ca.mestevens.ios.XcodeBuildMojo
The list of device architectures to build.

E

embedLibraries(PBXTarget, List<CommentedIdentifier>) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
execute() - Method in class ca.mestevens.ios.KeychainMojo
 
execute() - Method in class ca.mestevens.ios.XcodeBuildMojo
 
execute() - Method in class ca.mestevens.ios.XcodePackageApplicationMojo
 
execute() - Method in class ca.mestevens.ios.XcodePackageMojo
 
execute() - Method in class ca.mestevens.ios.XcodeProcessSourcesMojo
 
execute() - Method in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 
execute() - Method in class ca.mestevens.ios.XcodeTestMojo
 
expectZeros - Variable in class ca.mestevens.ios.utils.ProcessRunner
 

F

forceCodeSigning - Variable in class ca.mestevens.ios.XcodeBuildMojo
 

G

getNativeTarget(String) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 

I

ignoreFailures - Variable in class ca.mestevens.ios.XcodeTestMojo
Specifies whether or not to ignore test failures.
ipaName - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The name of the ipa file you want to create.

K

keychain - Variable in class ca.mestevens.ios.KeychainMojo
The path to the keychain file you want to use.
KeychainMojo - Class in ca.mestevens.ios
Goal to set your keychain if needed.
KeychainMojo() - Constructor for class ca.mestevens.ios.KeychainMojo
 
keychainPassword - Variable in class ca.mestevens.ios.KeychainMojo
The password for the keychain.

L

linkLibraries(String, List<CommentedIdentifier>) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
log - Variable in class ca.mestevens.ios.utils.ProcessRunner
 

P

processRunner - Variable in class ca.mestevens.ios.KeychainMojo
 
ProcessRunner - Class in ca.mestevens.ios.utils
 
ProcessRunner(Log) - Constructor for class ca.mestevens.ios.utils.ProcessRunner
 
ProcessRunner(Log, boolean) - Constructor for class ca.mestevens.ios.utils.ProcessRunner
 
processRunner - Variable in class ca.mestevens.ios.XcodeBuildMojo
 
processRunner - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
 
processRunner - Variable in class ca.mestevens.ios.XcodePackageMojo
 
processRunner - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
 
processRunner - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 
processRunner - Variable in class ca.mestevens.ios.XcodeTestMojo
 
project - Variable in class ca.mestevens.ios.XcodeBuildMojo
 
project - Variable in class ca.mestevens.ios.XcodePackageMojo
 
project - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
 
project - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 
projectRepos - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
 
projectRepos - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 

R

removeBuildFile(String) - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 
repoSession - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The current repository/network configuration of Maven.
repoSession - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The current repository/network configuration of Maven.
repoSystem - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The entry point to Aether, i.e.
repoSystem - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The entry point to Aether, i.e.
runProcess(String, String...) - Method in class ca.mestevens.ios.utils.ProcessRunner
 

S

security - Variable in class ca.mestevens.ios.KeychainMojo
The path to the security command.
simulatorAppPath - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The path to your .app file created by the build mojo.
simulatorArchs - Variable in class ca.mestevens.ios.XcodeBuildMojo
The list of simulator architectures to build.
skipTests - Variable in class ca.mestevens.ios.XcodeTestMojo
Specifies whether or not to skip tests.

T

targetDirectory - Variable in class ca.mestevens.ios.XcodeBuildMojo
 
targetDirectory - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
 
targetDirectory - Variable in class ca.mestevens.ios.XcodePackageMojo
 
targetDirectory - Variable in class ca.mestevens.ios.XcodeTestMojo
 
testSimulators - Variable in class ca.mestevens.ios.XcodeTestMojo
 

U

userDefaults - Variable in class ca.mestevens.ios.XcodeBuildMojo
A map of user defaults to add.

W

writeProject() - Method in class ca.mestevens.ios.utils.XcodeProjectUtil
 

X

xcodeAllTargets - Variable in class ca.mestevens.ios.XcodeBuildMojo
Build all the targets in the specified project.
xcodebuild - Variable in class ca.mestevens.ios.XcodeBuildMojo
The location of the xcodebuild executable.
xcodebuild - Variable in class ca.mestevens.ios.XcodeTestMojo
The location of the xcodebuild executable.
XcodeBuildMojo - Class in ca.mestevens.ios
Goal to build your artifact.
XcodeBuildMojo() - Constructor for class ca.mestevens.ios.XcodeBuildMojo
 
xcodeConfigurationName - Variable in class ca.mestevens.ios.XcodeBuildMojo
Use the specified build configuration when building each target.
xcodeDerivedDataPath - Variable in class ca.mestevens.ios.XcodeBuildMojo
Overrides the folder that should be used for derived data when performing a build action on a scheme in a workspace.
xcodeDestinationTimeout - Variable in class ca.mestevens.ios.XcodeBuildMojo
Use the specified timeout when searching for a destination device.
XcodePackageApplicationMojo - Class in ca.mestevens.ios
Goal to package your .app file and optionally deploy it to the simulator.
XcodePackageApplicationMojo() - Constructor for class ca.mestevens.ios.XcodePackageApplicationMojo
 
XcodePackageMojo - Class in ca.mestevens.ios
Goal to package the artifact(s).
XcodePackageMojo() - Constructor for class ca.mestevens.ios.XcodePackageMojo
 
XcodeProcessSourcesMojo - Class in ca.mestevens.ios
Goal which generates your framework dependencies in the target directory.
XcodeProcessSourcesMojo() - Constructor for class ca.mestevens.ios.XcodeProcessSourcesMojo
 
XcodeProcessTestSourcesMojo - Class in ca.mestevens.ios
Goal which generates your framework dependencies in the target directory.
XcodeProcessTestSourcesMojo() - Constructor for class ca.mestevens.ios.XcodeProcessTestSourcesMojo
 
xcodeProject - Variable in class ca.mestevens.ios.XcodeBuildMojo
The path to your xcodeproj file.
xcodeProject - Variable in class ca.mestevens.ios.XcodeProcessSourcesMojo
The path to your xcodeproj file.
xcodeProject - Variable in class ca.mestevens.ios.XcodeProcessTestSourcesMojo
The path to your xcodeproj file.
xcodeProject - Variable in class ca.mestevens.ios.XcodeTestMojo
The path to your xcodeproj file.
XcodeProjectUtil - Class in ca.mestevens.ios.utils
 
XcodeProjectUtil(String) - Constructor for class ca.mestevens.ios.utils.XcodeProjectUtil
 
xcodeResultBundlePath - Variable in class ca.mestevens.ios.XcodeBuildMojo
Writes a bundle to the specified path with results from performing a build action on a scheme in a workspace.
xcodeScheme - Variable in class ca.mestevens.ios.XcodeBuildMojo
The name of the scheme to build.
xcodeScheme - Variable in class ca.mestevens.ios.XcodeTestMojo
The name of the scheme to build.
xcodeSkipUnavailableActions - Variable in class ca.mestevens.ios.XcodeBuildMojo
Skip build actions that cannot be performed instead of failing.
xcodeTarget - Variable in class ca.mestevens.ios.XcodeBuildMojo
Builds the specified target.
XcodeTestMojo - Class in ca.mestevens.ios
Goal to test your artifact(s).
XcodeTestMojo() - Constructor for class ca.mestevens.ios.XcodeTestMojo
 
xcodeWorkspace - Variable in class ca.mestevens.ios.XcodeBuildMojo
Build the specified workspace.
xcodeXcconfig - Variable in class ca.mestevens.ios.XcodeBuildMojo
Load the build settings defined in the specified file when building all targets.
xcrun - Variable in class ca.mestevens.ios.XcodePackageApplicationMojo
The path to your xcrun command.
A B C D E F G I K L P R S T U W X 

Copyright © 2015. All rights reserved.