Repository is archived
No commit activity in last 3 years
No release in over 3 years
Makes CocoaPods source files read-only, so you can't accidently modify them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

cocoapods-readonly

Developers switching from submodules are used to modifying library source files from within Xcode. If you don’t checkout a local version first, changes won’t be picked up by git and might be lost the next time you run ‘pod install.'

This plugin removes the write permission from all pod-related files that aren’t installed via a local pod. Xcode will then give you a helpful message, noting that the file is locked.

Installation

$ gem install cocoapods-readonly

Usage

This runs automatically on pod install – you don't have to do anything.