Skip to content

Commit

Permalink
allow browsing downloads on iOS
Browse files Browse the repository at this point in the history
- enables the Files app on iOS to access the app's internal documents directory (`NSDocumentDirectory`), where downloads are stored by default
  • Loading branch information
Chaphasilor authored Jan 16, 2024
1 parent 9409fc4 commit b4a1805
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/Runner/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@
<true/>
<key>FLTEnableImpeller</key>
<false/>
<!-- Enable viewing Finamp downloads on iOS -->
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions ios/Runner/Info-Profile.plist
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@
<true/>
<key>FLTEnableImpeller</key>
<false/>
<!-- Enable viewing Finamp downloads on iOS -->
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions ios/Runner/Info-Release.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@
<false/>
<key>FLTEnableImpeller</key>
<false/>
<!-- Enable viewing Finamp downloads on iOS -->
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
</dict>
</plist>

0 comments on commit b4a1805

Please sign in to comment.