added xctool

pull/3/head
Igor Chubin 7 years ago
parent aea23e6335
commit ecbdf861b2

@ -0,0 +1,11 @@
# xctool
# Tool for building Xcode projects.
# Build a single project without any workspace:
xctool -project YourProject.xcodeproj -scheme YourScheme build
# Build a project that is part of a workspace:
xctool -workspace YourWorkspace.xcworkspace -scheme YourScheme build
# Clean, build and execute all the tests:
xctool -workspace YourWorkspace.xcworkspace -scheme YourScheme clean build test
Loading…
Cancel
Save