From 3321ca281afc222544b7e67e64f64f7f13051925 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Fri, 21 Jun 2024 00:15:39 +0300 Subject: [PATCH] Release 7.0.2 --- Radiola.xcodeproj/project.pbxproj | 4 ++-- Radiola/Preferences/AppearancePage.swift | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Radiola.xcodeproj/project.pbxproj b/Radiola.xcodeproj/project.pbxproj index 1de647c..22587d6 100644 --- a/Radiola.xcodeproj/project.pbxproj +++ b/Radiola.xcodeproj/project.pbxproj @@ -750,7 +750,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 635H9TYSZJ; ENABLE_HARDENED_RUNTIME = YES; @@ -781,7 +781,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 635H9TYSZJ; ENABLE_HARDENED_RUNTIME = YES; diff --git a/Radiola/Preferences/AppearancePage.swift b/Radiola/Preferences/AppearancePage.swift index 36329cc..e585b03 100644 --- a/Radiola/Preferences/AppearancePage.swift +++ b/Radiola/Preferences/AppearancePage.swift @@ -64,8 +64,6 @@ class AppearancePage: NSViewController { res.addSubview(showCopyToClipboardCheckBox) res.addSubview(showToolTipCheckBox) - let secondColAnchor = favoritesMenuGroupTypeCbx.leadingAnchor - favoritesMenuGroupTypeLabel.alignment = .right favoritesMenuGroupTypeLabel.translatesAutoresizingMaskIntoConstraints = false favoritesMenuGroupTypeCbx.translatesAutoresizingMaskIntoConstraints = false