CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.35k stars 455 forks source link

Create command #873

Open iamleeg opened 2 years ago

iamleeg commented 2 years ago

We want to add to the command set of xcodeproj so that we can manipulate Xcode projects on non-Mac platforms. The first command is xcodeproj create PROJECT.

igor-makarov commented 2 years ago

@iamleeg Have you taken a look at Xcake? It's a fully featured project generator with an easy DSL that might already do what you need.

It uses Xcodeproj under the hood.

iamleeg commented 2 years ago

Thanks @igor-makarov, I hadn't! I have now, I'll check it out!

iamleeg commented 2 years ago

I've been using Xcake for the last month and it's sufficient for my needs. I leave it up to you whether you merge or reject this PR.