Skip to content

udaypandey/nanping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

plist tweaks for ios builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages