Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios][modules-core] Fix getExternalPathPermissions returns no read/write permissions #30540

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

dispelpowerone
Copy link
Contributor

Function getExternalPathPermissions should use URL.path instead of URL.absoluteString to retrieve permissions using FileManager.
For details see https://www.jessesquires.com/blog/2023/08/17/swift-url-absolutestring-path/

Why

Functions getPathPermissions, getExternalPathPermissions return no read/write permissions for any file
outside of "internal" directories: [cachesDirectory, documentDirectory, applicationSupportDirectory]

As the result FileSystem.copyAsync function throws an exception when attempting to copy asset files or files from the bundle directory.

How

Replaced URL.absoluteString with URL.path.

Test Plan

Use FileSystem.copyAsync method to copy any file from assets or bundle directories to a document directory.
See a test added to test-suite/tests/FileSystem.js by this PR.

Checklist

…ad/write permissions

Function getExternalPathPermissions should use URL.path instead of
URL.absoluteString to retrieve permissions using FileManager.
For details see
https://www.jessesquires.com/blog/2023/08/17/swift-url-absolutestring-path/
@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Jul 20, 2024
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Jul 21, 2024
Copy link
Member

@tsapeta tsapeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for your contribution and adding a test! 🙏

@tsapeta tsapeta changed the title [ios][expo-modules-core] Fix getExternalPathPermissions returns no read/write permissions [ios][modules-core] Fix getExternalPathPermissions returns no read/write permissions Jul 22, 2024
@tsapeta tsapeta merged commit 721d0db into expo:main Jul 22, 2024
10 of 12 checks passed
vonovak pushed a commit that referenced this pull request Jul 25, 2024
# Why

Test introduced by this PR
[#30540](#30540) fails on Android
because `bundleDirectory` on Android has different structure and
protocol.

# How

Enabled the test only for iOS platform.

# Test Plan

Run `FileSystem` tests using `bare-expo`.

# Checklist

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
aleqsio pushed a commit that referenced this pull request Aug 13, 2024
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants