Sha256: 09b1f8ae42fb1a723aa7c2dffc0a79be1e3b06b7e8473fdabaa51835fe6dc58a
Contents?: true
Size: 1.12 KB
Versions: 23
Compression:
Stored size: 1.12 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/AppIcon.appiconset # 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
23 entries across 23 versions & 1 rubygems