finder-new-file icon indicating copy to clipboard operation
finder-new-file copied to clipboard

New File (Dark Mode) is damaged and can't be opened

Open MikeKroell opened this issue 1 year ago • 6 comments
trafficstars

I'm running into an issue on Sonoma and a M3 Macbook.

image

When trying to use the app.

MikeKroell avatar Feb 03 '24 19:02 MikeKroell

I had the same issue on an Intel Mac

asciini avatar Feb 04 '24 06:02 asciini

same issue here. Tried redownloading multiple times :/

sverro2 avatar Feb 08 '24 07:02 sverro2

Same problem.

LETRA avatar Feb 21 '24 22:02 LETRA

"Application Name" is damaged and can't be opened.

This is Apple's way of telling you that the application is unsigned and missing metadata. This happens a lot with open source releases, and you can fix it by blindly trusting it:

  1. Open a Terminal window
  2. run either xattr -d com.apple.quarantine /Applications/New\ File.app or xattr -d com.apple.quarantine /Applications/New\ File\ \(Dark\ Mode\).app. Adjust the location to which you dragged the file.
  3. Proceed with the installation if you didn't add the application to the Finder toolbar yet

Note: There will be a large number of security warnings on first start because, in addition to being unsigned, the application tries to change settings for you. If you don't like this, I recommend creating your own application in Automator and refactoring the above source to your liking.

frame avatar Mar 09 '24 08:03 frame

guys may be thats thing can help you I just download script (New File.applescript) and icon. Open scrip in Script Editor and save as .app Sign with my own cert and its works fine. Additional i added icon by open settings of .app file and drag and drop icon in it

hkphh avatar Jul 09 '24 19:07 hkphh