-
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: major rehaul of the preferences!
closes #351 BREAKING CHANGE: The old preferences panel has been replaced with a brand new one Preferences are now much simpler, full of visual illustrations, and should provide a much better experience. Pick between 3 styles (thumbnails, app-icons, titles), sizes, dark/light themes, high visibility options, and more!
- Loading branch information
Showing
196 changed files
with
32,677 additions
and
17,952 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
retain_objc_accessible: true | ||
schemes: | ||
- Release | ||
targets: | ||
- alt-tab-macos | ||
workspace: alt-tab-macos.xcworkspace | ||
report_exclude: | ||
- src/api-wrappers/PrivateApis.swift |
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,6 @@ | ||
# We can find the rules here. | ||
# https://github.com/nicklockwood/SwiftFormat/blob/main/Rules.md | ||
|
||
--swiftversion 5.5 | ||
|
||
--maxwidth 120 |
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,11 @@ | ||
# **/*.swift: Matches all .swift files in the current directory and all its subdirectories. | ||
# src/**/*.swift: Matches all .swift files in the src directory and all its subdirectories. | ||
# !node_modules/**: Excludes all files in the node_modules directory and all its subdirectories. | ||
|
||
Pods/** | ||
Generated/** | ||
|
||
**/PrivateApis.swift | ||
|
||
# We will open a new branch to deal with code format issues at the next release. | ||
**/* |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.