Skip to content

Instantly share code, notes, and snippets.

@DanielCardonaRojas
Created June 26, 2020 19:26
Show Gist options
  • Save DanielCardonaRojas/c0b8a591460578a97d201d860b01c41f to your computer and use it in GitHub Desktop.
Save DanielCardonaRojas/c0b8a591460578a97d201d860b01c41f to your computer and use it in GitHub Desktop.
Xcode, iOS Dev, used snippets and commands
set -o pipefail
# swift test --enable-test-discovery 2>&1 | xcpretty
xcodebuild build-for-testing \
-project MyProject.xcodeproj \
-scheme MyScheme \
-destination 'platform=OS X,arch=x86_64' | xcpretty
xcodebuild test \
-project MyProject.xcodeproj \
-scheme MyScheme\
-destination 'platform=OS X,arch=x86_64' | xcpretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment