Skip to content

Commit

Permalink
Changed name of product dir to macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Feb 16, 2020
1 parent d7043cc commit 2577d0f
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,7 +43,7 @@ def buildModules
@worker.chdir("#{@env.sourcedir}/Source")

@worker.run("xcodebuild -project OCMock.xcodeproj -target OCMock OBJROOT=#{@env.objroot} SYMROOT=#{@env.symroot}")
osxproductdir = "#{@env.productdir}/OSX"
osxproductdir = "#{@env.productdir}/macOS"
@worker.run("mkdir -p #{osxproductdir}")
@worker.run("cp -R #{@env.symroot}/Release/OCMock.framework #{osxproductdir}")

Expand Down Expand Up @@ -108,7 +108,7 @@ def openPackageDir
end

def sanityCheck
osxproductdir = "#{@env.productdir}/OSX"
osxproductdir = "#{@env.productdir}/macOS"
ioslibproductdir = "#{@env.productdir}/iOS\\ library"
iosproductdir = "#{@env.productdir}/iOS\\ framework"
tvosproductdir = "#{@env.productdir}/tvOS"
Expand Down

0 comments on commit 2577d0f

Please sign in to comment.