Skip to main content
deleted 1 character in body; edited tags
Source Link
HangarRash
  • 16.6k
  • 5
  • 29
  • 63

Thanks to some comments below, I have updated my infoInfo.plist with these points, but it stilltstill doesn't work unfortunately:

Thanks to some comments below, I have updated my info.plist with these points, but it stillt doesn't work unfortunately:

Thanks to some comments below, I have updated my Info.plist with these points, but it still doesn't work unfortunately:

added 882 characters in body
Source Link

Thanks to some comments below, I have updated my info.plist with these points, but it stillt doesn't work unfortunately:

 <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>CSV File</string> <key>LSItemContentTypes</key> <array> <string>com.lcairsports.csv</string> </array> </dict> </array> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.comma-separated-values-text</string> </array> <key>UTTypeIdentifier</key> <string>com.lcairsports.csv</string> <key>UTTypeDescription</key> <string>CSV File</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <string>csv</string> </dict> </dict> </array> <key>UIFileSharingEnabled</key> <true/> 

Thanks to some comments below, I have updated my info.plist with these points, but it stillt doesn't work unfortunately:

 <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>CSV File</string> <key>LSItemContentTypes</key> <array> <string>com.lcairsports.csv</string> </array> </dict> </array> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.comma-separated-values-text</string> </array> <key>UTTypeIdentifier</key> <string>com.lcairsports.csv</string> <key>UTTypeDescription</key> <string>CSV File</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <string>csv</string> </dict> </dict> </array> <key>UIFileSharingEnabled</key> <true/> 
edited tags
Link
jnpdx
  • 53.3k
  • 7
  • 91
  • 123

[iOS16][SwiftUI] ShareSheet fails to open a local file

Source Link
Loading