Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Jan 7, 2024
1 parent 41d9743 commit c899145
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "librime"]
path = librime
url = https://github.com/groverlynn/librime.git
branch = choose
branch = extension
ignore = dirty
[submodule "plum"]
path = plum
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Choose one of the following options.
``` sh
export BUILD_UNIVERSAL=1

export BOOST_ROOT="$(pwd)/librime/deps/boost_1_83_0"
export BOOST_ROOT="$(pwd)/librime/deps/boost-1.84.0"

export CMAKE_GENERATOR=Ninja

Expand Down Expand Up @@ -134,7 +134,7 @@ make ARCHS='x86_64' MACOSX_DEPLOYMENT_TARGET='10.15'
Just add `package` after `make`

```
make package ARCHS='arm64' MACOSX_DEPLOYMENT_TARGET='10.14'
make package ARCHS='arm64' MACOSX_DEPLOYMENT_TARGET='10.15'
```

Define or echo `DEV_ID` to automatically handle code signing and [notarization](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution) (Apple Developer ID needed)
Expand Down
2 changes: 1 addition & 1 deletion Sparkle
Submodule Sparkle updated 663 files
4 changes: 2 additions & 2 deletions Squirrel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.16.2u;
CURRENT_PROJECT_VERSION = 0.16.2e;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -672,7 +672,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.16.2u;
CURRENT_PROJECT_VERSION = 0.16.2e;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

rime_version=1.9.0-m
rime_git_hash=275b399
rime_version=1.9.0-e
rime_git_hash=d50ff34

rime_archive="rime-${rime_git_hash}-macOS.tar.bz2"
rime_download_url="https://github.com/groverlynn/librime/releases/download/${rime_version}/${rime_archive}"
Expand Down

0 comments on commit c899145

Please sign in to comment.