File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ clean:
169
169
rm build.log > /dev/null 2>&1 || true
170
170
rm bin/* > /dev/null 2>&1 || true
171
171
rm lib/* > /dev/null 2>&1 || true
172
+ rm lib/rime-plugins/* > /dev/null 2>&1 || true
172
173
rm data/plum/* > /dev/null 2>&1 || true
173
174
rm data/opencc/* > /dev/null 2>&1 || true
174
175
Original file line number Diff line number Diff line change 28
28
安裝輸入法
29
29
---
30
30
31
- 本品適用於 macOS 12 .0+
31
+ 本品適用於 macOS 13 .0+
32
32
33
33
初次安裝,如果在部份應用程序中打不出字,請註銷並重新登錄。
34
34
Original file line number Diff line number Diff line change 632
632
CODE_SIGN_IDENTITY = "-";
633
633
COMBINE_HIDPI_IMAGES = YES;
634
634
COPY_PHASE_STRIP = NO;
635
- CURRENT_PROJECT_VERSION = 0.17.2 ;
635
+ CURRENT_PROJECT_VERSION = 0.18 ;
636
636
DEAD_CODE_STRIPPING = YES;
637
637
FRAMEWORK_SEARCH_PATHS = (
638
638
"$(inherited)",
658
658
"$(inherited)",
659
659
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
660
660
);
661
- MACOSX_DEPLOYMENT_TARGET = 12 .0;
661
+ MACOSX_DEPLOYMENT_TARGET = 13 .0;
662
662
OTHER_CODE_SIGN_FLAGS = "--deep";
663
663
OTHER_CPLUSPLUSFLAGS = (
664
664
"-DLEOPARD",
681
681
CLANG_ENABLE_OBJC_ARC = YES;
682
682
CODE_SIGN_IDENTITY = "-";
683
683
COMBINE_HIDPI_IMAGES = YES;
684
- CURRENT_PROJECT_VERSION = 0.17.2 ;
684
+ CURRENT_PROJECT_VERSION = 0.18 ;
685
685
DEAD_CODE_STRIPPING = YES;
686
686
FRAMEWORK_SEARCH_PATHS = (
687
687
"$(inherited)",
706
706
"$(inherited)",
707
707
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
708
708
);
709
- MACOSX_DEPLOYMENT_TARGET = 12 .0;
709
+ MACOSX_DEPLOYMENT_TARGET = 13 .0;
710
710
OTHER_CODE_SIGN_FLAGS = "--deep";
711
711
OTHER_CPLUSPLUSFLAGS = (
712
712
"-DLEOPARD",
You can’t perform that action at this time.
0 commit comments