xcodebuild

pull/3/head
Igor Chubin 7 years ago
parent b9242f4a16
commit 790a0baafa

@ -0,0 +1,11 @@
# xcodebuild
# Build Xcode projects.
# Build workspace:
xcodebuild -workspace workspace_name.workspace -scheme scheme_name -configuration configuration_name clean build SYMROOT=SYMROOT_path
# Build project:
xcodebuild -target target_name -configuration configuration_name clean build SYMROOT=SYMROOT_path
# Show SDKs:
xcodebuild -showsdks
Loading…
Cancel
Save