An Example Directory Lister for Perfect
This package builds with Swift Package Manager and is part of the Perfect project.
Ensure you have installed Xcode 8.0 or later.
- Check out or download the project;
- In terminal, navigate to the directory and execute
swift package generate-xcodeproj
- Open
Perfect-Directory-Lister.xcodeproj
- Select the Executable build target from the build targets dropdown in Xcode
- Run (cmd-R) to build & run in Xcode.
In Xcode's console output pane you will see something like:
The following user directories exist in /Users/
.localized
Guest/
Desktop/
Documents/
Downloads/
Library/
Movies/
Music/
Pictures/
Public/
myusername/
.bash_history
.bash_profile
.bash_sessions/
.ssh/
Applications/
Desktop/
Documents/
Downloads/
Library/
Movies/
Music/
Pictures/
Public/
Sites/
Shared/
.localized
Library/
- Check out or download the project;
- In terminal, navigate to the directory
- Execute
swift build
- Once the project has compiled, execute
./.build/debug/Perfect-Directory-Lister
You will see output as above.
We are transitioning to using JIRA for all bugs and support related issues, therefore the GitHub issues has been disabled.
If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to http://jira.perfect.org:8080/servicedesk/customer/portal/1 and raise it.
A comprehensive list of open issues can be found at http://jira.perfect.org:8080/projects/ISS/issues
For more information on the Perfect project, please visit perfect.org.