AUV3 effects in Swift Playground iPad - info.plist

Hi everyon. I‘d like to ask If there’s a way of including info.plist into swift playground on the iPad. I’m currently developing a daw on the iPad, I can see and use Apple’s auv3 plugins but can’t see third party apps like fab filter etc installed on the iPad. I think it’s needs inter app or auv3 entitlement. Is there a work around? I have attached my code for auv3 section. if anyone is interested , here is a video of my progress so far https://youtu.be/_2-L3oowfd0?si=cbr_9vYc3DOXV3R1

Answered by DTS Engineer in 887877022

So, lemme see if I understand this correctly:

  • You’re using Swift Playground 4.7 on iPad.
  • You’ve created an app playground.
  • You’re trying to add an Info.plist property to your app, one that’s not directly support by the Swift Playground app.

Is that right?

If so, then sadly there’s no good way to do this. The Swift Playground app doesn’t have a UI that lets you add arbitrary Info.plist properties, and there’s no supported way to provide an ‘template’ Info.plist file [1].

Oh, and please do file your own enhancement request describing what you’re trying to do and what you’d like Swift Playground to support.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] If you search the ’net for FB9824864 you’ll find an unsupported way to do that. I’m not sure if it still works.

So, lemme see if I understand this correctly:

  • You’re using Swift Playground 4.7 on iPad.
  • You’ve created an app playground.
  • You’re trying to add an Info.plist property to your app, one that’s not directly support by the Swift Playground app.

Is that right?

If so, then sadly there’s no good way to do this. The Swift Playground app doesn’t have a UI that lets you add arbitrary Info.plist properties, and there’s no supported way to provide an ‘template’ Info.plist file [1].

Oh, and please do file your own enhancement request describing what you’re trying to do and what you’d like Swift Playground to support.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] If you search the ’net for FB9824864 you’ll find an unsupported way to do that. I’m not sure if it still works.

AUV3 effects in Swift Playground iPad - info.plist
 
 
Q