[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/coding/Coding-iOS/master/bootstrap [Back]  [Original]

#!/bin/bash
CMD_PATH=`dirname $0`
cd $CMD_PATH
cp Coding_iOS/Coding_iOS-Prefix.pch.example Coding_iOS/Coding_iOS-Prefix.pch
pod install
carthage update
open Coding_iOS.xcworkspace
exit 0

Web Proxy Viewer  |  New URL  |  Original Page