Skip to content

Commit

Permalink
Consolidated update to Squirrel (#749)
Browse files Browse the repository at this point in the history
* Build Sparkle from source

* Automate codesign

* update rime icon for macOS 13

* address deprecated methods

* All UI Changes

* Update project.pbxproj

* Handle abbrev status label update

* Adopt TextKit 2

* Update readme and compilation guide

* Optimize right corners

* Select by clicking

* Bug fix and code optimization

Fix a bug, that utf8len returns length in UTF32, instead of UTF16, which is used in NSString.

Further reduce chances of artifacts appearing

refactor code

* Better mouse event handling

* Update to new change page API

* revert change in README
  • Loading branch information
LEOYoon-Tsaw authored Apr 15, 2023
1 parent 92f662d commit 7de3919
Show file tree
Hide file tree
Showing 228 changed files with 1,053 additions and 7,950 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Squirrel.xcodeproj/project.xcworkspace/
Squirrel.xcodeproj/xcuserdata/
build/
build.log
Frameworks/*
bin/*
lib/*
data/opencc/
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[submodule "plum"]
path = plum
url = https://github.com/rime/plum.git
[submodule "Sparkle"]
path = Sparkle
url = https://github.com/sparkle-project/Sparkle
4 changes: 2 additions & 2 deletions Assets.xcassets/RimeIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"images" : [
{
"filename" : "rime-small-16.png",
"filename" : "rime-16 1.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "rime-small-32.png",
"filename" : "rime-32 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
Expand Down
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets.xcassets/RimeIcon.appiconset/rime-16 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets.xcassets/RimeIcon.appiconset/rime-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets.xcassets/RimeIcon.appiconset/rime-small-16.png
Binary file not shown.
Binary file removed Assets.xcassets/RimeIcon.appiconset/rime-small-32.png
Binary file not shown.
1 change: 0 additions & 1 deletion Frameworks/Sparkle.framework/Headers

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

43 changes: 0 additions & 43 deletions Frameworks/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h

This file was deleted.

25 changes: 0 additions & 25 deletions Frameworks/Sparkle.framework/Versions/A/Headers/SPUDownloader.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions Frameworks/Sparkle.framework/Versions/A/Headers/SPUURLRequest.h

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7de3919

Please sign in to comment.