Skip to content

Commit

Permalink
macos: bump version 1.0.1 up
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Jan 3, 2025
1 parent ba80bda commit b434d08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ distribute:

clean:
@echo "Cleaning up..."
@rm -rf $(DIST_DIR)/*.zip
@rm -rf $(DIST_DIR)/*.pkg
@rm -rf $(DIST_DIR)/Distribution.xml
@echo "Cleaned up."
Expand Down
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.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -522,7 +522,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.soomtong.inputmethod.Patal;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 3 additions & 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.0"
VERSION="1.0.1"
APPID="com.soomtong.inputmethod.Patal"
BUILD="PatalInputMethod"
PKG="$BUILD.pkg"
Expand Down Expand Up @@ -80,3 +80,5 @@ echo ""
echo "Finished distribution package build"
echo ""
ls -l ../dist

open ../dist/

0 comments on commit b434d08

Please sign in to comment.