Skip to content

Instantly share code, notes, and snippets.

View tieming-yang's full-sized avatar
❄️
snowing

Norman tieming-yang

❄️
snowing
View GitHub Profile
@tieming-yang
tieming-yang / xcode-plugin-compatibility-list.txt
Created August 10, 2024 12:29 — forked from minsko/xcode-plugin-compatibility-list.txt
Xcode DVTPlugInCompatibilityUUID list
This list contains the DVTPlugInCompatibilityUUID from various versions of Xcode.
The UUID is determined by running: defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
A2E4D43F-41F4-4FB9-BB94-7177011C9AED : Xcode 5.1.1 (5B1008)
B395D63E-9166-4CD6-9287-6889D507AD6A : Xcode 9.2 (9C40b)
BAB79788-ACEE-4291-826B-EC4667A6BEC5 : Xcode 11.3.1 (11C505)
C80A9C11-3902-4885-944E-A035869BA910 : Xcode v11.6 (11E708)
C80A9C11-3902-4885-944E-A035869BA910 : Xcode v11.7 (11E801a)
6C8909A0-F208-4C21-9224-504F9A70056E : Xcode v12.0 (12A7209)
6C8909A0-F208-4C21-9224-504F9A70056E : Xcode v12.0.1 (12A7300)
6C8909A0-F208-4C21-9224-504F9A70056E : Xcode v12.1 (12A7403)
@tieming-yang
tieming-yang / terminal-commands.md
Created September 17, 2022 09:17 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen