build script for 6.0

This commit is contained in:
Laurent Sansonetti
2012-06-17 16:26:22 +02:00
parent fabb037afd
commit f02e19fae6
2 changed files with 4 additions and 0 deletions

2
build.sh Normal file
View File

@@ -0,0 +1,2 @@
rake
SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode45-DP1.app/Contents/Developer/Platforms rake

View File

@@ -39,6 +39,8 @@ task :bridgesupport_files do
rm_bs = "#{sdk_version}/BridgeSupport/RubyMotion.bridgesupport"
cp 'RubyMotion.bridgesupport', rm_bs
next if ENV['SDK_BETA']
Dir.glob(File.join(sdk_frameworks, '*.framework')).each do |framework_path|
framework = File.basename(framework_path, '.framework')
next if EXCLUDED_FRAMEWORKS.include?(framework)