Skip to content

Instantly share code, notes, and snippets.

//
// RippleButton.swift
// RippleButton
//
// Created by Roman Kyrylenko on 6/2/17.
// Copyright © 2017 pr0ctopus. All rights reserved.
//
import UIKit
//
// GridView.swift
// GridView
//
// Created by Roman Kyrylenko on 4/17/17.
// Copyright © 2017 pr0ctopus. All rights reserved.
//
import UIKit
//
// MessageIntentHandler.swift
//
// Created by Roman Kyrylenko on 22/02/17.
// Copyright © 2017 Yalantis. All rights reserved.
// https://yalantis.com
//
class MessagesIntentHandler: NSObject, INSendMessageIntentHandling, NetworkClientInjectable {
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}"
//
// SiriWaveView.swift
//
// Created by Roman Kyrylenko on 1/22/17.
// Copyright © 2017 pr0ctopus. All rights reserved.
//
import UIKit
@IBDesignable public final class SiriWaveView: UIView {