- xCode plugin which indent the source code when save https://github.com/ThilinaHewagama/AutoIndentWithSave
- A plugin for Xcode that shows colours and allows you to modify them. https://github.com/NorthernRealities/ColorSenseRainbow
- A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching. https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin
- Xcode plug-in that provides autocomplete for imageNamed: calls https://github.com/ksuther/KSImageNamed-Xcode
- Plugin for Xcode to make working with colors more visual https://github.com/omz/ColorSense-for-Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "${PROJECT_DIR}/${INFOPLIST_FILE}") | |
buildNumber=$(($buildNumber + 1)) | |
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "${PROJECT_DIR}/${INFOPLIST_FILE}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Customise this file, documentation can be found here: | |
# https://github.com/KrauseFx/fastlane/tree/master/docs | |
# All available actions: https://github.com/KrauseFx/fastlane/blob/master/docs/Actions.md | |
# can also be listed using the `fastlane actions` command | |
# Change the syntax highlighting to Ruby | |
# All lines starting with a # are ignored when running `fastlane` | |
# By default, fastlane will send which actions are used | |
# No personal data is shared, more information on https://github.com/fastlane/enhancer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache directory /Users/rtayal/.ccache | |
primary config /Users/rtayal/.ccache/ccache.conf | |
secondary config (readonly) /usr/local/Cellar/ccache/3.3.3/etc/ccache.conf | |
cache hit (direct) 0 | |
cache hit (preprocessed) 0 | |
cache miss 0 | |
cache hit rate 0.00 % | |
called for link 5 | |
unsupported compiler option 9 | |
no input file 3 |
Delete all local branches
git branch | grep -v "master" | xargs git branch -D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class func animateLeftToRight(_ view: SpringLabel) { | |
view.animation = "fadeInRight" | |
view.duration = 2.0 | |
view.force = 0.4 | |
view.velocity = 0.3 | |
view.damping = 1 | |
view.curve = "easeIn" | |
view.animate() | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"v":"4.10.1", | |
"fr":29.9700012207031, | |
"ip":0, | |
"op":45.0000018328876, | |
"w":375, | |
"h":668, | |
"nm":"text_test", | |
"ddd":0, | |
"assets":[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"v":"4.10.1", | |
"fr":29.9700012207031, | |
"ip":0, | |
"op":2038.00008300944, | |
"w":375, | |
"h":668, | |
"nm":"Clientele_Instory", | |
"ddd":0, | |
"assets":[ |
OlderNewer