Taps for installing tools using Homebrew. For more information on creating Homebrew taps see the quickstart guide.
Make all tools available for installation via Homebrew:
brew tap rwbutler/tools
Then install tools using the shortform install
command e.g.
brew install palette
Simple utility to quickly clear your DerivedData directory by typing cdd
from the Terminal.
If you have already tapped the repository as described in Usage then use the following command to install:
brew install cdd
Otherwise, if the repo is untapped then use the following command:
brew install rwbutler/tools/cdd
Config Validator validates & uploads your configuration files and cache clears your CDN as part of your CI process. [GitHub]
brew install rwbutler/tools/config-validator
Uploads your apps to TestFlight & App Store. [GitHub]
brew install rwbutler/tools/ipa-uploader
Makes your TypographyKit colour palette available for use in Xcode's interface builder. [GitHub]
brew install rwbutler/tools/palette
See individual tools for licenses.
- AnimatedGradientView - Powerful gradient animations made simple for iOS.
AnimatedGradientView |
---|
- Cheats - Retro cheat codes for modern iOS apps.
- Connectivity - Improves on Reachability for determining Internet connectivity in your iOS application.
- FeatureFlags - Allows developers to configure feature flags, run multiple A/B or MVT tests using a bundled / remotely-hosted JSON configuration file.
- FlexibleRowHeightGridLayout - A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content.
- Hash - Lightweight means of generating message digests and HMACs using popular hash functions including MD5, SHA-1, SHA-256.
- Skylark - Fully Swift BDD testing framework for writing Cucumber scenarios using Gherkin syntax.
- TailorSwift - A collection of useful Swift Core Library / Foundation framework extensions.
- TypographyKit - Consistent & accessible visual styling on iOS with Dynamic Type support.
- Updates - Automatically detects app updates and gently prompts users to update.
Cheats | Connectivity | FeatureFlags | Skylark | TypographyKit | Updates |
---|---|---|---|---|---|
- Config Validator - Config Validator validates & uploads your configuration files and cache clears your CDN as part of your CI process.
- IPA Uploader - Uploads your apps to TestFlight & App Store.
- Palette - Makes your TypographyKit color palette available in Xcode Interface Builder.
Config Validator | IPA Uploader | Palette |
---|---|---|