You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,11 +64,13 @@ A free macOS cursor manager that allows you to easily replace Mac system pointer
66
64
### System Requirements
67
65
68
66
- macOS Sequoia (15) or later
69
-
- Support Architectures: runs on both Intel and Apple Silicon Macs
67
+
- Support Architectures: runs on both Intel and Apple Silicon Macs (Universal Binary)
68
+
69
+
> **Note:** The Debug version only includes the architecture of the build machine and may not run on all Macs. For normal use, please download the regular (Release) version.
70
70
71
71
Download the latest version from the [Releases](https://github.com/sdmj76/Mousecape-swiftUI/releases) section of this GitHub page.
72
72
73
-
If you encounter any problems, we recommend that you first check the [Troubleshooting](#Troubleshooting_en) section.
73
+
If you encounter any problems, we recommend that you first check the [Troubleshooting](#troubleshooting) section.
74
74
75
75
## Example Cursors
76
76
@@ -169,8 +169,6 @@ If you want to extract the cursors currently in use, you can:
If you encounter issues, please check the common solutions below first. For more help, please [submit an Issue](https://github.com/sdmj76/Mousecape-swiftUI/issues).
@@ -291,256 +289,3 @@ This is just a tool, and I've polished its UI. But what matters most is your cur
291
289
---
292
290
293
291
> **License Notice:** This project uses a dual-section license. Alex Zielenski's original code (ObjC model layer, private API layer) remains under its original BSD-like terms. All SwiftUI interface, CLI rewrite, Windows cursor conversion, and documentation by sdmj76 are covered by the Mousecape Non-Commercial License, which prohibits redistribution and requires attribution. Because the compiled application includes both, redistributing the Software as a whole requires compliance with the stricter terms. See [LICENSE](LICENSE) for full details.
0 commit comments