diff --git a/Example/AppleReminders/AppDelegate.swift b/Example/AppleReminders/AppDelegate.swift index 0165c195..8e4f8615 100644 --- a/Example/AppleReminders/AppDelegate.swift +++ b/Example/AppleReminders/AppDelegate.swift @@ -12,6 +12,7 @@ import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. + true }