Why is the project format from Xcode 5.1.1 from Plist to XML?

You can see how the project format shown in this image goes from the Plist format to XML between these branches in Git, which doubles the file format, which often becomes a conflict when merging branches. Something seems to change it from the Plist to XML format. This project really uses CocoaPods, so maybe this is a factor. I am using CocoaPods 0.33.1.

I tested CocoaPods, which is the only way to modify the application next to Xcode, although I have not seen it change the project when I start pod install.

Any ideas on how project files can be changed from Plist format to XML?

enter image description here

+4
1

Cocoapods XML. , Plist, Xcode .

, xcproj.

, :

brew install xcproj

Cocoapods Plist .

. Cocoapods: https://github.com/CocoaPods/CocoaPods/wiki/Generate-ASCII-format-xcodeproj

+5

Source: https://habr.com/ru/post/1544401/


All Articles