All Projects → niklasberglund → Xcode Clean.sh

niklasberglund / Xcode Clean.sh

Licence: mit
Bash script freeing up disk space by removing Xcode generated data

Programming Languages

shell
77523 projects
script
160 projects

Projects that are alternatives of or similar to Xcode Clean.sh

Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
Stars: ✭ 19,512 (+11797.56%)
Mutual labels:  cache, xcode
Lru Cache
💫 A feature complete LRU cache implementation in C++
Stars: ✭ 162 (-1.22%)
Mutual labels:  cache
Cachew
Transparent and persistent cache/serialization powered by type hints
Stars: ✭ 155 (-5.49%)
Mutual labels:  cache
Cdmarkdownkit
An extensive Swift framework providing simple and customizable markdown parsing.
Stars: ✭ 158 (-3.66%)
Mutual labels:  xcode
React Native Unified Contacts
Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
Stars: ✭ 156 (-4.88%)
Mutual labels:  xcode
Study
全栈工程师学习笔记;Spring登录、shiro登录、CAS单点登录和Spring boot oauth2单点登录;Spring data cache 缓存,支持Redis和EHcahce; web安全,常见web安全漏洞以及解决思路;常规组件,比如redis、mq等;quartz定时任务,支持持久化数据库,动态维护启动暂停关闭;docker基本用法,常用image镜像使用,Docker-MySQL、docker-Postgres、Docker-nginx、Docker-nexus、Docker-Redis、Docker-RabbitMQ、Docker-zookeeper、Docker-es、Docker-zipkin、Docker-ELK等;mybatis实践、spring实践、spring boot实践等常用集成;基于redis的分布式锁;基于shared-jdbc的分库分表,支持原生jdbc和Spring Boot Mybatis
Stars: ✭ 159 (-3.05%)
Mutual labels:  cache
Layercache
Caching made simple for Android and Java.
Stars: ✭ 155 (-5.49%)
Mutual labels:  cache
Haproxy
HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Stars: ✭ 2,463 (+1401.83%)
Mutual labels:  cache
Marathon
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
Stars: ✭ 1,889 (+1051.83%)
Mutual labels:  xcode
Whats New In Swift 4
An Xcode playground showcasing the new features in Swift 4.0.
Stars: ✭ 1,860 (+1034.15%)
Mutual labels:  xcode
Pulley
A library to imitate the iOS 10 Maps UI.
Stars: ✭ 1,928 (+1075.61%)
Mutual labels:  xcode
Accordionswift
The best way of implement an accordion menu using an UITableView in Swift
Stars: ✭ 156 (-4.88%)
Mutual labels:  xcode
Action Docker Layer Caching
🐳 Enable Docker layer caching in GitHub Actions
Stars: ✭ 160 (-2.44%)
Mutual labels:  cache
Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (+1117.07%)
Mutual labels:  xcode
Zkcarousel
A simple carousel implementation written in Swift
Stars: ✭ 163 (-0.61%)
Mutual labels:  xcode
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (-7.93%)
Mutual labels:  xcode
Cacheable Response
An HTTP compliant route path middleware for serving cache response with invalidation support.
Stars: ✭ 157 (-4.27%)
Mutual labels:  cache
Learning React Native
React Native Learning Notebook
Stars: ✭ 158 (-3.66%)
Mutual labels:  xcode
Gltf To Usdz Research
Research and proof of concept of converting glTF to USDZ for AR Quick Look (iOS 12+).
Stars: ✭ 164 (+0%)
Mutual labels:  xcode
Cachemanager
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Stars: ✭ 2,049 (+1149.39%)
Mutual labels:  cache

xcode-clean.sh

Bash script freeing up disk space by removing Xcode generated data

screenshot

Usage

$ ./xcode-clean.sh -h
Usage: ./xcode-clean.sh [options]

Frees up disk space by removing Xcode data. NOTE: you might want to keep backups of the dsym files in ~/Library/Developer/Xcode/Archives

EXAMPLE:
    ./xcode-clean.sh -A

OPTIONS:
   -h           Show this help message
   -a           Remove all Xcode archives
   -d           Remove everything in DerivedData folder
   -D           Remove everything in DeviceSupport folder
   -s           Remove simulator data
   -A           Remove all of the above(archived, DerivedData and simulator data)
   --dry-run    Dry run mode prints which directories would be cleared but don't remove any files

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].