Adds audio/camera entitlements for Catalyst for the Examples app.
Xcode enables hardened runtime for macos when these entitlements are added
Marks AttachmentCameraController.onCameraCaptureModeChanged unavailable for Catalyst as I could not find a suitable NSNotification to detect the audio/video change.
Disables the app settings buttons for Catalyst as I couldn't find a suitable alternative to UIApplication.openSettingsURLString. Instead, the user must open settings manually:
Ref Apollo 778
macos
when these entitlements are addedAttachmentCameraController.onCameraCaptureModeChanged
unavailable for Catalyst as I could not find a suitable NSNotification to detect the audio/video change.UIApplication.openSettingsURLString
. Instead, the user must open settings manually: