mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-30 17:43:26 +08:00
build script for 6.0
This commit is contained in:
2
build.sh
Normal file
2
build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
rake
|
||||
SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode45-DP1.app/Contents/Developer/Platforms rake
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user