Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b53d401d3 |
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user