Delete all local branches
git branch | grep -v "master" | xargs git branch -D
| platform :ios do | |
| desc "\033[1mDeploy PersonalShopper to iTunes Connect\033[0m" | |
| desc "This action does the following:" | |
| desc "- Post the message on Slack" | |
| desc "- Input version number from user" | |
| desc "- Increament version number" | |
| desc "- Increament build number" | |
| desc "- Generate build" | |
| desc "- Push the changed plist to git remote" |
| update_fastlane | |
| default_platform :ios | |
| ENV['DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS'] = '-t DAV' | |
| platform :ios do | |
| before_all do | |
| # ENV["SLACK_URL"] = "https://hooks.slack.com/services/..." | |
| # ENV['DEVELOPER_DIR'] = '/Applications/Xcode old/Xcode-beta.app/Contents/Developer' |
| { | |
| "v":"4.10.1", | |
| "fr":29.9700012207031, | |
| "ip":0, | |
| "op":2038.00008300944, | |
| "w":375, | |
| "h":668, | |
| "nm":"Clientele_Instory", | |
| "ddd":0, | |
| "assets":[ |
| { | |
| "v":"4.10.1", | |
| "fr":29.9700012207031, | |
| "ip":0, | |
| "op":45.0000018328876, | |
| "w":375, | |
| "h":668, | |
| "nm":"text_test", | |
| "ddd":0, | |
| "assets":[ |
| 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() | |
| } |
Delete all local branches
git branch | grep -v "master" | xargs git branch -D
| 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 |