Package | Description |
---|---|
au.com.rayh |
Modifier and Type | Method and Description |
---|---|
ArrayList<ProvisioningProfile> |
XCodeBuilder.getProvisioningProfiles() |
ArrayList<ProvisioningProfile> |
ExportIpa.getProvisioningProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
XCodeBuilder.setProvisioningProfiles(ArrayList<ProvisioningProfile> provisioningProfiles) |
void |
ExportIpa.setProvisioningProfiles(ArrayList<ProvisioningProfile> provisioningProfiles) |
Constructor and Description |
---|
ExportIpa(String xcodeProjectPath,
String xcodeProjectFile,
Boolean unlockKeychain,
String keychainName,
String keychainPath,
String keychainPwd,
String symRoot,
String xcodeWorkspaceFile,
String xcodeSchema,
String archiveDir,
String developmentTeamName,
String developmentTeamID,
String ipaName,
String ipaOutputDirectory,
String ipaExportMethod,
String signingMethod,
ArrayList<ProvisioningProfile> provisioningProfiles,
String xcodeName,
Boolean uploadBitcode,
Boolean uploadSymbols,
Boolean compileBitcode,
String thinning,
Boolean packResourcesAsset,
String resourcesAssetURL,
String appURL,
String displayImageURL,
String fullSizeImageURL,
String assetPackManifestURL)
Deprecated.
|
XCodeBuilder(Boolean buildIpa,
Boolean generateArchive,
Boolean noConsoleLog,
String logfileOutputDirectory,
Boolean cleanBeforeBuild,
Boolean cleanTestReports,
String configuration,
String target,
String sdk,
String xcodeProjectPath,
String xcodeProjectFile,
String xcodebuildArguments,
String cfBundleVersionValue,
String cfBundleShortVersionStringValue,
Boolean unlockKeychain,
String keychainName,
String keychainPath,
String keychainPwd,
String symRoot,
String xcodeWorkspaceFile,
String xcodeSchema,
String buildDir,
String developmentTeamName,
String developmentTeamID,
Boolean allowFailingBuildResults,
String ipaName,
Boolean provideApplicationVersion,
String ipaOutputDirectory,
Boolean changeBundleID,
String bundleID,
String bundleIDInfoPlistPath,
Boolean interpretTargetAsRegEx,
String ipaExportMethod,
String signingMethod,
ArrayList<ProvisioningProfile> provisioningProfiles,
String xcodeName,
Boolean uploadBitcode,
Boolean uploadSymbols,
Boolean compileBitcode,
String thinning,
Boolean embedOnDemandResourcesAssetPacksInBundle,
String onDemandResourcesAssetPacksBaseURL,
String appURL,
String displayImageURL,
String fullSizeImageURL,
String assetPackManifestURL)
Deprecated.
|
XCodeBuilder(Boolean buildIpa,
Boolean generateArchive,
Boolean noConsoleLog,
String logfileOutputDirectory,
Boolean cleanBeforeBuild,
Boolean cleanTestReports,
String configuration,
String target,
String sdk,
String xcodeProjectPath,
String xcodeProjectFile,
String xcodebuildArguments,
String cfBundleVersionValue,
String cfBundleShortVersionStringValue,
Boolean unlockKeychain,
String keychainName,
String keychainPath,
String keychainPwd,
String symRoot,
String xcodeWorkspaceFile,
String xcodeSchema,
String buildDir,
String developmentTeamName,
String developmentTeamID,
Boolean allowFailingBuildResults,
String ipaName,
Boolean provideApplicationVersion,
String ipaOutputDirectory,
Boolean changeBundleID,
String bundleID,
String bundleIDInfoPlistPath,
String ipaManifestPlistUrl,
Boolean interpretTargetAsRegEx,
String ipaExportMethod,
Boolean manualSigning,
ArrayList<ProvisioningProfile> provisioningProfiles)
Deprecated.
|
XCodeBuilder(Boolean buildIpa,
Boolean generateArchive,
Boolean noConsoleLog,
String logfileOutputDirectory,
Boolean cleanBeforeBuild,
Boolean cleanTestReports,
String configuration,
String target,
String sdk,
String xcodeProjectPath,
String xcodeProjectFile,
String xcodebuildArguments,
String cfBundleVersionValue,
String cfBundleShortVersionStringValue,
Boolean unlockKeychain,
String keychainName,
String keychainPath,
String keychainPwd,
String symRoot,
String xcodeWorkspaceFile,
String xcodeSchema,
String buildDir,
String developmentTeamName,
String developmentTeamID,
Boolean allowFailingBuildResults,
String ipaName,
Boolean provideApplicationVersion,
String ipaOutputDirectory,
Boolean changeBundleID,
String bundleID,
String bundleIDInfoPlistPath,
String ipaManifestPlistUrl,
Boolean interpretTargetAsRegEx,
String ipaExportMethod,
String signingMethod,
ArrayList<ProvisioningProfile> provisioningProfiles,
String xcodeName)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.