-
Download OS from AppStore (eg macOS Sonoma) -- do not install
-
Open terminal to get shell prompt. Go to desktop:
% cd ~/Desktop
- Create DMG container (note 1 hyphen in "-volume" and other args)
;;; init.el --- load the full configuration -*- lexical-binding: t; -*- | |
;;; Commentary: | |
;;; Code: | |
(defconst my/screen-laptop (intern "my/screen-laptop") | |
"Symbol to indicate display is MacBook Pro 16\" laptop screen.") | |
(defconst my/screen-4k (intern "my/screen-4k") | |
"Symbol to indicate display is 4K screen.") |
{"label":"Coverage","message":"100.00%","schemaVersion":1,"color":"success"} |
{"label":"Coverage","message":"","schemaVersion":1,"color":"success"} |
{"label":"Coverage","message":"90.31%","schemaVersion":1,"color":"success"} |
{"label":"Coverage","message":"93.27%","schemaVersion":1,"color":"success"} |
{"label":"Coverage","message":"12.34%","schemaVersion":1,"color":"success"} |
Download OS from AppStore (eg macOS Sonoma) -- do not install
Open terminal to get shell prompt. Go to desktop:
% cd ~/Desktop
msmtp
using brew install msmtp
msmtp
using the following:# Set default values for all the accounts.
defaults
auth on
logfile ~/.maildir/msmtp.log
port 587
protocol smtp
{"label":"Coverage","message":"79.19%","schemaVersion":1,"color":"success"} |
# XCode scheme to build and test | |
SCHEME = Searching | |
# The sim to use when running tests | |
PLATFORM_IOS = iOS Simulator,name=iPhone SE (3rd generation) | |
# Coomand line options for xcodebuild that incorporate the above values | |
DEST = -project Searching.xcodeproj -scheme "$(SCHEME)" -destination platform="$(PLATFORM_IOS)" | |
# The pattern to use when matching lines from xcov output. The coverage total will be the average |