From 10eef31fb0c976bea51b96d5ae62c3fa952098c9 Mon Sep 17 00:00:00 2001 From: Ruslanparkhomiuk Date: Sun, 21 Jan 2024 05:35:45 +0500 Subject: [PATCH 1/2] =?UTF-8?q?=D0=92=20AppDelegate=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE=D0=BB=D1=8C=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20=D1=81=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D0=BC=D1=83=20=D0=BA=D0=BE=D0=BD=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MovieQuiz/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MovieQuiz/AppDelegate.swift b/MovieQuiz/AppDelegate.swift index 2fbec39abd..d60a715b9b 100644 --- a/MovieQuiz/AppDelegate.swift +++ b/MovieQuiz/AppDelegate.swift @@ -6,6 +6,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate { _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { + print("Hello world") + return true } From a5b4c08e7862244c3c41bfda8286620f7442f248 Mon Sep 17 00:00:00 2001 From: Ruslanparkhomiuk Date: Sun, 21 Jan 2024 06:23:00 +0500 Subject: [PATCH 2/2] testBranch --- MovieQuiz/AppDelegate.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MovieQuiz/AppDelegate.swift b/MovieQuiz/AppDelegate.swift index d60a715b9b..d182497660 100644 --- a/MovieQuiz/AppDelegate.swift +++ b/MovieQuiz/AppDelegate.swift @@ -6,8 +6,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate { _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { - print("Hello world") - + print("Hello world for branch to merge") return true }