0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A tool to change the bundle identifier of an Xcode project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

~> 3.2.0
~> 1.4.2
 Project Readme

ChangeBundleid

A tool to change the bundle identifier of an Xcode project.

Installation

Add this line to your application's Gemfile:

gem 'change_bundleid'

And then execute:

$ bundle

Or install it yourself as:

$ gem install change_bundleid

Usage

Usage: change_bundleid [options]
    -p, --path PATH                  [REQUIRED] Path to the Xcode project (xcproject, not xcworkspace)
    -t, --target NAME                [REQUIRED] Project target
    -c, --conf NAME                  PProject configuration (default = Release)
    -i, --bundleid NAME              [REQUIRED] New bundle ID
    -s, --skip-plist                 Don't modify the info.plist file
    -v, --verbose                    Verbose mode
    -h, --help                       Show this message

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/FutureWorkshops/ChangeBundleID.

License

The gem is available under the terms of the MIT License.