/** * **xcodeproj** - Create and modify Xcode projects from Ruby. * * @domain `cocoapods.org/xcodeproj` * @programs `xcodeproj` * @version `1.27.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install cocoapods.org/xcodeproj` * @homepage https://cocoapods.org/ * @dependencies `ruby-lang.org~3.2`, `rubygems.org^3` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cocoapodsorgxcodeproj * console.log(pkg.name) // "xcodeproj" * console.log(pkg.description) // "Create and modify Xcode projects from Ruby." * console.log(pkg.programs) // ["xcodeproj"] * console.log(pkg.versions[0]) // "1.27.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/cocoapods-org/xcodeproj.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cocoapodsorgxcodeprojPackage: { /** * The display name of this package. */ name: 'xcodeproj'; /** * The canonical domain name for this package. */ domain: 'cocoapods.org/xcodeproj'; /** * Brief description of what this package does. */ description: 'Create and modify Xcode projects from Ruby.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/cocoapods.org/xcodeproj/package.yml'; homepageUrl: 'https://cocoapods.org/'; githubUrl: 'https://github.com/CocoaPods/Xcodeproj'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install cocoapods.org/xcodeproj'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +cocoapods.org/xcodeproj -- $SHELL -i'; launchpadInstallCommand: 'launchpad install cocoapods.org/xcodeproj'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['xcodeproj']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['ruby-lang.org~3.2', 'rubygems.org^3']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.27.0']; aliases: readonly [] }; export type CocoapodsorgxcodeprojPackage = typeof cocoapodsorgxcodeprojPackage