Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 658 Bytes

File metadata and controls

38 lines (25 loc) · 658 Bytes

macOS

Unorganized collection of notes related to updating to mac

Pipe into clipboard

Use pbcopy

cat result.txt | pbcopy

Open Finder at terminal location

open .

"Snipping Tool"

  • CMD + SHIFT + 5

Compiling Objective-C

clang -framework Foundation main.m -o main

or

xcrun clang -O0 -fembed-bitcode test.c -o test_binary -framework Foundation

Console logging on iPhone

Two options here:

  • "Console" app by searching in spotlight. Select the device (Pokemon name here at GS), press "Start"
  • In a terminal, can use the tool idevicesyslog