Sha256: 0e777aa360788875d3a4368d226f18354d8d4d99b0e44d84ac2c62ea5583851d

Contents?: true

Size: 1.24 KB

Versions: 60

Compression:

Stored size: 1.24 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 macosx (or more specific, f. e.: macosx10.10)
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/Images/Images.xcassets

# 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_

# default resigned bundle identifier
RESIGNED_BUNDLE_ID:

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
nixenvironment-0.0.82 bin/Config
nixenvironment-0.0.81 bin/Config
nixenvironment-0.0.80 bin/Config
nixenvironment-0.0.79 bin/Config
nixenvironment-0.0.77 bin/Config
nixenvironment-0.0.75 bin/Config
nixenvironment-0.0.74 bin/Config
nixenvironment-0.0.73 bin/Config
nixenvironment-0.0.71 bin/Config
nixenvironment-0.0.70 bin/Config
nixenvironment-0.0.69 bin/Config
nixenvironment-0.0.68 bin/Config
nixenvironment-0.0.67 bin/Config
nixenvironment-0.0.66 bin/Config
nixenvironment-0.0.65 bin/Config
nixenvironment-0.0.64 bin/Config
nixenvironment-0.0.63 bin/Config
nixenvironment-0.0.62 bin/Config
nixenvironment-0.0.61 bin/Config
nixenvironment-0.0.60 bin/Config