Skip to content

Commit

Permalink
Preparation for 2.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Doernenburg authored and Erik Doernenburg committed Jun 19, 2013
1 parent 4c62c3d commit 5e0cb00
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 iphoneos6.1")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator6.1")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphoneos7.0")
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator7.0")
@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 5e0cb00

Please sign in to comment.