-
Notifications
You must be signed in to change notification settings - Fork 2
xcode_archive
Piotr Sękara edited this page Jan 22, 2020
·
3 revisions
Used to archive your project.
Indicates whether build folder should be cleaned.
- Required: False
- Type: Bool
- *Default: True
Build configuration.
- Required: False
- Type: String
Build flags.
- Required: False
- Type: Array(String)
- Default: []
Export method.
- Required: True
- Type: Enum("ad-hoc", "app-store", "development", "developer-id", "enterprise", "package")
Your project or workspace name.
- Required: True
- Type: String
Scheme that should be used.
- Required: True
- Type: String
Custom settings that will be used.
- Required: False
- Type: Hash(String)
- Default: {}
deploy:
staging:
- xcode_archive:
project: $(XCODEBUILD_PROJECT)
scheme: $(XCODEBUILD_SCHEME)
method: "enterprise"
settings:
_BUILD_NUMBER: $(ENV:BITRISE_BUILD_NUMBER)
This wiki and the Highway README document contains a lot of information, please take your time and read these instructions carefully.