diff --git a/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift b/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift index b3cc322..64c840b 100644 --- a/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift +++ b/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift @@ -13,4 +13,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { return true } -} \ No newline at end of file +}