Skip to content

Commit

Permalink
Switched to appropriate SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Apr 4, 2014
1 parent aeeaded commit aba762c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def buildModules
osxproductdir = "#{@env.productdir}/OSX"
@worker.run("mkdir -p #{osxproductdir}")
@worker.run("cp -R build/Release/OCMock.framework #{osxproductdir}")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphoneos7.0")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator7.0")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphoneos7.1")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator7.1")
@worker.run("lipo -create -output build/Release/libOCMock.a build/Release-*/libOCMock.a")
iosproductdir = "#{@env.productdir}/iOS"
@worker.run("mkdir -p #{iosproductdir}")
Expand Down

0 comments on commit aba762c

Please sign in to comment.