Skip to content

Instantly share code, notes, and snippets.

@lancethomps
lancethomps / close_notifications_applescript.js
Last active February 10, 2026 13:34
AppleScript to close all notifications on macOS Big Sur, Monterey, Ventura, Sonoma, and Sequoia
function run(input, parameters) {
const appNames = [];
const skipAppNames = [];
const verbose = true;
const scriptName = 'close_notifications_applescript';
const CLEAR_ALL_ACTION = 'Clear All';
const CLEAR_ALL_ACTION_TOP = 'Clear';
const CLOSE_ACTION = 'Close';
@joshdholtz
joshdholtz / circle.yml
Created September 16, 2015 20:40
circle.yml for Xcode 7 / iOS 9
machine:
xcode:
version: "7.0"
dependencies:
pre:
- brew uninstall xctool && brew install --HEAD xctool