1 Commits

Author SHA1 Message Date
Fernando Ortiz 9b53d401d3 Bugfixing 2017-04-04 01:11:49 -03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'PluggableApplicationDelegate'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Services oriented AppDelegate in Swift 3.'
s.description = <<-DESC
PluggableApplicationDelegate is a way of decoupling AppDelegate, by splitting it into small modules called ApplicationService.
@@ -430,7 +430,7 @@ open class PluggableApplicationDelegate: UIResponder, UIApplicationDelegate {
for service in __services {
if service.application?(application, continue: userActivity, restorationHandler: restorationHandler) == true {
return result
result = false
}
}