(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| // | |
| // BonjourClient.swift | |
| // BonjourClient | |
| // | |
| // Created by Jesse Hao on 2019/5/23. | |
| // Copyright © 2019 ONES. All rights reserved. | |
| // | |
| import Foundation |
| #!/bin/sh | |
| # | |
| # Script for Xcode and Carthage | |
| # ------------------------------ | |
| # | |
| # Dismisses changes to all the frameworks except the given frameworks in the iOS build folder. | |
| # This is used to undo the changes done to the framework build after `carthage update` command. | |
| # | |
| # |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| defaults write com.apple.LaunchServices LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.3;}' |