From 0c5d4a84e4fb4b07e2a7c8b18bb992085988be69 Mon Sep 17 00:00:00 2001 From: UeharaYou Date: Thu, 25 Apr 2024 16:34:45 +0900 Subject: [PATCH] Release v2.0.5(19) Minor fixes. --- .github/workflows/release.yml | 12 ++++++------ Hidden Bar.xcodeproj/project.pbxproj | 4 ++-- HiddenBar/Info.plist | 2 +- HiddenBar/en.lproj/InfoPlist.strings | 2 +- README.md | 8 +++++--- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c448106..a236128 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: Build and Release macOS App on: workflow_dispatch: -# push: -# tags: -# - '*' + push: + tags: + - 'release' jobs: build_and_release: @@ -49,10 +49,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: ${{ github.ref_name }} + release_name: ${{ github.event.head_commit.title }} body: | - WARNING: THIS IS A TEST RELEASE!!! + ${{ github.event.head_commit.message }} draft: true prerelease: false diff --git a/Hidden Bar.xcodeproj/project.pbxproj b/Hidden Bar.xcodeproj/project.pbxproj index 88cff7d..3463371 100644 --- a/Hidden Bar.xcodeproj/project.pbxproj +++ b/Hidden Bar.xcodeproj/project.pbxproj @@ -568,7 +568,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; PRODUCT_BUNDLE_IDENTIFIER = moe.ueharayou.MinimalBar; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -596,7 +596,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; PRODUCT_BUNDLE_IDENTIFIER = moe.ueharayou.MinimalBar; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/HiddenBar/Info.plist b/HiddenBar/Info.plist index fa426b7..f907bba 100644 --- a/HiddenBar/Info.plist +++ b/HiddenBar/Info.plist @@ -27,7 +27,7 @@ LSUIElement NSHumanReadableCopyright - Copyright © 2023 UeharaYou. All rights reserved. + Copyright © 2024 UeharaYou. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/HiddenBar/en.lproj/InfoPlist.strings b/HiddenBar/en.lproj/InfoPlist.strings index f5d0ea4..bc5ab86 100644 --- a/HiddenBar/en.lproj/InfoPlist.strings +++ b/HiddenBar/en.lproj/InfoPlist.strings @@ -1,2 +1,2 @@ /* Copyright (human-readable) */ -"NSHumanReadableCopyright" = "Copyright © 2023 UeharaYou. All rights reserved."; +"NSHumanReadableCopyright" = "Copyright © 2024 UeharaYou. All rights reserved."; diff --git a/README.md b/README.md index 1968703..65d204f 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,11 @@ Original Version (v1.8): [![AppStore](img/appstore.svg)](https://itunes.apple.co ### Pre-built Packages -This version of Hidden Bar is NOT notarized. The GateKeeper will flag any non-notarized App as Untrusted and therefore prevent it from opening. Although you can override GateKeeper's decision, it is considered a bad habit while using your computer. Besides notarizing an app requires enrollments of Apple Developer Program, which currently is not the case for me. Therefore NO pre-built packages available. +Pre-built packages of Hidden Bar can be found [here](https://github.com/UeharaYou/HiddenBar/releases). -To test this version of Hidden Bar, you have to build it from source, which means you might also inspect the code yourself. +Notice: This version of Hidden Bar is NOT notarized. The GateKeeper will flag any non-notarized App as Untrusted and therefore prevent it from opening. Although you can override GateKeeper's decision, it is considered a bad habit while using your computer. Besides notarizing an app requires enrollments of Apple Developer Program, which currently is not the case for me. + +For security reasons, it is STRONGLY RECOMMENDED to build your own copies from source, which means you might also inspect the code yourself. For packages of the original Hidden Bar (up to v1.9), check out the original repo [here](https://github.com/dwarvesf/hidden). @@ -45,7 +47,7 @@ To build this version of Hidden Bar, you have to have Xcode installed. ## 🕹 Usage -CAUTION: The usage of version of Hidden Bar is slightly different from the original one. +The usage of version of Hidden Bar is slightly different from the original one. * `⌘` + drag to move the Hidden icons around in the menu bar. * Click the Arrow icon to hide menu bar items.