I’m building an iOS app that needs multicast entitlement. I could add the following entitlements file to the generated xcode project, but how can I do it from the Projucer?
I tried that already, but it didn’t work, it indeeds adds a key to the plist file, but I think what’s needed is a generated entitlements file with the above key added.
I think this will require modifications to the Projucer. I’ve put together a patch to allow setting this entitlement from the Projucer and CMake, but this won’t be merged until after the next bugfix release, which will happen in a week or so.