i have *.csv file
and *.txt file
and *.jpg
and *.gif
do these all have to be in this plistextra deal?
and what are the codes to put them in?
and *.txt file
and *.jpg
and *.gif
do these all have to be in this plistextra deal?
and what are the codes to put them in?
B4X:
#PlistExtra:<key>CFBundleDocumentTypes</key>
#PlistExtra:<array><dict><key>CFBundleTypeIconFiles</key><array/>
#PlistExtra: <key>CFBundleTypeName</key><string>CSV File</string>
#PlistExtra:<key>LSItemContentTypes</key><array>
#PlistExtra:<string>public.comma-separated-values-text</string>
#PlistExtra:</array></dict></array>