Skip to content

Instantly share code, notes, and snippets.

@warnyul
Created April 7, 2020 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warnyul/7b0f99b40abe84319d838fe6625b78fd to your computer and use it in GitHub Desktop.
Save warnyul/7b0f99b40abe84319d838fe6625b78fd to your computer and use it in GitHub Desktop.
Xcode/Simulator setup script
#!/usr/bin/env bash
defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES
defaults write com.apple.iphonesimulator AllowFullscreenMode -bool YES
echo "Setting up Xcode and Simulator has been completed."
echo "Please restart the Xcode and the Simulators"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment