mapbox-vision-ios icon indicating copy to clipboard operation
mapbox-vision-ios copied to clipboard

Use URL-based approach to work with file system instead of string-based

Open dersim-davaod opened this issue 6 years ago • 0 comments

Description

https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/ recommends to use URL-based approach to work with files/directories. At the same time we have places in code where string-based approach prevails.

Goal

Improve and simplify the code to follow best practices and recommendations from Apple.

Steps

  • [ ] TBD
  • [ ] Tested and acceptance criteria is matched (result matches the goal)

dersim-davaod avatar Aug 15 '19 11:08 dersim-davaod