Skip to content

Instantly share code, notes, and snippets.

@standinga
Last active May 3, 2019 14:21
Show Gist options
  • Save standinga/0bb1489aacbfb0b6fd2e640480b43b33 to your computer and use it in GitHub Desktop.
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
<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