Post

Replies

Boosts

Views

Activity

Reply to Problem with Info.plist on Catalyst
I have a similar problem where I can open pdf with my app on iOS, but on macCatalyst it is not working. It was working at a time on macOS, but it has stopped working. When I do an open with, my app is not there on macOS. I have only 1 .plist and it is definitely all there in the app installed from the macOS store. ... <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeIconFiles</key> <array/> <key>CFBundleTypeName</key> <string>PDF File</string> <key>LSHandlerRank</key> <string>Alternate</string> <key>LSItemContentTypes</key> <array> <string>com.adobe.pdf</string> </array> </dict> ...
Feb ’21