Hello I have made an application for OSX and would like to make an OSX universal binary file.
I can compile the application by generating an executable containing Intel 64 and ARM64 code.
I compile with RADStudio 12.1 using a MAC with Montery 12.6 and Xcode 14.0.1.
If I run from the RAD environment the program is executed as PaServer runs the program from <nomeapp>\Contents\MacOS\<nomeapp>.
If I try to run the application from <nomeapp> I get the error message "You can't open the application <nomeapp> because it may be damaged or incomplete".
I think I understand that the problem lies in the info.plist file.
I do not understand how I can integrate the info.plist template file, my attempts have failed.
Do you have any idea how to edit the info.plist template file so that the corrections are reflected in the <nameapp>.info.plist file.
Is there an example template for OSX universal binary file applications?