diff --git a/ios/send-ios-action-extension/ActionViewController.swift b/ios/send-ios-action-extension/ActionViewController.swift index 61122511..5d440d0d 100644 --- a/ios/send-ios-action-extension/ActionViewController.swift +++ b/ios/send-ios-action-extension/ActionViewController.swift @@ -11,8 +11,9 @@ import WebKit import MobileCoreServices var typesToLoad = [("com.adobe.pdf", "application/pdf"), ("public.png", "image/png"), - ("public.jpeg", "image/jpeg"), ("com.compuserve.gif", "image/gif"), - ("com.microsoft.bmp", "image/bmp"), ("public.plain-text", "text/plain")] + ("public.jpeg", "image/jpeg"), ("public.jpeg-2000", "image/jp2"), + ("com.compuserve.gif", "image/gif"), ("com.microsoft.bmp", "image/bmp"), + ("public.plain-text", "text/plain")] class ActionViewController: UIViewController, WKScriptMessageHandler { diff --git a/ios/send-ios.xcodeproj/project.xcworkspace/xcuserdata/donovan.xcuserdatad/UserInterfaceState.xcuserstate b/ios/send-ios.xcodeproj/project.xcworkspace/xcuserdata/donovan.xcuserdatad/UserInterfaceState.xcuserstate index 5effd940..599877ae 100644 Binary files a/ios/send-ios.xcodeproj/project.xcworkspace/xcuserdata/donovan.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/send-ios.xcodeproj/project.xcworkspace/xcuserdata/donovan.xcuserdatad/UserInterfaceState.xcuserstate differ