Skip to content

Commit aba762c

Browse files
committed
Switched to appropriate SDK.
1 parent aeeaded commit aba762c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/build.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def buildModules
4343
osxproductdir = "#{@env.productdir}/OSX"
4444
@worker.run("mkdir -p #{osxproductdir}")
4545
@worker.run("cp -R build/Release/OCMock.framework #{osxproductdir}")
46-
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphoneos7.0")
47-
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator7.0")
46+
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphoneos7.1")
47+
@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMockLib -sdk iphonesimulator7.1")
4848
@worker.run("lipo -create -output build/Release/libOCMock.a build/Release-*/libOCMock.a")
4949
iosproductdir = "#{@env.productdir}/iOS"
5050
@worker.run("mkdir -p #{iosproductdir}")

0 commit comments

Comments
 (0)