Skip to content

Instantly share code, notes, and snippets.

View vialyx's full-sized avatar
🎯
Focusing

Maxim Vialyx vialyx

🎯
Focusing
View GitHub Profile
@vialyx
vialyx / Podfile
Last active January 12, 2018 19:38
# Network
pod 'Moya'
pod 'Kingfisher'
# Analytics/Bugtracking
pod 'Fabric'
pod 'Crashlytics'
# UI Customization
pod 'SnapKit'
# Terminal
MacBook-User:~ ruby --version
# Terminal
# Get latest rvm
MacBook-User:~ \curl -sSL https://get.rvm.io | bash -s stable
# Shows the list of versions of the ruby
MacBook-User:~ rvm list known
# Install ruby version ruby-x.x.x
MacBook-User:~ rvm install ruby-2.4.0
# Use ruby version ruby-x.x.x as default
MacBook-User:~ rvm use ruby-2.4.2 --default
# Show default ruby version
# Terminal
# Get latest rvm
MacBook-User:~ fastlane dev keychainPath:"~/Library/Keychains/login.keychain" keychainPassword:"{Password}" scheme:"CIApp" configuration:"Release" exportMethod:"enterprise" crashlyticsGroups:"qa" slackChannel:"ci_integration"
# Customise this file, documentation can be found here:
# https://github.com/fastlane/fastlane/tree/master/fastlane/docs
# All available actions: https://docs.fastlane.tools/actions
# 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`
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
//
// CactusKeyboard.swift
// CactusKeyboard
//
// Created by Maxim Vialykh on 1/26/18.
//
import UIKit
public typealias KeyboardCompletion = (Bool, CGFloat) -> Void
> git tag 1.0.0
> git push origin 1.0.0
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/CactusSoft/CactusKeyboard.git
* [new tag] 1.0.0 -> 1.0.0
pod lib create CactusKeyboard
pod lib lint CactusKeyboard.podspec
pod lib lint CactusKeyboard.podspec
-> CactusKeyboard (1.0.0)
CactusKeyboard passed validation.