Sha256: baf3297356acc8ebd034b82d207ca4eb76994a95d45664eb8d88c032ae532323

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# read document if you don't understand something :)
# https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md

name: YKRPC_POD_NAME_Example

options:
  minimumXcodeGenVersion: 2.10
  generateEmptyDirectories: true
  bundleIdPrefix: come.YKRPC_POD_Name.example
  developmentLanguage: en
#  postGenCommand: pod install

  deploymentTarget:
    iOS: "10.0"

fileGroups:
  - config/iOS-config
  - config/project-config

configs:
  Debug: DEBUG-NAME
  Release: RELEASE-NAME
  DebugQ: DEBUGQ-NAME
  ReleaseQ: RELEASEQ-NAME

configFiles:
  Debug: config/project-config/config-custom/debug.xcconfig
  Release: config/project-config/config-custom/release.xcconfig
  DebugQ: config/project-config/config-enterprise/debug.xcconfig
  ReleaseQ: config/project-config/config-enterprise/release.xcconfig

include:
  - path: config/iOS-target-main.yml
    relativePaths: false

  - path: config/iOS-target-main-Q.yml
    relativePaths: false

  - path: config/iOS-target-notification.yml
    relativePaths: false

  - path: config/iOS-target-notification-Q.yml
    relativePaths: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-ykutility-2.0.5 configPodTemplate/example/project.yml