From 17cc2ae7803e828aded10c67c75da066d660f7ac Mon Sep 17 00:00:00 2001 From: Patrix Date: Sun, 4 Aug 2024 16:47:33 +0800 Subject: [PATCH 1/2] Add missing constraint --- MorseCodeApp/MorseCodeApp/Table/MorseTableViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MorseCodeApp/MorseCodeApp/Table/MorseTableViewCell.swift b/MorseCodeApp/MorseCodeApp/Table/MorseTableViewCell.swift index dcef469..4485bbf 100644 --- a/MorseCodeApp/MorseCodeApp/Table/MorseTableViewCell.swift +++ b/MorseCodeApp/MorseCodeApp/Table/MorseTableViewCell.swift @@ -44,6 +44,7 @@ private extension MorseTableViewCell { titleLabel.snp.makeConstraints { $0.top.leading.equalToSuperview().offset(17) + $0.bottom.equalToSuperview().offset(-17) } } From ba97400514703675906444f2dd48c0461a422785 Mon Sep 17 00:00:00 2001 From: Patrix Date: Sun, 4 Aug 2024 16:51:14 +0800 Subject: [PATCH 2/2] Update framework code sign in setting --- MorseCode.xcodeproj/project.pbxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MorseCode.xcodeproj/project.pbxproj b/MorseCode.xcodeproj/project.pbxproj index 6370bbe..f15fa16 100644 --- a/MorseCode.xcodeproj/project.pbxproj +++ b/MorseCode.xcodeproj/project.pbxproj @@ -519,9 +519,9 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Apple Development"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution"; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; @@ -559,9 +559,9 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Apple Development"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution"; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1;