Sha256: ed69b928146b72641969fd208002bcf8d4cd08488368915c789b81daf02248a4
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
# XcodeprojUtils [![Build Status](https://travis-ci.org/taichino/xcodeproj_utils.png?branch=master)](https://travis-ci.org/taichino/xcodeproj_utils) [![Coverage Status](https://coveralls.io/repos/taichino/xcodeproj_utils/badge.png?branch=master)](https://coveralls.io/r/taichino/xcodeproj_utils?branch=master) [![Gem Version](https://badge.fury.io/rb/xcodeproj_utils.png)](http://badge.fury.io/rb/xcodeproj_utils) Util commands for xcode project. Following commands are supported for now. - Count source lines of files in xcode project - Show source / resource files in xcode project - Show possibly unused images in xcode project ## Installation Add this line to your application's Gemfile: gem 'xcodeproj_utils' And then execute: $ bundle Or install it yourself as: $ gem install xcodeproj_utils ## Usage $ xcp_utils lines <PATH_TO_XCODE_PROJECT> <TARGET_NAME> $ xcp_utils lines --header_only <PATH_TO_XCODE_PROJECT> <TARGET_NAME> $ xcp_utils lines --source_only <PATH_TO_XCODE_PROJECT> <TARGET_NAME> $ xcp_utils unused_images <PATH_TO_XCODE_PROJECT> <TARGET_NAME> ## License XcodeprojUtils is available under the MIT license. See the LICENSE file for more info.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
xcodeproj_utils-0.2.3 | README.md |
xcodeproj_utils-0.2.2 | README.md |
xcodeproj_utils-0.2.1 | README.md |
xcodeproj_utils-0.2.0 | README.md |