lib/flashsdk/generators/templates/rakefileFlashsdk.rb in flashsdk_sqe-0.0.7 vs lib/flashsdk/generators/templates/rakefileFlashsdk.rb in flashsdk_sqe-0.0.9
- old
+ new
@@ -32,9 +32,10 @@
t.source_path << 'test' << 'vendor' << 'lib' << 'assets'
t.library_path << 'swc'
t.show_actionscript_warnings=false
t.show_deprecation_warnings=false
t.debug = true
+ t.target_player = "10.2"
end
desc "Compile and run the test swf"
flashplayer :test => "<%= bin %>/<%= test_swf_name %>"