Skip to content

sharanch/notchthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotchThing

A macOS menu-bar app that turns your MacBook notch into a mirror — click the notch to see a front-camera view in a squircle card below it. Includes a clipboard history manager.


Install (Download)

  1. Go to the Releases page and download the latest NotchThing-vX.X.X.dmg
  2. Open the DMG and drag NotchThing to your Applications folder
  3. Since the app is unsigned, macOS may block it on first launch. Run this once in Terminal:
xattr -cr /Applications/NotchThing.app
  1. Open NotchThing from Applications or Spotlight

Why this is needed: Apple requires a paid Developer account ($99/year) to notarize apps. Without notarization, macOS quarantines apps downloaded from the internet. The xattr -cr command removes that quarantine flag — it's safe to run.


Login Item (Launch at Login)

System Settings → General → Login Items → add NotchThing


Permissions

Permission Why
Camera Front camera mirror view
Pasteboard Clipboard history monitoring

Both are declared in Info.plist and NotchThing.entitlements.


Requirements

  • macOS 14 Sonoma or later
  • MacBook with notch (M2 Air and above, M2 Pro and above)

Build from Source

Requirements

  • Xcode 15+

Steps

xcodebuild -project NotchThing.xcodeproj -scheme NotchThing \
  -configuration Debug -derivedDataPath ./build \
  CODE_SIGN_IDENTITY="-" build

open ./build/Build/Products/Debug/NotchThing.app

About

A mac utility for clipboard management and quick camera lookup

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages