CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.

Home Page:http://rubygems.org/gems/xcodeproj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open and save an xcodeproj make changes

NicolasLourenco opened this issue · comments

Hello,
I've just found that opening an xcodeproj and saving the project directly causes update on the xcodeproj.

project = Xcodeproj::Project.open("my_proj.xcodeproj")
project.save

Result with the following updates:
Capture d’écran 2021-06-25 à 16 30 57

There's a way to avoid these changes?

Not sure, can you upload a sample?