Sha256: adec2d15a8bbd085b56105e0333b224c6a0e34db7aab72e6767953871ca22661

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 KB

Contents

---
# set these vars if you have multiple projects in the root directory:
PROJECT_TO_BUILD:
PROJECT_TARGET_TO_BUILD:
PROJECT_TARGET_TO_TEST:

# OR set these vars if you want to build the workspace instead of the project:
WORKSPACE_TO_BUILD: NIXProject.xcworkspace
WORKSPACE_SCHEME_TO_BUILD: Application
WORKSPACE_SCHEME_TO_TEST: Tests

# for osx projects sdk should be macosx10.8 or macosx10.7
SDK: iphoneos
SDK_FOR_TESTS: iphonesimulator

EXCLUDE_PATTERN_FOR_CODE_COVERAGE: ".*/Vendor/.*|.*/Tests/.*"
EXCLUDE_PATTERN_FOR_CODE_DUPLICATION: "**/Vendor|**/Scripts|**/Pods"

# you shouldn't touch these variables, because they will be defined on the CI server:
# DEPLOY_HOST: 
# DEPLOY_PATH:
# DEPLOY_USERNAME:
# DEPLOY_PASSWORD:

# set these var if you want to add build number on icon
ICONS_PATH: Resources/Icons

# specifies the device to be used as destination
XCTEST_DESTINATION_DEVICE: platform=iOS Simulator,name=iPhone 5,OS=latest

# configuration of code coverage
CONFIGURATION_FILES_PATH: ./Scripts/ConfigurationFiles
CODE_COVERAGE_CONFIGURATION: /CodeCoverage/CodeCoverageConfiguration.xcconfig
CODE_COVERAGE_OUTPUT_DIRECTORY: ./Coverage/

ENV_VAR_PREFIX: NIXENV_

# bundle identifiers and entitlements
BUNDLE_ID: com.nixsolutions.${PRODUCT_NAME:rfc1034identifier}
RESIGNED_BUNDLE_ID: com.nixsolutions.ApplicationResignTest
RESIGNED_BUNDLE_NAME: ApplicationResignTest
RESIGNED_ENTITLEMENTS_PATH:

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nixenvironment-0.0.37 bin/Config
nixenvironment-0.0.36 bin/Config
nixenvironment-0.0.35 bin/Config
nixenvironment-0.0.34 bin/Config
nixenvironment-0.0.33 bin/Config
nixenvironment-0.0.32 bin/Config
nixenvironment-0.0.31 bin/Config