I have created an app using this plugin and when I compile it on my mac using maven, it runs fine on my mac. However, if I compile it using mvn on the server where I make it available online, and then try to run it on my mac, I get the following error message:
"WorldJam" is damaged and can’t be opened. You should move it to the Trash. Safari downloaded this file today at 2:12 PM from [url of the server I put it on]
(WorldJam is the name of the program
How do I prevent this problem, and create a copy of the app that can be opened on a mac that is not necessarily the one that it was compiled on?
I have created an app using this plugin and when I compile it on my mac using maven, it runs fine on my mac. However, if I compile it using mvn on the server where I make it available online, and then try to run it on my mac, I get the following error message:
"WorldJam" is damaged and can’t be opened. You should move it to the Trash. Safari downloaded this file today at 2:12 PM from [url of the server I put it on]
(WorldJam is the name of the program
How do I prevent this problem, and create a copy of the app that can be opened on a mac that is not necessarily the one that it was compiled on?