Project

nanping

0.0
No commit activity in last 3 years
No release in over 3 years
CLI for tweaking plist files for iOS Apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 4.1
 Project Readme

Nanping

plist tweaks for ios builds

Installation

$ gem install nanping

Usage

Provides few extra commands for ios build related to plist changes. Inspired from Shenzhen

nanping adds the iosbuild command to your PATH:

$ iosbuild

  Tweak plist settings

  Commands:
     help                   Display global or [command] help documentation.
     plist:buildnumber      Update build number properties in application plist file
     plist:configure        Update properties in application plist file
     plist:read             Read properties in application plist file

  Aliases:

  Global Options:
    -h, --help              Display help documentation
    -v, --version           Display version information
    -t, --trace             Display backtrace when an error occurs

Example Usage

    $ cd /path/to/iOS Project/
    $ iosbuild plist:buildnumber    --file "$PLIST_FILE" \
                                    --infix Trial
                                    --buildnumber $JENKINS_BUILD_NUMBER
    $ iosbuild plist:configure      --file "$PLIST_FILE" \
                                    CFBundleDisplayName='Hours Trial' \
                                    CFBundleIdentifier=com.thirstysea.trial.hours 

Contact

Uday Pandey

License

Nanping is available under the MIT license. See the LICENSE file for more info.