-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix touch support for Bamboo on Big Sur
- Loading branch information
1 parent
7912e18
commit 87924d9
Showing
14 changed files
with
97 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
16c16 | ||
< <bundle CFBundleShortVersionString="PenTablet v5.3.7-6" CFBundleVersion="5.3.7f6" id="com.wacom.PenTabletSettingsPrefPane" path="Library/PreferencePanes/PenTablet.prefpane"/> | ||
--- | ||
> <bundle CFBundleShortVersionString="5.3.7-6" CFBundleVersion="5.3.7f6" id="com.wacom.PenTabletSettingsPrefPane" path="Library/PreferencePanes/PenTablet.prefpane"/> | ||
20a21 | ||
> <bundle CFBundleShortVersionString="Wacom Touch 5.3.7-6" CFBundleVersion="5.3.7f6" id="com.wacom.ConsumerTouchDriver" path="Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app"/> | ||
29a31 | ||
> <welcome file="Welcome.rtf" mime-type="text/richtext"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
10c10,11 | ||
< <bundle path="./Library/PreferencePanes/PenTablet.prefpane" id="com.wacom.PenTabletSettingsPrefPane" CFBundleShortVersionString="PenTablet v5.3.7-6" CFBundleVersion="5.3.7f6"/> | ||
--- | ||
> <bundle path="./Library/PreferencePanes/PenTablet.prefpane" id="com.wacom.PenTabletSettingsPrefPane" CFBundleShortVersionString="5.3.7-6" CFBundleVersion="5.3.7f6"/> | ||
> <bundle path="./Library/Application Support/Tablet/ConsumerTouchDriver.app" id="com.wacom.ConsumerTouchDriver" CFBundleShortVersionString="Wacom Touch 5.3.7-6" CFBundleVersion="5.3.7f6"/> | ||
12a14 | ||
> <bundle id="com.wacom.ConsumerTouchDriver"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
558a559 | ||
> rmtree("$gDriverAppPath/ConsumerTouchDriver.app"); |
Oops, something went wrong.