SETUP 219 B

123456789101112
  1. #!/bin/sh
  2. echo "Installing Cocoapod dependencies"
  3. pod install
  4. echo "Opening the project workspace in Xcode"
  5. open stickynotes.xcworkspace
  6. echo "Now press the run button!"
  7. echo "Be sure that your server is running."