Xcodeproj icon indicating copy to clipboard operation
Xcodeproj copied to clipboard

Create and modify Xcode projects from Ruby.

Results 111 Xcodeproj issues
Sort by recently updated
recently updated
newest added

Is there such a thing in Xcodeproj? Can anyone provide a code sample? Looking for a non-GUI way to do this. Thanks in advance.

Xcode 15.3 introduces: - object version 63 - new property attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa

Closes https://github.com/CocoaPods/Xcodeproj/issues/933

The documentation was outdated and didn't display the platforms that have been added to Xcodeproj over time, making it rather confusing. Valid platforms are in [project_helper.rb line 279](https://github.com/CocoaPods/Xcodeproj/blob/2a865f127971be0c660267ea8a16e8757759a856/lib/xcodeproj/project/project_helper.rb#L279)

I'm running the `xcodeproj sort` command line tool, and I'd like to know is it possible to ignore the `PBXFrameworksBuildPhase` session? I want to keep `PBXFrameworksBuildPhase` as it because the...

We have a build plugin which is a Swift package, it's represented as a `XCSwiftPackageProductDependency` object. The display name contains a "plugin:" prefix so when it's serialized it's everywhere. The...

I've added a SPM package dependency called `JWTDecode.swift`. In Xcode it appears as `JWTDecode` and that's what is set in the project. However, if I change anything in the project...

[!] [!] Xcodeproj doesn't know about the following attributes {"expectedSignature"=>"AppleDeveloperProgram:74N8742JFG:n software, Inc."} for the 'PBXFileReference' isa.

Let's assume that I'm in a group `A`. Now I want to create a structure: ``` A -- B ---- C ``` Is there any function that makes this task...