Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop
https://github.com/Lakr233/NotchDrop.git
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 Applications~/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.