Xcodeproj is a Ruby gem from the makers of CocoaPods that allows scripted access to Xcode's project file.
I'm trying to write Cocoapods specification for my library which must modify Xcode project and add "Run Script Build Phase" …
When I want to delete file in Xcode. Between "move to trash" and "remove reference" which one should I choose? …