-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixing an issue with up and down buttons not working properly under…
… macOS 10.13.6: macOS 10.13.6 posts kHIDUsage_GD_SystemMenu[Up|Down] alongside kHIDUsage_Csmr_Volume[Increment|Decrement], which ends up being interpreted as a double press. To avoid this, these usages are ignored when running under 10.13.6 and later. - Updating build settings to no longer target i386 (which produces an error in recent Xcode versions) - Bumping version number to 1.7 - Removing xcuserdata and extending gitignore
- Loading branch information
1 parent
33a32ab
commit 603fe0f
Showing
9 changed files
with
35 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
.DS_Store | ||
|
||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
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
41 changes: 0 additions & 41 deletions
41
...e/HIDRemoteExample.xcodeproj/project.xcworkspace/xcshareddata/HIDRemoteExample.xccheckout
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-20.2 KB
...xcodeproj/project.xcworkspace/xcuserdata/felix.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
91 changes: 0 additions & 91 deletions
91
...DRemoteExample.xcodeproj/xcuserdata/felix.xcuserdatad/xcschemes/HIDRemoteExample.xcscheme
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...IDRemoteExample.xcodeproj/xcuserdata/felix.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
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