Rugby alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view Rugby alternatives based on common mentions on social networks and blogs.
-
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DISCONTINUED. DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
DISCONTINUED. A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
SuperDelegate
DISCONTINUED. SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rugby or a related project?
README
Motivation
Working on a project with a huge amount of pods I had some troubles:\
-
Slow and unnecessary indexing of pods targets, which implementation I rarely try to edit;\
-
Redundant rebuild time, probably as a result of problems CocoaPods
hooks or Xcode build system;\
-
Freezing UI during navigation.
You can read ๐ full story on my blog.
Description
๐ Rugby
is CLI tool that was developed to solve the above problems:\
+
Cache all pods dependencies and remove their targets from the Pods project;\
+
Rebuild only changed pods;\
+
Remove unnecessary sources from a project and reduce project size;\
+
Drop any unneeded targets with sources and resources by RegEx.
What makes it different?
๐ Not a dependency, just an optional step\ ๐ Doesn't change Podfile and Podfile.lock\ ๐ [Custom steps](Docs/Plans.md)\ ๐ Metrics after each command\ โจ Fancy log output\ ๐ Swiftish!
Ruby alternatives:\
-
PodBuilder\
-
CocoaPods Binary Cache\
-
CocoaPods Binary
Discussions
You can read more about ๐ Rugby in discussions
section.\
Feel free to report any issues or suggest some new feature requests.
Known limitations
-
Not supported WatchOS
SDK
Download binary with Homebrew ๐บ
brew tap swiftyfinch/Rugby https://github.com/swiftyfinch/Rugby.git
brew install rugby
Build from source code with Mint ๐ฑ
brew install mint
mint install swiftyfinch/rugby
Warning: Now on Mint 0.17.0 you'll need to add
~/.mint/bin
to your $PATH For example, add this to your~/.zshrc
file and relaunch terminal
export PATH=$HOME/.mint/bin:$PATH
More info about installation with demo ๐ฌ
How to use ๐
Run in your project directory after each pod install:
pod install && rugby
Watch ๐ฌ Basic Usage Demo Read more [about advanced usage](Docs/Plans.md#-generate-example)
Documentation ๐
Command | Description |
---|---|
๐ [Help ](Docs/README.md) |
General Rugby documentation. |
๐ [Cache ](Docs/Cache.md) |
Convert pods to prebuilt dependencies. |
โ๏ธ [Plans ](Docs/Plans.md) |
Run a predefined sequence of commands. |
๐ [Focus ](Docs/Focus.md) |
Keep only selected targets and all their dependencies. |
๐ [Drop ](Docs/Drop.md) |
Remove any targets by RegEx. |
๐ How To |
---|
๐ฌ Installation Demo ๐ฌ Basic Usage Demo ๐ฌ Debug Demo ๐ฌ Rugby Review (ru)
Author
Vyacheslav Khorkov\ Twitter: @SwiftyFinch\ Blog: swiftyfinch.github.io\ Feel free to contact me ๐ฎ