xcodeproj 0.2.3 copy "xcodeproj: ^0.2.3" to clipboard
xcodeproj: ^0.2.3 copied to clipboard

A library for reading and modifying XCode projects.

A library for reading and modifying XCode projects.

Usage #

A simple usage example:

import 'package:xcodeproj/xcodeproj.dart';

main() {
  var proj = XCodeProj('path/to/project');
  var target = proj.targets.first;
  var config = target.buildConfigurationList.getByName('Release');
  config.buildSettings['MY_CUSTOM_SETTING'] = 'SOME_VALUE';
  proj.save();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

3
likes
110
pub points
53%
popularity

Publisher

verified publisherappsup.be

A library for reading and modifying XCode projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT, BSD-3-Clause (LICENSE)

Dependencies

collection, crypto, path, petitparser, quiver, snapshot, xml

More

Packages that depend on xcodeproj