</>PackageGraphPackageGraph

xcode

npmv3.0.1

parser for xcodeproj/project.pbxproj files

Not recommended for new projects

No — xcode should not be adopted for new projects. Last published 2305 days ago. 50 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 2305 days ago. 50 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 8 transitive packages, about 804 KB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 16 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    Apache-2.0 — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding xcode to a project.

2
Direct dependencies

Runtime packages this one declares itself.

8
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

804 KB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing xcode, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the xcode README.

// API is a bit wonky right now
var xcode = require('xcode'),
    fs = require('fs'),
    projectPath = 'myproject.xcodeproj/project.pbxproj',
    myProj = xcode.project(projectPath);

// parsing is async, in a different process
myProj.parse(function (err) {
    myProj.addHeaderFile('foo.h');
    myProj.addSourceFile('foo.m');
    myProj.addFramework('FooKit.framework');
   
    fs.writeFileSync(projectPath, myProj.writeSync());
    console.log('new project written');
Example truncated — see the full README.

Dependencies

Declared by xcode v3.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (3)

nodeunit ^0.11.3nyc ^15.0.0pegjs ^0.10.0

Used by

Popular packages that depend on xcode.

Relationship graph

Dependencies (left) and dependents (right) of xcode.

uuidsimple-plist@expo/config-plug…xcode
xcode dependencies dependents

Frequently installed together

Release history

50 releases in the last two years, typically about 1 day apart.

Recent versions of xcode
VersionPublishedSizeLicense
3.0.2-nightly.20251125002453809.sha.e6b981ec9 months ago158 KBApache-2.0
3.0.2-nightly.20251124002730161.sha.e6b981ec9 months ago158 KBApache-2.0
3.0.2-nightly.20251123002925587.sha.5447827c9 months ago157 KBApache-2.0
3.0.2-nightly.20251122002424873.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251121002528744.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251120002524064.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251119002618228.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251118002526729.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251117002630731.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251116002746597.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251115002454896.sha.c491d3a29 months ago157 KBApache-2.0
3.0.2-nightly.20251114002605023.sha.c491d3a210 months ago157 KBApache-2.0
3.0.2-nightly.20251113002531212.sha.c491d3a210 months ago157 KBApache-2.0
3.0.2-nightly.20251112002541218.sha.c491d3a210 months ago157 KBApache-2.0
3.0.2-nightly.20251111002616864.sha.c491d3a210 months ago157 KBApache-2.0

Overview

xcode is an npm package that parser for xcodeproj/project.pbxproj files. It has 1 known dependents in the graph. The latest version is 3.0.1, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need parser for xcodeproj/project.pbxproj files and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (Apache-2.0).

Cons

  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use xcode?

No — xcode should not be adopted for new projects. Last published 2305 days ago. 50 releases in the last 2 years.

How do I install xcode?

Run `npm install xcode` to add xcode to your npm project.

How many dependencies does xcode have?

xcode declares 5 direct dependencies and pulls in 8 packages in total once its runtime tree is resolved totalling about 804 KB on disk.

What license is xcode released under?

xcode is distributed under the Apache-2.0 license.

How popular is xcode?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on xcode.

Is xcode still maintained?

The most recent release of xcode (v3.0.1) was published 6 years ago.

Does xcode run install scripts?

No. xcode does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.