LT-Global-Background: Added Apple Silicon Support #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since I successfully managed to build and test the product on my apple silicon Mac, I would like to delete the "archs: intel" field from the packages.
Here are some changes I made which I would like to double-check whether it is ok/correct:
Xcode Template suggested to set the build target to 10.11, but when I tried to modify the project the minimum was 10.13. Thus I set the target to 10.13.
I modified the "Run destination" from "My Mac" to "Any Mac (Apple Silicon, Intel)", and archived it to make a release-profiled compilation. It worked on my Apple Silicon Mac, but I couldn't test it on Intel since I don't have one anymore. Will it work on Intel too, or should I change archs to "archs: (arm)"? The compiled plugin is posted here: https://github.com/Leedotype/global-background