Skip to content

Generates .xcodeproj bundle template from the command line with symlinks to Xcode IDE using CMake and xcodebuild

Notifications You must be signed in to change notification settings

austinmhorn/config-cmake-xcodeproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-cmake-xcodeproj

Synopsis

Generates .xcodeproj bundle template with symlinks to Xcode IDE
using cmake and xcodebuild -- all from the command line.

- How It Works -

Install Xcode Command Line Tools

xcode-select --install

Configure for Xcode:

cmake -S . -B xbuild -GXcode

Build XCode Project:

(cd xbuild; xcodebuild build)

About

Generates .xcodeproj bundle template from the command line with symlinks to Xcode IDE using CMake and xcodebuild

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published