Files
RubyMotion/lib/motion/project/template/ios/files/app/app_delegate.rb

6 lines
113 B
Ruby

class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
true
end
end