Repository is archived
No release in over 3 years
Low commit activity in last 3 years
A tool to change a setting in 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

~> 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 'xcodeproj_setting'

And then execute:

$ bundle

Or install it yourself as:

$ gem install xcodeproj_setting

Usage

Usage: xcodeproj_setting [options]
        --path PATH                  [REQUIRED] Path to the Xcode project (xcproject, not xcworkspace)
    -t, --target NAME                [REQUIRED] Project target
    -c, --conf NAME                  Project configuration (default = Release)
    -i, --key NAME                   [REQUIRED] Key to change
    -p, --print                      Just print the current key's value and exit
    -s, --value VALUE                [REQUIRED] Value to set for the key
    -v, --verbose                    Verbose mode
    -h, --help                       Show this message```

## Contributing

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


## License

The gem is available under the terms of the [MIT License](http://opensource.org/licenses/MIT).