Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-create plist file for features #13

Closed
michaelengland opened this issue May 31, 2014 · 0 comments
Closed

Auto-create plist file for features #13

michaelengland opened this issue May 31, 2014 · 0 comments
Assignees
Milestone

Comments

@michaelengland
Copy link
Owner

Add a binary with usageflip-the-switch plist.

This call auto-generates a Features.plist file for enabled/disabled features such as:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>amazing_thing</key>
    <true/>
</dict>
</plist>

By default, this should read a yaml file (if exists) at the current location, and generate a plist file from it.
Extra options are:

  • input specifies the location directory of the features.yml file to read
  • output specifies the location directory of the Features.plist file to create
  • enabled specifies extra features to be set as enabled
  • disabled specifies extra features to be set as disabled
@michaelengland michaelengland added this to the 0.1.0 (Gem) milestone May 31, 2014
@michaelengland michaelengland self-assigned this May 31, 2014
@nerdsRob nerdsRob changed the title Auto-create source file for features Auto-create plist file for features Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant