In order to use NativeAudioPlugins in projects compiled to run on Apple silicon, we need to update the project. The last time this project was updated, the target framework was 10.9 and also built i386 binaries. Both are deprecated by Apple Inc.
This PR updates the Xcode project:
Apple silicon is now part of the bundle
x86 has been removed form the bundle
The bundle is now signed for local use (required for Apple silicon Macs)
Additionally, the old "binary" was checked in. A .bundle file is actually a directory, and it couldn't be signed properly because it contained .meta files added by an ancient Unity project, so those were deleted.
In order to use NativeAudioPlugins in projects compiled to run on Apple silicon, we need to update the project. The last time this project was updated, the target framework was 10.9 and also built i386 binaries. Both are deprecated by Apple Inc.
This PR updates the Xcode project:
Additionally, the old "binary" was checked in. A .bundle file is actually a directory, and it couldn't be signed properly because it contained .meta files added by an ancient Unity project, so those were deleted.