Project

xcflatter

0.0
No commit activity in last 3 years
No release in over 3 years
Flatter is a gem which move all files with specific extension in Xcode project to root group.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0

Runtime

>= 1.0
 Project Readme

flatter

Faced with similar problem?

🚨 error: unable to spawn process (Argument list too long)

Until Apple fixes problem you can use flatter as workaround solution.

Flatter is a gem which simply move all swift files in Xcode project to root group. That's all :)

Installation

Add this line to your application's Gemfile:

gem 'xcflatter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install xcflatter

Usage

Simple

$ flatter "/path/to/your/project.xcodeproj"

Specific group

$ flatter "/path/to/your/project.xcodeproj" -g "SpecificGroup"

Advanced

$ flatter "/path/to/your/project.xcodeproj" -g "SpecificGroup" -e ".xib"

Contributing

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

License

The gem is available as open source under the terms of the MIT License.