Last active
May 3, 2019 14:21
-
-
Save standinga/0bb1489aacbfb0b6fd2e640480b43b33 to your computer and use it in GitHub Desktop.
Audio Unit Extension Info.plist from medium post about Audio Unit V3 Extensions
This file contains hidden or 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
<dict> | |
<key>NSExtensionAttributes</key> | |
<dict> | |
<key>AudioComponentBundle</key> // key required to load audio unit in-process | |
<string>co.borama.AUFramework</string> // framework bundle identifier | |
<key>AudioComponents</key> | |
<array> | |
<dict> | |
<key>description</key> | |
<string>VolumePlugin</string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment