Skip to content

xcodeproj

Create and modify Xcode projects from Ruby.

Package Information

  • Domain: cocoapods.org/xcodeproj
  • Name: xcodeproj
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install xcodeproj

Programs

This package provides the following executable programs:

  • xcodeproj

Available Versions

Show all 1 versions
  • 1.27.0

Latest Version: 1.27.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) xcodeproj -- $SHELL -i

Dependencies

This package depends on:

  • ruby-lang.org~3.2
  • rubygems.org^3

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.xcodeproj

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.