Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop
Swift
2,116
169 commits
updated May 18, 2026
Transform your MacBook's notch into a convenient file drop zone.
For Developers: You can use NotchNotification in your app, powered by NotchDrop.

Download the latest version from Releases.
This creates a production-optimized build that you can use daily on your Mac.
git clone https://github.com/Lakr233/NotchDrop.git
cd NotchDrop
xcodebuild -project NotchDrop.xcodeproj \
-scheme NotchDrop \
-configuration Release \
clean build \
CODE_SIGN_IDENTITY="-" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO
cp -R ~/Library/Developer/Xcode/DerivedData/NotchDrop-*/Build/Products/Release/NotchDrop.app ~/Applications/
open ~/Applications/NotchDrop.app
Note: On first launch, macOS may show a security warning. To open:
NotchDrop.app in ApplicationsAfter the first time, the app will open normally.
~/Applications/NotchDrop.appFor development work, open the project in Xcode:
open NotchDrop.xcodeproj
Then build and run using Xcode (⌘R).
Special thanks to NotchNook for providing the initial inspiration. This open-source project focuses more on my own needs, simplifies various configurations, and improves compatibility with the software I prefer.
LookInside helps you inspect a running iOS or macOS app UI from your Mac.
Copyright © 2024 Lakr Aream. All Rights Reserved.
Swift
100.0%
Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop
Swift
2,116
169 commits
updated May 18, 2026
Transform your MacBook's notch into a convenient file drop zone.
For Developers: You can use NotchNotification in your app, powered by NotchDrop.

Download the latest version from Releases.
This creates a production-optimized build that you can use daily on your Mac.
git clone https://github.com/Lakr233/NotchDrop.git
cd NotchDrop
xcodebuild -project NotchDrop.xcodeproj \
-scheme NotchDrop \
-configuration Release \
clean build \
CODE_SIGN_IDENTITY="-" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO
cp -R ~/Library/Developer/Xcode/DerivedData/NotchDrop-*/Build/Products/Release/NotchDrop.app ~/Applications/
open ~/Applications/NotchDrop.app
Note: On first launch, macOS may show a security warning. To open:
NotchDrop.app in ApplicationsAfter the first time, the app will open normally.
~/Applications/NotchDrop.appFor development work, open the project in Xcode:
open NotchDrop.xcodeproj
Then build and run using Xcode (⌘R).
Special thanks to NotchNook for providing the initial inspiration. This open-source project focuses more on my own needs, simplifies various configurations, and improves compatibility with the software I prefer.
LookInside helps you inspect a running iOS or macOS app UI from your Mac.
Copyright © 2024 Lakr Aream. All Rights Reserved.
Swift
100.0%