Skip to content
Discussion options

You must be logged in to vote

I'm in the early stages of iOS development and the macOS target is my daily driver, but if it helps here's how I structure things:

name: PeopleWork
projectReferences:
  Shared:
    path: ../shared/shared.xcodeproj
packages:
  PeopleWorkKit:
    path: PeopleWorkKit
options:
  bundleIdPrefix: (redacted)
  fileTypes:
    "icon":
      file: true

# Setting groups - XcodeGen's built-in way to share settings
settingGroups:
  common:
    base:
      MARKETING_VERSION: 0.0.0
      CURRENT_PROJECT_VERSION: 0
      CODE_SIGN_STYLE: Manual
      DEVELOPMENT_TEAM: (redacted)
      DEAD_CODE_STRIPPING: YES
      SWIFT_VERSION: 5.9
      SWIFT_OBJC_BRIDGING_HEADER: generated/sharedFFI.h
      ENABLE_U…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mhedgpeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants