-
brew install gnupg, pinentry-mac
(this includes gpg-agent and pinentry) -
Generate a key:
$ gpg --gen-key
-
Take the defaults. Whatevs
-
Tell gpg-agent to use pinentry-mac:
$ vim ~/.gnupg/gpg-agent.conf
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
ExportOptions.plist - Options in a better order | |
Xcodebuild manfile says the following | |
> **Distributing Archives** | |
> The -exportArchive option specifies that xcodebuild should distribute the archive specified by -archivePath using the options specified by | |
> -exportOptionsPlist. xcodebuild -help can print the full set of available inputs to -exportOptionsPlist. The product can either be uploaded to Apple or | |
> exported locally. The exported product will be placed at the path specified by -exportPath. | |
The following is the list of settings (as of Xcode 10.1) output by `xcodebuild --help` but in a more logical order. |
I'm definitely not looking for work. However to provide some helpful guidance for hiring like-minded engineers, I would only consider working for a company if it met these requirements:
- Fewer than 250 employees.
- Concrete, measurable plan to increase the number of women and minorities in engineering roles.
- Commitment to using and contributing to open source.
- Collaborative, friendly atmosphere where pair programming is encouraged.
- Meaningful work with clear linkage between work and company goals.
- Demonstrated commitment to ethical business practices, e.g. B corp certification.
- Introduction to Functional Programming Johannes Weiß - https://vimeo.com/100786088
- ReactiveCocoa at MobiDevDay Andrew Sardone - https://vimeo.com/65637501
- The Future Of ReactiveCocoa Justin Spahr-Summers - https://www.youtube.com/watch?v=ICNjRS2X8WM
- Enemy of the State Justin Spahr-Summers - https://www.youtube.com/watch?v=7AqXBuJOJkY
- WWDC 2014 Session 229 - Advanced iOS Application Architecture and Patterns Andy Matuschak - https://developer.apple.com/videos/play/wwdc2014/229/
- Functioning as a Functionalist Andy Matuschak - https://www.youtube.com/watch?v=rJosPrqBqrA
- Controlling Complexity in Swift Andy Matuschak - https://realm.io/news/andy-matuschak-controlling-complexity/