MacDynamicIsland
A native macOS Dynamic Island utility with quick notes, clipboard history, app management, screenshots and notch interactions.
File Explorer
- overview.png
- readme-hero.png
- Info.plist
- build_app.sh
- build_dmg.sh
- make_dmg_background.swift
- make_icon.swift
- probe_notch.swift
- test_font_size_blur.sh
- test_font_size_resize.sh
- AppDelegate.swift
- AppSettings.swift
- AppsView.swift
- ClipboardManager.swift
- ClipboardView.swift
- ClockNoteView.swift
- FloatingIconController.swift
- FloatingScreenshotController.swift
- HairMirrorView.swift
- IslandPalette.swift
- main.swift
- MainView.swift
- MenuBarIconController.swift
- NotchOverlayController.swift
- NotesSaver.swift
- SavedNotesHistory.swift
- ScreenshotService.swift
- .gitignore
- Package.swift
- README.md
- README.zh-CN.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
swift
View Details ▼
swift
Create, run, and build Swift projects.
swift repl
Start a REPL (interactive shell):
swift {{file.swift}}
Execute a program:
swift package init
Start a new project with the package manager:
xcode-select
View Details ▼
xcode-select
Switch between different versions of Xcode and the included developer tools.
Also used to update the path to Xcode if it is moved after installation.
xcode-select --install
Install Xcode's command-line tools:
xcode-select --switch {{path/to/Xcode.app/Contents/Developer}}
Select a given path as the active developer directory:
xcode-select --switch {{path/to/Xcode_file.app}}
Select a given Xcode instance and use its developer directory as the active one:
