XcodeEditor icon indicating copy to clipboard operation
XcodeEditor copied to clipboard

An API for manipulating Xcode project files.

Results 29 XcodeEditor issues
Sort by recently updated
recently updated
newest added

Use recommended project settings in Xcode 13 as automatically performed. use angle brackets for included header files in public headers Replaced every heavy NSLog by `if ( DEBUG ) printf(...

i create fiolder and files ,but i can't add it to my project.can u give some demo ?

Hello guys, I'd like to ask how you can create a new target and a new build scheme - but not by duplicating it, but by creating the new target...

I updated xcode to xcode7, happened this static const NSString\* SDK_PATH = @"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk"; - (NSString*)libzDylibPath { return [SDK_PATH stringByAppendingPathComponent:@"/usr/lib/libz.tbd"]; } XCFrameworkDefinition\* frameworkDefinition = [[XCFrameworkDefinition alloc] initWithFilePath:[XCFrameworkPath libzDylibPath] copyToDestination:NO]; [frameworksGroup addFramework:frameworkDefinition...

Hi, Thanks so much for developing this. It was exactly what I needed. I noticed one issue, though. CocoaPods now uses a emoji in various build phase names it adds...

Is this is possible to add source to group with specific path ?

Does XCodeEditor support sorting targets in alphabetical order? I could not figure out a way to do it.

Anyone figured out a way to add a framework to a target and add it to the embed binaries build phase ?

I was trying to automate the removal of a bunch of source files from a specific target in my project. I couldn't find this documented anywhere or any mention in...