mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
forgot to return true
This commit is contained in:
@@ -52,6 +52,7 @@ EOS
|
||||
class AppDelegate
|
||||
def application(application, didFinishLaunchingWithOptions:launchOptions)
|
||||
puts "Hello World!"
|
||||
return true
|
||||
end
|
||||
end
|
||||
EOS
|
||||
|
||||
Reference in New Issue
Block a user