Skip to content

Commit

Permalink
macos: update optional symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Feb 10, 2025
1 parent 6f7de08 commit 964a5e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions macOS/Patal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 6.0;
Expand Down Expand Up @@ -522,7 +522,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 6.0;
Expand Down
2 changes: 1 addition & 1 deletion macOS/Patal/Layouts/Han3ShinP2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct Han3ShinP2Layout: HangulAutomata {
"H": "",
"L": "/",
"\"": "·",
"N": "",
"N": "",
"M": "",
]

Expand Down
2 changes: 1 addition & 1 deletion script/distribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# "Apple Development: soomtong@gmail.com (4XWP9KHTYS)"

TITLE="팥알 입력기"
VERSION="1.2.2"
VERSION="1.2.3"
APPID="com.soomtong.inputmethod.Patal"
BUILD="PatalInputMethod"
PKG="$BUILD.pkg"
Expand Down

0 comments on commit 964a5e2

Please sign in to comment.