Skip to content

Commit

Permalink
Merge branch 'master' into dark_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Jan 18, 2021
2 parents 8dc2f38 + 088cc84 commit c2923e2
Show file tree
Hide file tree
Showing 107 changed files with 167 additions and 2,492 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
os: osx
osx_image: xcode12.3
compiler: clang
install: ./travis-install.sh
script: make
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ RIME_LIB_DIR = librime/dist/lib
RIME_LIBRARY_FILE_NAME = librime.1.dylib
RIME_LIBRARY = lib/$(RIME_LIBRARY_FILE_NAME)

RIME_DEPS = librime/thirdparty/lib/libmarisa.a \
RIME_DEPS = librime/thirdparty/lib/libcapnp.a \
librime/thirdparty/lib/libmarisa.a \
librime/thirdparty/lib/libleveldb.a \
librime/thirdparty/lib/libopencc.a \
librime/thirdparty/lib/libyaml-cpp.a
PLUM_DATA = bin/rime-install \
data/plum/default.yaml \
data/plum/symbols.yaml \
data/plum/essay.txt
OPENCC_DATA = data/opencc/TSCharacters.ocd \
data/opencc/TSPhrases.ocd \
OPENCC_DATA = data/opencc/TSCharacters.ocd2 \
data/opencc/TSPhrases.ocd2 \
data/opencc/t2s.json
DEPS_CHECK = $(RIME_LIBRARY) $(PLUM_DATA) $(OPENCC_DATA)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
安裝輸入法
---

本品適用於 64 位 macOS 10.7+
本品適用於 macOS 10.9+

初次安裝,如果在部份應用程序中打不出字,請註銷並重新登錄。

Expand Down
1 change: 0 additions & 1 deletion Sparkle.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Sparkle.framework/Resources

This file was deleted.

1 change: 0 additions & 1 deletion Sparkle.framework/Sparkle

This file was deleted.

33 changes: 0 additions & 33 deletions Sparkle.framework/Versions/A/Headers/SUAppcast.h

This file was deleted.

47 changes: 0 additions & 47 deletions Sparkle.framework/Versions/A/Headers/SUAppcastItem.h

This file was deleted.

118 changes: 0 additions & 118 deletions Sparkle.framework/Versions/A/Headers/SUUpdater.h

This file was deleted.

27 changes: 0 additions & 27 deletions Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h

This file was deleted.

21 changes: 0 additions & 21 deletions Sparkle.framework/Versions/A/Headers/Sparkle.h

This file was deleted.

24 changes: 0 additions & 24 deletions Sparkle.framework/Versions/A/Resources/Info.plist

This file was deleted.

7 changes: 0 additions & 7 deletions Sparkle.framework/Versions/A/Resources/License.txt

This file was deleted.

0 comments on commit c2923e2

Please sign in to comment.