xcodeproj 0.1.0-dev.3 copy "xcodeproj: ^0.1.0-dev.3" to clipboard
xcodeproj: ^0.1.0-dev.3 copied to clipboard

outdated

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
0
pub points
47%
popularity

Publisher

verified publisherappsup.be

A library for reading and modifying XCode projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path, petitparser, pointycastle, quiver, snapshot, xml

More

Packages that depend on xcodeproj