Releases: shotastage/Fileable.swift
Releases · shotastage/Fileable.swift
Fix inaccessible method
1.2.2 fix inaccessible method
Fix bugs
-
Fix internal inaccessible level
-
Make bundled file method nullable
Add enhancements
-
Implement get bundle file path method
-
Support both String and URL type as a path param
-
Separate platform specific method as a service
-
Support making multiple directory at once
-
Add path absolute or relative detector
Fix building scheme failure & deployment target issue
Fix building scheme failure & deployment target issue
Fix building scheme failure
Fix building scheme failure for Carthage build system.
Rename Fileable object to Path
- Rename
Fileableobject toPath Path.pwdis now support setter enabling move directoryPathobject automatically set self path as home directory when path initializer is "~".- Introduce
iOSDirios directory list - Introduce
UnixFSunix-based OS FS tree list - Now under construction -
List Contents & issue fix
1.0.8
- Fileable("path/to/dir").ls has been implemented
You can get contents of specific directory as an array.
- Fix issue
Fileable("/path/to/dir").isFilereturns TRUE #1
In this issue, isFile property does not return proper result.
Expected Result
Fileable("path/to/directory").isFile => False
Practical Result
Fileable("path/to/directory").isFile => True
Fully compatible with FileableGo API
1.0.7 revise
Rename Filekit to Fileable.
1.0.6 Change logo.
Add compile target.
1.0.5 Add compile target to iOSFileKit.