When MASShortcut is used in an app extension, Xcode generates a warning:
linking against a dylib which is not safe for use in application extensions
I have checked the “Allow app extension API only” for the MASShortcut target that should clear this warning. The project builds fine after the change, so I think this is safe? The only hitch could be if we need some non-app-extension API in the future, but that does not seem right anyway?
When MASShortcut is used in an app extension, Xcode generates a warning:
I have checked the “Allow app extension API only” for the MASShortcut target that should clear this warning. The project builds fine after the change, so I think this is safe? The only hitch could be if we need some non-app-extension API in the future, but that does not seem right anyway?