Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 2b1df14

Browse files
committed
delete sourceApplication delegate
1 parent 793b9b9 commit 2b1df14

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Demo/AppDelegate.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
5151
func applicationWillTerminate(_ application: UIApplication) {
5252
}
5353

54-
// MARK: - iOS8
55-
56-
func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
57-
print("-- called application(_:open:sourceApplication:annotation:) --")
58-
return Studyplus.shared.handle(appDelegateUrl: url)
59-
}
60-
61-
// MARK: - iOS9 or above
62-
6354
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
6455
print("-- called application(_:open:options:) --")
6556
return Studyplus.shared.handle(appDelegateUrl: url)

0 commit comments

Comments
 (0)