Skip to content

Commit

Permalink
merge adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Jun 29, 2024
1 parent d7eec12 commit a937c12
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ $(SPARKLE_FRAMEWORK):

sparkle:
xcodebuild -project Sparkle/Sparkle.xcodeproj -configuration Release $(BUILD_SETTINGS) build
xcodebuild -project Sparkle/Sparkle.xcodeproj -scheme sign_update -configuration Release -derivedDataPath Sparkle/build $(BUILD_SETTINGS) build
$(MAKE) copy-sparkle-framework

$(SPARKLE_SIGN):
Expand All @@ -128,7 +127,6 @@ $(SPARKLE_SIGN):
copy-sparkle-framework:
mkdir -p Frameworks
cp -RP Sparkle/build/Release/Sparkle.framework Frameworks/
cp Sparkle/build/Build/Products/Release/sign_update package/

clean-sparkle:
rm -rf Frameworks/* > /dev/null 2>&1 || true
Expand All @@ -152,6 +150,7 @@ endif
package: release $(PACKAGE)

archive: package $(SPARKLE_SIGN)
bash package/make_archive

DSTROOT = /Library/Input Methods
SQUIRREL_APP_ROOT = $(DSTROOT)/Squirrel.app
Expand Down
1 change: 0 additions & 1 deletion Squirrel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.3;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
2 changes: 0 additions & 2 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<string>rime.pdf</string>
<key>tsInputModeCharacterRepertoireKey</key>
<array>
<string>Latn</string>
<string>Hans</string>
<string>Hant</string>
</array>
Expand Down Expand Up @@ -65,7 +64,6 @@
<string>rime.pdf</string>
<key>tsInputModeCharacterRepertoireKey</key>
<array>
<string>Latn</string>
<string>Hant</string>
<string>Hans</string>
</array>
Expand Down
1 change: 0 additions & 1 deletion sources/SquirrelTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,3 @@ private extension SquirrelTheme {
alpha: blend(foreground: foregroundColor.alphaComponent, background: backgroundColor.alphaComponent))
}
}

1 change: 0 additions & 1 deletion sources/SquirrelView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -766,4 +766,3 @@ private extension SquirrelView {
return (layer, downPath, upPath)
}
}

0 comments on commit a937c12

Please sign in to comment.