Sha256: 13bc28f6f60201cda53ebdb474cb8fbf9df64038e7a9bf0423d478c34dd7ecf8
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 KB
Contents
--- # set these vars if you have multiple projects in the root directory: PROJECT: NIXProject.xcodeproj # OR set these vars if you want to build the workspace instead of the project: WORKSPACE: NIXProject.xcworkspace SCHEME: Application # for osx projects sdk should be macosx (or more specific, f. e.: macosx10.10) SDK: iphoneos 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_IGNORE_FILE: /CodeCoverage/ignore CODE_COVERAGE_OUTPUT_DIRECTORY: ./Coverage/ ENV_VAR_PREFIX: NIXENV_ # default resigned bundle identifier RESIGNED_BUNDLE_ID:
Version data entries
9 entries across 9 versions & 1 rubygems