Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Use recommended SF symbols #41

Closed

Conversation

MauriceArikoglu
Copy link

@MauriceArikoglu MauriceArikoglu commented Apr 13, 2023

Instead of bundling images it is recommended to use the equivalent SF symbols.
Some images were not appropriate for the case they were used in, so I replaced them with the appropriate alternative.

I also fixed a problem with the Symbols being cut as well as improperly scaled in some cases.

SF Symbols is available from macOS 11 onwards, so I changed the build target from 10.15 to 11, updated the project settings to the recommended settings and replaced a deprecated function call to NSWorkspace. Due to the optional nature of the presence of Xcode on a users host while Xcode is required to run I implemented a runtime check warning the user if Xcode is not found.

Hint: This is based on #40 - can be merged independently though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant