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
| // | |
| // SiriWaveView.swift | |
| // | |
| // Created by Roman Kyrylenko on 1/22/17. | |
| // Copyright © 2017 pr0ctopus. All rights reserved. | |
| // | |
| import UIKit | |
| @IBDesignable public final class SiriWaveView: UIView { |
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
| // | |
| // MessageIntentHandler.swift | |
| // | |
| // Created by Roman Kyrylenko on 22/02/17. | |
| // Copyright © 2017 Yalantis. All rights reserved. | |
| // https://yalantis.com | |
| // | |
| class MessagesIntentHandler: NSObject, INSendMessageIntentHandling, NetworkClientInjectable { | |
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
| // | |
| // GridView.swift | |
| // GridView | |
| // | |
| // Created by Roman Kyrylenko on 4/17/17. | |
| // Copyright © 2017 pr0ctopus. All rights reserved. | |
| // | |
| import UIKit |
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
| // | |
| // PrivacyTableViewCell.swift | |
| // | |
| // Created by Roman Kyrylenko on 5/22/17. | |
| // Copyright © 2017 pr0ctopus. All rights reserved. | |
| // | |
| private let privacyScheme = "privacy" | |
| private let termsScheme = "terms" |
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
| // | |
| // Logger.swift | |
| // | |
| // Created by Roman Kyrylenko on 5/25/17. | |
| // Copyright © 2017 pr0ctopus. All rights reserved. | |
| // | |
| import Foundation | |
| #if canImport(Firebase) |
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
| #!/usr/bin/ruby | |
| # An semi-automation script for Carthage dependency manager | |
| # It performs linking and copy-frameworks phase creation | |
| # Basic usage examples: | |
| # ruby ~/dev/cart.rb -d "~/Desktop/MyProject" -l | |
| # ruby ~/dev/cart.rb -d "~/Desktop/MyProject" -tar "Core" -t "RxSwift, Bolts-Swift" | |
| # ruby ~/dev/cart.rb -d "~/Desktop/MyProject" -s "RxSwift, Bolts-Swift" | |
| # Or you can create a Run Script phase (in dedicated Aggregate Target) which will run carthage as well. |
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
| .DS_Store | |
| # Build generated | |
| build/ | |
| DerivedData/ | |
| # Various settings | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 |
OlderNewer