Skip to content

Commit 47e8988

Browse files
committed
Bump version for 0.18 replease
And update makefile, increase OS requirement to 13.0
1 parent 73fdad8 commit 47e8988

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ clean:
169169
rm build.log > /dev/null 2>&1 || true
170170
rm bin/* > /dev/null 2>&1 || true
171171
rm lib/* > /dev/null 2>&1 || true
172+
rm lib/rime-plugins/* > /dev/null 2>&1 || true
172173
rm data/plum/* > /dev/null 2>&1 || true
173174
rm data/opencc/* > /dev/null 2>&1 || true
174175

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
安裝輸入法
2929
---
3030

31-
本品適用於 macOS 12.0+
31+
本品適用於 macOS 13.0+
3232

3333
初次安裝,如果在部份應用程序中打不出字,請註銷並重新登錄。
3434

Squirrel.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
CODE_SIGN_IDENTITY = "-";
633633
COMBINE_HIDPI_IMAGES = YES;
634634
COPY_PHASE_STRIP = NO;
635-
CURRENT_PROJECT_VERSION = 0.17.2;
635+
CURRENT_PROJECT_VERSION = 0.18;
636636
DEAD_CODE_STRIPPING = YES;
637637
FRAMEWORK_SEARCH_PATHS = (
638638
"$(inherited)",
@@ -658,7 +658,7 @@
658658
"$(inherited)",
659659
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
660660
);
661-
MACOSX_DEPLOYMENT_TARGET = 12.0;
661+
MACOSX_DEPLOYMENT_TARGET = 13.0;
662662
OTHER_CODE_SIGN_FLAGS = "--deep";
663663
OTHER_CPLUSPLUSFLAGS = (
664664
"-DLEOPARD",
@@ -681,7 +681,7 @@
681681
CLANG_ENABLE_OBJC_ARC = YES;
682682
CODE_SIGN_IDENTITY = "-";
683683
COMBINE_HIDPI_IMAGES = YES;
684-
CURRENT_PROJECT_VERSION = 0.17.2;
684+
CURRENT_PROJECT_VERSION = 0.18;
685685
DEAD_CODE_STRIPPING = YES;
686686
FRAMEWORK_SEARCH_PATHS = (
687687
"$(inherited)",
@@ -706,7 +706,7 @@
706706
"$(inherited)",
707707
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
708708
);
709-
MACOSX_DEPLOYMENT_TARGET = 12.0;
709+
MACOSX_DEPLOYMENT_TARGET = 13.0;
710710
OTHER_CODE_SIGN_FLAGS = "--deep";
711711
OTHER_CPLUSPLUSFLAGS = (
712712
"-DLEOPARD",

0 commit comments

Comments
 (0)