alias xcbuild=$(xcode-select -p)/../SharedFrameworks/XCBuild.framework/Versions/A/Support/xcbuild
# THIS DOESNT WORK YET: xcbuild openIDEConsole # … then switch to Xcode ➡️
xcbuild showSpecs
xcbuild build <foo.pif> [—target <target>]
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
| // | |
| // Based on: https://blog.beecomedigital.com/2015/06/27/developing-a-filesystemwatcher-for-os-x-by-using-fsevents-with-swift-2/ | |
| // | |
| import Foundation | |
| public struct Event: CustomStringConvertible { | |
| public let eventId: FSEventStreamEventId | |
| public let eventPath: String |
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
| body.app-body.layout-multiple-columns.theme-mastodon-light, | |
| body.app-body.layout-multiple-columns.theme-default, | |
| body.app-body.layout-multiple-columns.theme-contrast { | |
| overflow: hidden !important; | |
| } | |
| body.app-body.layout-multiple-columns.theme-mastodon-light .columns-area, | |
| body.app-body.layout-multiple-columns.theme-default .columns-area, | |
| body.app-body.layout-multiple-columns.theme-contrast .columns-area { | |
| margin: 0 -1px !important; |
This gist is a note for:
- Macbook 12' 2015: Macbook8,1
- Macbook 12' 2016: Macbook9,1
- Macbook 12' 2017: Macbook10,1
Follwing https://learn.omacom.io/2/the-omarchy-manual/97/mac-support is needed.
OlderNewer