xcodeproj_plus 0.3.5 copy "xcodeproj_plus: ^0.3.5" to clipboard
xcodeproj_plus: ^0.3.5 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_plus/xcodeproj.dart';

void main() {
  final proj = XCodeProj('path/to/project');
  final target = proj.targets.first;
  final 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
130
pub points
13%
popularity

Publisher

verified publisheropen-ci.io

A library for reading and modifying XCode projects.

Homepage

Documentation

API reference

License

MIT, BSD-3-Clause (LICENSE)

Dependencies

collection, crypto, path, petitparser, quiver, snapshot_plus, xml

More

Packages that depend on xcodeproj_plus