Open machawk1 opened 10 years ago
Three Options in "System Preferences > Allow apps downloaded from" are Mac App Store Mac App Store and identified developers (default) Anywhere
Similar to #48 Relevant: http://www.intransitione.com/blog/take-java-to-app-store/
Bumping this to Future Release, as it's not a priority to distribute WAIL through the appstore.
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing
The codesigning process can likely be added to the "MAKEFILE" though this seems to defeat the purpose of codesigning.
Using codesign results in the error unsealed contents present in the bundle root
due to the additional directories within WAIL.app that are abnormal for .app's (e.g., archives, archiveIndexes, bundledApps, etc). This is new as of OS X 10.9.5.
The entitlement can also be passed to pyinstaller to facilitate app signing, see https://forums.developer.apple.com/forums/thread/695989
Error encountered: "WAIL" can't be opened because it is from an unidentified developer. Your security preferences allow installation of only apps from the Mac App Store and identified developers.
This approach I have seen other developers take is to instruct the user to allow unauthorized apps. Reading through the App Store rules, it's unlikely WAIL would be accepted because it contains application/executable within (e.g., Heritrix).
Is it possible to become an "identified" developer without being limited to the App Store?