xcodeproj_plus

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

xcodeproj plus

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();
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.