Xcodeproj icon indicating copy to clipboard operation
Xcodeproj copied to clipboard

Create command

Open iamleeg opened this issue 3 years ago • 3 comments

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.

iamleeg avatar Feb 25 '22 09:02 iamleeg

@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.

igor-makarov avatar Feb 25 '22 11:02 igor-makarov

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

iamleeg avatar Feb 25 '22 14:02 iamleeg

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.

iamleeg avatar Apr 05 '22 10:04 iamleeg