I am using few .dylib libraries in my mac osx app. While notarizing, i get notarized app (with Ready to distribute status), but its showing 2 warnings ,
- "The binary is not signed."
- "The signature does not include a secure time stamp.", for the libraries i have added.
I am using third party library "ivona" for text to speech, for which, these libraries are used. Now my question is
- Is it safe to distribute these app, with such warning?
How can i add timeStamp for these library, to remove these warnings?