PackageTrack
Sign in Get early access

dart_xcodeproj

Dart library for parsing and working with Xcode projects. Manipulates .xcodeproj, .xcworkspace, .xcscheme, and .xcconfig files. Pure Dart, cross-platform (macOS, Windows, Linux), zero native code.

0.3.0 47K downloads/mo #1503 most downloaded on pub.dev AngeloAvv/dart_xcodeproj

What this package is like to depend on

Last release 1 months ago

15 Jul 2026

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 4 of 4 stable releases

Nothing withdrawn

no release was ever pulled

3 months old

4 releases · first in 2026

4 releases in the last 12 months

see the full history below

Release timeline

4 releases · May 2026 to Jul 2026
Release Pre-release

Releases

latest 4
  1. 0.3.0 15 Jul 2026
    Release notes

    feat: enhance test action with code coverage and macro expansion supp…

    Open source →
    Release notes

    Bug Fixes

    • EnvironmentVariables.assignVariable and CommandLineArguments.assignArgument now replace any existing entry with the same key/argument instead of appending a duplicate, matching xcodeproj's update-by-key semantics

    Features

    • TestAction now exposes macroExpansions and addMacroExpansion, matching CocoaPods xcodeproj's TestAction#add_macro_expansion (inserted before Testables when present)
    • ShellScriptActionContent now exposes buildableReference (get/set), matching xcodeproj's ShellScriptActionContent#buildable_reference, so a pre/post-build shell script can run within a specific target's build environment
    • TestAction now exposes codeCoverageTargets/addCodeCoverageTarget, matching xcodeproj's per-target code coverage filtering (flips onlyGenerateCoverageForSpecifiedTargets)
    • TestableReference now exposes parallelizable, testExecutionOrdering/randomized, skippedTests/addSkippedTest, selectedTests/addSelectedTest, useTestSelectionWhitelist, and removeBuildableReference, matching xcodeproj's test-selection and execution controls
    Open source →
  2. 0.2.0 01 Jun 2026
    Release notes

    chore: bump to 0.2.0 — update dependencies for propertylistserializat…

    Open source →
    Release notes
    • Updated propertylistserialization and xml dependencies to latest versions
    Open source →
  3. 0.1.1 23 May 2026
    Release notes

    chore: bump to 0.1.1 — export all scheme types from public barrel

    Open source →
    Release notes

    Bug Fixes

    • Export all scheme types from public barrel (BuildableProductRunnable, BuildableReference, BuildAction, LaunchAction, TestAction, AnalyzeAction, ArchiveAction, ProfileAction, and related types)
    Open source →
  4. 0.1.0 23 May 2026
    Release notes

    Initial release. Dart library for parsing and working with Xcode projects, heavily inspired by CocoaPods XcodeProj and xcode.

    Features

    • ASCII plist read/write with byte-identical round-trip
    • Full PBX object model (25+ ISA types) with reference counting
    • XcodeProject open / create / mutate / save
    • XCWorkspace, XCScheme, XcConfig read/write
    • UUID-agnostic Differ for project comparison
    • CLI: show, sort, project-diff, config-dump
    • Zero native code; runs on macOS, Linux, Windows
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive