Skip to content

Instantly share code, notes, and snippets.

@silas
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save silas/f5cd3d30c799eb6678ea to your computer and use it in GitHub Desktop.

Select an option

Save silas/f5cd3d30c799eb6678ea to your computer and use it in GitHub Desktop.
Xcode iOS Empty Application
  1. Download zip from Google Drive

  2. Unzip

unzip 'Empty Application.xctemplate.zip'
  1. Copy into Xcode iOS templates directory
cp -r \
  'Empty Application.xctemplate' \
  '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application/'

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment