Skip to content

Commit

Permalink
use default sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Aug 12, 2014
1 parent fb0953b commit ac14353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildAnimation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PROJECT_NAME="CoconutKit"
TARGET_NAME="CoconutKitAnimation"

cd CoconutKit
xcodebuild -project ${PROJECT_NAME}.xcodeproj -target ${TARGET_NAME} -configuration Release -sdk iphoneos${IOSSDK_VER} build
xcodebuild -project ${PROJECT_NAME}.xcodeproj -target ${TARGET_NAME} -arch i386 -configuration Release -sdk iphonesimulator${IOSSDK_VER} build
xcodebuild -project ${PROJECT_NAME}.xcodeproj -target ${TARGET_NAME} -configuration Release build
xcodebuild -project ${PROJECT_NAME}.xcodeproj -target ${TARGET_NAME} -arch i386 -configuration Release build

cd Build

Expand Down

0 comments on commit ac14353

Please sign in to comment.