https://github.com/qiuzhifei/xcode-helper
This is a demo that shows how you can create a command-line tools with the Swift Package Manager.
https://github.com/qiuzhifei/xcode-helper
swift swiftpackage swiftpackagemanager
Last synced: 24 days ago
JSON representation
This is a demo that shows how you can create a command-line tools with the Swift Package Manager.
- Host: GitHub
- URL: https://github.com/qiuzhifei/xcode-helper
- Owner: QiuZhiFei
- License: mit
- Created: 2021-07-17T08:36:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T06:43:19.000Z (almost 5 years ago)
- Last Synced: 2025-10-25T05:44:07.742Z (8 months ago)
- Topics: swift, swiftpackage, swiftpackagemanager
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcode-helper
This is a demo that shows how you can create a command-line tools with the Swift Package Manager.
### Quick Start
```
git clone https://github.com/QiuZhiFei/xcode-helper
cd xcode-helper
```
```
> swift run xcode-helper
[0/0] Build complete!
OVERVIEW: Xcode helper
USAGE: xcode-helper
OPTIONS:
--version Show the version.
-h, --help Show help information.
SUBCOMMANDS:
cache Xcode cache helper
See 'xcode-helper help ' for detailed help.
```
Show Xcode cache files
```
> swift run xcode-helper cache list
[3/3] Build complete!
list cache files:
------------------------
archives
4.9G /Users/zhifeiqiu/Library/Developer/Xcode/Archives
simulators
5.9G /Users/zhifeiqiu/Library/Developer/CoreSimulator/Devices
deviceSupport
38G /Users/zhifeiqiu/Library/Developer/Xcode
derivedData
27G /Users/zhifeiqiu/Library/Developer/Xcode/DerivedData
previews
135M /Users/zhifeiqiu/Library/Developer/Xcode/UserData/Previews/Simulator Devices
coreSimulatorCaches
6.2G /Users/zhifeiqiu/Library/Developer/CoreSimulator/Caches/dyld
```