Registry / build-tool / xcodeproj

xcodeproj

JSON →
library1.27.0rbrubygemsunverified

Create and modify Xcode projects from Ruby, including support for workspaces and configuration files.

gem install xcodeproj
INSTALL
IMPORT
SIG · XCODEPROJ
X
xcodeproj
build-toolrubyv1.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Xcodeproj
require 'xcodeproj'

Open an Xcode project and print the name of its first target.

require 'xcodeproj' project = Xcodeproj::Project.open('MyApp.xcodeproj') puts project.targets.first.name
Debug
Known issues
breakingXcodeproj requires Ruby 2.7 or newer.
fix
Upgrade Ruby to version 2.7 or later.
affects: >= 1.27.0
Upgrade
Version history
1.27.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
xcodeproj — gem install xcodeproj · libregistry