Late Update:
Earlier above, I asked the question...
Ok, so how do I convert my Rust binary into an Apple app?
It turns out that this is indeed, an Apple function, which has been clarified on StackOverFlow. Search for the following...
Running Rust app without showing the terminal - for MacOS
To sum up, yes, a Rust app (binary) can be converted into an app that can be run natively on Apple OS systems. It should be noted that the release settings (with/without aarch64...) for the Rust binary did not seem to make any difference in running on MacOS.
Jim
Topic:
Code Signing
SubTopic:
General
Tags: