yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

info.plist with settings #1426

Closed Simimi-dot closed 3 months ago

Simimi-dot commented 6 months ago

Please tell me, is there an opportunity to take a ready-made Info.plist and change some parameters from it, or add them? Without resorting to creating a new Info.plist I mean, to get rid of it:

info:
      path: "Info.plist"
      properties:
        CFBundleName: "BundleName"
yonaskolb commented 3 months ago

XcodeGen can't edit your existing Info.plist files. You can either:

yonaskolb commented 3 months ago

closing this for now, feel free to ask more questions