How can I generate an iOS project (.xcodeproj) with AppleScript (without XCode)?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
You could create an empty iOS Xcode project once, put it somewhere on your disk, and then use an AppleScript to copy the folder (.xcodeproj is basically just a folder) to the desired destination. (But I can't think of a single use for this...) |
|||
|