Skip to content

Commit

Permalink
🐛 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Sep 23, 2022
1 parent f03411f commit 9e47716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mac/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class ViewController:
// 兼容新系统 13.0 的标题闪动问题
if isFirstClick, #available(OSX 13.0, *) {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.6) {
// self.titleLabel.editModeOn()
self.titleLabel.editModeOn()
self.enablePreview()
self.disablePreview()
self.focusEditArea()
Expand Down
8 changes: 4 additions & 4 deletions MiaoYan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.6.3;
CURRENT_PROJECT_VERSION = 1.6.4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5EH69Y5X38;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
Expand All @@ -1312,7 +1312,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6.3;
MARKETING_VERSION = 1.6.4;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1336,7 +1336,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.6.3;
CURRENT_PROJECT_VERSION = 1.6.4;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = 5EH69Y5X38;
Expand All @@ -1356,7 +1356,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6.3;
MARKETING_VERSION = 1.6.4;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 9e47716

Please sign in to comment.