mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-04 19:45:35 +08:00
6 lines
148 B
Ruby
6 lines
148 B
Ruby
class AppDelegate
|
|
def application(application, didFinishLaunchingWithOptions:launchOptions)
|
|
return true if RUBYMOTION_ENV == 'test'
|
|
end
|
|
end
|