Skip to content

A simple script for generating plist for enterprise iOS builds

Notifications You must be signed in to change notification settings

fahadm/PlistGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PlistGenerator

A simple script for generating plist file(s) for enterprise iOS builds

Usage

Usage: plistgen.py -s [server] -i [path to ipa file] -l [path to icon large] -m [path to icon small] -d [identifier] -t [title] -u [subtitle] -f [outputfilename]

Creates a simple plist file for enterprise publishing

Options: --version show program's version number and exit

-h, --help show this help message and exit

-s SERVER, --server=SERVER

-i IPA, --ipa=IPA

-m ICNSMALL, --icnsmall=ICNSMALL

-l ICNLARGE, --icnlarge=ICNLARGE

-d IDENTIFIER, --identifier=IDENTIFIER

-t TITLE, --title=TITLE

-u SUBTITLE, --subtitle=SUBTITLE

-f OUTPUTFILE, --outfile=OUTPUTFILE

License

Copyright (C) 2013 Fahad Mansoor

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple script for generating plist for enterprise iOS builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages