Sha256: 7780e3cab73907962f36df5840e3019d0766f46fa0fea74cd3da1c83e99f4189
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 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 attributes: CLASSPREFIX: YKRPC_CLASS_PREFIX 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 - InfoFiles 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
3 entries across 3 versions & 1 rubygems