Unity-Technologies / NativeAudioPlugins

MIT License
135 stars 28 forks source link

Update the Xcode project and compiled output to work on Apple silicon and macOS 10.14 #13

Closed philz-unity closed 9 months ago

philz-unity commented 9 months ago

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.

AlexxUnity commented 8 months ago

8 should be fixed up with this too