Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylybaye/XcodeCleaner
Cleaner for Xcode.app built with react-native-macos
https://github.com/waylybaye/XcodeCleaner
appstore macos react-native xcode
Last synced: about 2 months ago
JSON representation
Cleaner for Xcode.app built with react-native-macos
- Host: GitHub
- URL: https://github.com/waylybaye/XcodeCleaner
- Owner: waylybaye
- License: gpl-3.0
- Created: 2017-10-14T02:14:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T13:00:00.000Z (about 5 years ago)
- Last Synced: 2024-10-14T10:21:27.976Z (2 months ago)
- Topics: appstore, macos, react-native, xcode
- Language: Objective-C
- Homepage:
- Size: 940 KB
- Stars: 1,555
- Watchers: 23
- Forks: 123
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - waylybaye/XcodeCleaner - Cleaner for Xcode.app built with react-native-macos (Objective-C)
- open-source-mac-os-apps - Cleaner for Xcode - Cleaner for Xcode.app built with react-native-macOS. ![objective_c_icon] (Applications / Development)
- open-source-mac-os-apps - Cleaner for Xcode - Cleaner for Xcode.app built with react-native-macOS. ![objective_c_icon] (Applications / Development)
README
# Cleaner for Xcode
The new SwiftUI version is here https://github.com/waylybaye/XcodeCleaner-SwiftUI
---
![Screen Shot](./screenshot.png "Screenshot")
This app helps you to make your Xcode faster by removing unwanted and deprecated files.
You can run cleaner weekly or monthly to keep your developer folder health and to save more disk space.
这个应用可以帮助你清除遗留以及废弃文件,从而极大的节省硬盘空间. 你可以每月或者每周运行一次进行清理。
## Download
Cleaner for Xcode is available on Mac App Store now, you can get it using the link below. You can also build it by yourself, please refer to `Build` section.
[![Download on App Store](https://www.apple.com/itunes/link/images/link-badge-appstore.png "View on App Store")
](https://itunes.apple.com/app/cleaner-for-xcode/id1296084683)## Build
Make sure you have latest `node` and `npm or yarn` and `watchman` installed, you can install them using `homebrew`
1. Run `npm install` or `yarn` in project directory.
2. Run `open macos/XcodeCleaner.xcodeproj` to open Xcode project.
3. Disable `App Sandbox` in target's `Capabilities`.
4. Run!----
## FAQ
#### 中国用户可能遇到的编译问题 (for Chinese users)
npm/yarn 安装过程会在 npmjs.com 下载库,这个网络会比较慢。编译过程中会去 github 和 sourceforge 下载依赖库。所以你需要一个系统全局的科学上网环境。
## LICENSE
You are permitted to use this
source code, with or without modification, in source or binary form, on
your devices however you see fit. You are not permitted to redistribute
binaries of this source code, with or without modification. In other
words, you cannot put this application or any application derived from
it, on the Apple App Store, Cydia, or any other binary-only distribution
channel.