From eba2d68542f31676f9b8e506beac70d4aa651dff Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 12 Feb 2025 01:37:18 +0100 Subject: [PATCH] Update AppDelegate.swift --- Example/AppleReminders/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) 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 }