diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index a47a92f..a47826e 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -96,7 +96,7 @@ open class AppDelegate: NSObject, NSApplicationDelegate { private var controller: OnboardingController? private func showOnboardingFlowIfEligible() { - let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) + let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) || true let shouldLaunchOnboarding = (DataStore.shared().retrieve(key: CLShowOnboardingFlow) == nil && DataStore.shared().timezones().isEmpty) diff --git a/Clocker/Clocker/ar.lproj/Localizable.strings b/Clocker/Clocker/ar.lproj/Localizable.strings index 4a0d690..026de2e 100644 --- a/Clocker/Clocker/ar.lproj/Localizable.strings +++ b/Clocker/Clocker/ar.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "الانتقال إلى تفضيلات النظام"; "Grant Access" = "منح صلاحية الوصول"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم."; "Granted" = "سماح"; "Denied" = "رفض"; "Grant" = "منح"; diff --git a/Clocker/Clocker/ca.lproj/Localizable.strings b/Clocker/Clocker/ca.lproj/Localizable.strings index d64f419..d814f0c 100644 --- a/Clocker/Clocker/ca.lproj/Localizable.strings +++ b/Clocker/Clocker/ca.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Reminders Access"; "Calendar Access" = "Calendar Access"; "Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Granted"; @@ -74,7 +74,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/de.lproj/Localizable.strings b/Clocker/Clocker/de.lproj/Localizable.strings index f26777e..183692e 100644 --- a/Clocker/Clocker/de.lproj/Localizable.strings +++ b/Clocker/Clocker/de.lproj/Localizable.strings @@ -74,7 +74,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker ist nützlicher, wenn es Ereignisse aus Deinem Kalendern anzeigen kann. Du kannst diese Einstellung in Systemeinstellungen › Sicherheit Privatsphäre › Privatsphäre ändern."; "Launch Preferences" = "Einstellungen öffnen"; "Grant Access" = "Zugriff erlauben"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden."; "Granted" = "Gewährt"; "Denied" = "Abgelehnt"; "Grant" = "Gewähren"; diff --git a/Clocker/Clocker/en.lproj/Localizable.strings b/Clocker/Clocker/en.lproj/Localizable.strings index 0df6b45..1d10296 100644 --- a/Clocker/Clocker/en.lproj/Localizable.strings +++ b/Clocker/Clocker/en.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Reminders Access"; "Calendar Access" = "Calendar Access"; "Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Granted"; @@ -74,7 +74,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar and the panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/es.lproj/Localizable.strings b/Clocker/Clocker/es.lproj/Localizable.strings index ed8d21f..a0e9310 100644 --- a/Clocker/Clocker/es.lproj/Localizable.strings +++ b/Clocker/Clocker/es.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Abrir las preferencias"; "Grant Access" = "Permitir acceso"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel."; "Granted" = "Permitido"; "Denied" = "Denegado"; "Grant" = "Permitir"; diff --git a/Clocker/Clocker/fr.lproj/Localizable.strings b/Clocker/Clocker/fr.lproj/Localizable.strings index ec24d45..0ab3d5b 100644 --- a/Clocker/Clocker/fr.lproj/Localizable.strings +++ b/Clocker/Clocker/fr.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Préférences de démarrage"; "Grant Access" = "Autoriser l'accès"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau."; "Granted" = "Autorisé"; "Denied" = "Refusé"; "Grant" = "Autoriser"; diff --git a/Clocker/Clocker/hi.lproj/Localizable.strings b/Clocker/Clocker/hi.lproj/Localizable.strings index 9ead198..5440fa1 100644 --- a/Clocker/Clocker/hi.lproj/Localizable.strings +++ b/Clocker/Clocker/hi.lproj/Localizable.strings @@ -70,7 +70,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/hr.lproj/Localizable.strings b/Clocker/Clocker/hr.lproj/Localizable.strings index 0beb872..b544edf 100644 --- a/Clocker/Clocker/hr.lproj/Localizable.strings +++ b/Clocker/Clocker/hr.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Pokreni postavke"; "Grant Access" = "Dopusti pristup"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči."; "Granted" = "Dodijeljeno"; "Denied" = "Odbijeno"; "Grant" = "Odobrenje"; diff --git a/Clocker/Clocker/it.lproj/Localizable.strings b/Clocker/Clocker/it.lproj/Localizable.strings index 0e61f37..45b3b51 100644 --- a/Clocker/Clocker/it.lproj/Localizable.strings +++ b/Clocker/Clocker/it.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Reminders Access"; "Calendar Access" = "Calendar Access"; "Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Granted"; @@ -75,7 +75,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/ja.lproj/Localizable.strings b/Clocker/Clocker/ja.lproj/Localizable.strings index 1170af0..62d42f3 100644 --- a/Clocker/Clocker/ja.lproj/Localizable.strings +++ b/Clocker/Clocker/ja.lproj/Localizable.strings @@ -309,7 +309,7 @@ "Upcoming Event View Options" = "Upcoming Event View Options"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; diff --git a/Clocker/Clocker/ko.lproj/Localizable.strings b/Clocker/Clocker/ko.lproj/Localizable.strings index 15a974a..2a67731 100644 --- a/Clocker/Clocker/ko.lproj/Localizable.strings +++ b/Clocker/Clocker/ko.lproj/Localizable.strings @@ -74,7 +74,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/nl.lproj/Localizable.strings b/Clocker/Clocker/nl.lproj/Localizable.strings index d64f419..d814f0c 100644 --- a/Clocker/Clocker/nl.lproj/Localizable.strings +++ b/Clocker/Clocker/nl.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Reminders Access"; "Calendar Access" = "Calendar Access"; "Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Granted"; @@ -74,7 +74,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; "Launch Preferences" = "Launch Preferences"; "Grant Access" = "Grant Access"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/pl.lproj/Localizable.strings b/Clocker/Clocker/pl.lproj/Localizable.strings index f3e319b..16e8b62 100644 --- a/Clocker/Clocker/pl.lproj/Localizable.strings +++ b/Clocker/Clocker/pl.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Dostęp do powiadomień"; "Calendar Access" = "Dostęp do kalendarza"; "Permissions" = "Uprawnienia"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Przyznane"; @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Preferencje uruchomienia"; "Grant Access" = "Przyznaj dostęp"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Granted"; "Denied" = "Denied"; "Grant" = "Grant"; diff --git a/Clocker/Clocker/pt-BR.lproj/Localizable.strings b/Clocker/Clocker/pt-BR.lproj/Localizable.strings index 67de6c6..319b1da 100644 --- a/Clocker/Clocker/pt-BR.lproj/Localizable.strings +++ b/Clocker/Clocker/pt-BR.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Abrir Preferências"; "Grant Access" = "Conceder Acesso"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel."; "Granted" = "Concedido"; "Denied" = "Negado"; "Grant" = "Conceder"; diff --git a/Clocker/Clocker/ru.lproj/Localizable.strings b/Clocker/Clocker/ru.lproj/Localizable.strings index c649400..8b75afb 100644 --- a/Clocker/Clocker/ru.lproj/Localizable.strings +++ b/Clocker/Clocker/ru.lproj/Localizable.strings @@ -67,7 +67,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker полезнее когда он может отображать предстоящие события из ваших календарей. Вы можете изменить эти настройки перейдя в  Системные настройки › Защита и безопасность › Приватность."; "Launch Preferences" = "Параметры запуска"; "Grant Access" = "Разрешить доступ"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Предстоящие события из ваших персонального и общего календарей могут быть показаны в верхнем меню и панели."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Предстоящие события из ваших персонального и общего календарей могут быть показаны в верхнем меню и панели."; "Granted" = "Предоставлено"; "Denied" = "Отказано"; "Grant" = "Разрешить"; diff --git a/Clocker/Clocker/tr.lproj/Localizable.strings b/Clocker/Clocker/tr.lproj/Localizable.strings index a8c05ff..3f2d35a 100644 --- a/Clocker/Clocker/tr.lproj/Localizable.strings +++ b/Clocker/Clocker/tr.lproj/Localizable.strings @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Başlatma Tercihleri"; "Grant Access" = "Erişim izni ver"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir."; "Granted" = "İzin verildi"; "Denied" = "Reddedildi"; "Grant" = "Erişim ver"; diff --git a/Clocker/Clocker/uk.lproj/Localizable.strings b/Clocker/Clocker/uk.lproj/Localizable.strings index 96ac236..cd038fa 100644 --- a/Clocker/Clocker/uk.lproj/Localizable.strings +++ b/Clocker/Clocker/uk.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Reminders Access" = "Доступ до Нагадувань"; "Calendar Access" = "Доступ до Календаря"; "Permissions" = "Дозволи"; -"Calendar Detail" = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; "Reminders Detail" = "Встановіть нагадування в часовому поясі вибраного вами місця. Ваші нагадування зберігаються в програмі Нагадування за умовчанням."; "Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; "Granted Button Text" = "Надано"; @@ -75,7 +75,7 @@ /* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ "Launch Preferences" = "Відкрити Системні параметри"; "Grant Access" = "Надати доступ"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "Upcoming events from your personal and shared calendars can be shown in the menubar and the panel."; +"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; "Granted" = "Надано"; "Denied" = "Відмовлено"; "Grant" = "Надати"; diff --git a/Clocker/Clocker/zh-Hans.lproj/Localizable.strings b/Clocker/Clocker/zh-Hans.lproj/Localizable.strings index 3a8872d..182fbe1 100644 --- a/Clocker/Clocker/zh-Hans.lproj/Localizable.strings +++ b/Clocker/Clocker/zh-Hans.lproj/Localizable.strings @@ -67,7 +67,7 @@ "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker 在能显示日历中的事件时更有用。你可以在「系统偏好设置 > 安全性与隐私 > 隐私」中更改设置。"; "Launch Preferences" = "打开首选项"; "Grant Access" = "授予访问权限"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "你个人和共享日历的未来事件将显示在菜单栏和面板上。"; +"Upcoming events from your calendars can be shown in the menubar + panel." = "你个人和共享日历的未来事件将显示在菜单栏和面板上。"; "Granted" = "已授权"; "Denied" = "已拒绝"; "Grant" = "授权"; diff --git a/Clocker/Clocker/zh-Hant.lproj/Localizable.strings b/Clocker/Clocker/zh-Hant.lproj/Localizable.strings index 3f77dec..1120fa1 100644 --- a/Clocker/Clocker/zh-Hant.lproj/Localizable.strings +++ b/Clocker/Clocker/zh-Hant.lproj/Localizable.strings @@ -309,7 +309,7 @@ "Upcoming Event View Options" = "即將到來的行程顯示選項"; -"Upcoming events from your personal and shared calendars can be shown in the menubar and the panel." = "即將到來的行程會在選單列和面板中顯示。"; +"Upcoming events from your calendars can be shown in the menubar + panel." = "即將到來的行程會在選單列和面板中顯示。"; "You have no events scheduled for tomorrow." = "您明天沒有排任何行程。"; diff --git a/Clocker/Onboarding/Onboarding.storyboard b/Clocker/Onboarding/Onboarding.storyboard index 36f8f7e..b81f1c0 100644 --- a/Clocker/Onboarding/Onboarding.storyboard +++ b/Clocker/Onboarding/Onboarding.storyboard @@ -1,8 +1,8 @@ - + - + diff --git a/Clocker/Onboarding/OnboardingPermissionsViewController.swift b/Clocker/Onboarding/OnboardingPermissionsViewController.swift index 2c2604b..f321f04 100644 --- a/Clocker/Onboarding/OnboardingPermissionsViewController.swift +++ b/Clocker/Onboarding/OnboardingPermissionsViewController.swift @@ -9,9 +9,11 @@ class OnboardingPermissionsViewController: NSViewController { @IBOutlet var reminderView: NSView! @IBOutlet var calendarView: NSView! + @IBOutlet var locationView: NSView! @IBOutlet var reminderActivityIndicator: NSProgressIndicator! @IBOutlet var calendarActivityIndicator: NSProgressIndicator! + @IBOutlet var locationActivityIndicator: NSProgressIndicator! @IBOutlet var appLabel: NSTextField! @IBOutlet var onboardingTypeLabel: NSTextField! @@ -21,6 +23,9 @@ class OnboardingPermissionsViewController: NSViewController { @IBOutlet var calendarHeaderLabel: NSTextField! @IBOutlet var calendarDetailLabel: NSTextField! + + @IBOutlet var locationHeaderLabel: NSTextField! + @IBOutlet var locationDetailLabel: NSTextField! @IBOutlet var privacyLabel: NSTextField! @@ -38,8 +43,7 @@ class OnboardingPermissionsViewController: NSViewController { private func setup() { appLabel.stringValue = NSLocalizedString("Permissions Tab", comment: "Title for Permissions screen") - onboardingTypeLabel.stringValue = NSLocalizedString("Later Config Description", - comment: "Describing we can change the options later in System Preferences") + onboardingTypeLabel.stringValue = "Your data doesn't leave your device 🔐" reminderHeaderLabel.stringValue = NSLocalizedString("Reminders Access Title", comment: "Title for Reminders Access Label") @@ -56,16 +60,15 @@ class OnboardingPermissionsViewController: NSViewController { } private func setupButtons() { - /* - if LocationController.sharedInstance.locationAccessGranted() { - locationButton.title = "Granted" - } else if LocationController.sharedInstance.locationAccessDenied() { - locationButton.title = "Denied" - } else if LocationController.sharedInstance.locationAccessNotDetermined() { - locationButton.title = "Grant" - } else { - locationButton.title = "Unexpected" - } */ +// if LocationController.sharedInstance.locationAccessGranted() { +// locationButton.title = "Granted" +// } else if LocationController.sharedInstance.locationAccessDenied() { +// locationButton.title = "Denied" +// } else if LocationController.sharedInstance.locationAccessNotDetermined() { +// locationButton.title = "Grant" +// } else { +// locationButton.title = "Unexpected" +// } if EventCenter.sharedCenter().calendarAccessGranted() { calendarGrantButton.title = "Granted".localized()