Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 533 Bytes

File metadata and controls

14 lines (10 loc) · 533 Bytes

PracticeProgrammingContest.xctemplate

xcode project template for programming contest. useful defines and simple format.

How to use

  1. place this repo.
    mkdir ~/Library/Developer/Xcode/Templates/Project\ Templates/Mac/Application/
    cd ~/Library/Developer/Xcode/Templates/Project\ Templates/Mac/Application/
    git clone https://github.com/h-iwata/PracticeProgrammingContest.xctemplate.git
  2. open Xcode.
  3. Select "Create a new Xcode project".
  4. choose "OS X" -> "Application" -> "PracticeProgrammingContest".