Skip to content

Commit

Permalink
Attempting to fix Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuckley committed Nov 20, 2013
1 parent b209786 commit 3521ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ def build_dir
end

def build_library(scheme, sdk)
puts "building #{{scheme:scheme,sdk:sdk}}"
puts "building scheme: #{scheme}, sdk: #{sdk}"
preprocessor_flag = %Q|GCC_PREPROCESSOR_DEFINITIONS='$(inherited) SHELLEY_PRODUCT_VERSION=\"#{PRODUCT_VERSION}\" FRANK_PRODUCT_VERSION=\"#{PRODUCT_VERSION}\"'|
sh "xcodebuild -workspace Frank.xcworkspace -scheme #{scheme} -configuration Release -sdk #{sdk} BUILD_DIR=\"#{build_dir}\" #{preprocessor_flag} clean build"
end
Expand Down

1 comment on commit 3521ea3

@moredip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for figuring this out and keeping our build 💚

Please sign in to comment.