Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4f9df79

Browse files
committed
chore: bump version to 1.2.1
1 parent 77cccc8 commit 4f9df79

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

InjectGUI.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
453453
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
454454
MACOSX_DEPLOYMENT_TARGET = 12.0;
455-
MARKETING_VERSION = 1.2.0;
455+
MARKETING_VERSION = 1.2.1;
456456
OTHER_LDFLAGS = (
457457
"-Xlinker",
458458
"-interposable",
@@ -495,7 +495,7 @@
495495
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
496496
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
497497
MACOSX_DEPLOYMENT_TARGET = 12.0;
498-
MARKETING_VERSION = 1.2.0;
498+
MARKETING_VERSION = 1.2.1;
499499
PRODUCT_BUNDLE_IDENTIFIER = "dev.wibus-wee.InjectGUI";
500500
PRODUCT_NAME = "$(TARGET_NAME)";
501501
SDKROOT = auto;

InjectGUI/Localizables/Localizable.xcstrings

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"sourceLanguage" : "en",
33
"strings" : {
44
"" : {
5+
"localizations" : {
6+
"zh-Hans" : {
7+
"stringUnit" : {
8+
"state" : "translated",
9+
"value" : ""
10+
}
11+
}
12+
},
513
"shouldTranslate" : false
614
},
715
"%@" : {

0 commit comments

Comments
 (0)