CocoaPods / CocoaPods/Xcodeproj
Open and save an xcodeproj make changes
Open
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I've just found that opening an xcodeproj and saving the project directly causes update on the xcodeproj.
```ruby
project = Xcodeproj::Project.open("my_proj.xcodeproj")
project.save
```
Result with the following updates:

There's a way to avoid these changes?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.