Skip to content

Commit

Permalink
macos: bump version 1.2 up
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Jan 21, 2025
1 parent a5e7e95 commit 07f5248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions macOS/Patal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1;
CURRENT_PROJECT_VERSION = 1.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = LL75ZY5CKZ;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -491,7 +491,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 6.0;
Expand All @@ -509,7 +509,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1;
CURRENT_PROJECT_VERSION = 1.2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = LL75ZY5CKZ;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -522,7 +522,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 6.0;
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: [email protected] (4XWP9KHTYS)"

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

0 comments on commit 07f5248

Please sign in to comment.