Xcodeproj | Coderz Repository

xcodeproj

Last updated:

0 purchases

xcodeproj Image
xcodeproj Images

Free

Languages

Categories

Add to Cart

Description:

xcodeproj

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();
}
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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.