Skip to content

Commit

Permalink
Merge pull request #15 from AndrewBennet/files-app-document-support
Browse files Browse the repository at this point in the history
Better support import of CSV files
  • Loading branch information
AndrewBennet authored Jan 31, 2019
2 parents 3f5bfff + 5d3c290 commit ecd32c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ReadingList/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.comma-separated-values-text</string>
Expand Down Expand Up @@ -57,6 +57,8 @@
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsLocalNetworking</key>
Expand Down Expand Up @@ -101,7 +103,7 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportsDocumentBrowser</key>
<true/>
<false/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
Expand Down

0 comments on commit ecd32c8

Please sign in to comment.