Changes between Version 2 and Version 3 of Docs/Prog/Manual/Development/AppSigning
- Timestamp:
- 09/25/12 15:57:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/Development/AppSigning
v2 v3 1 1 = Application Signing = 2 3 Developers may create an application signature file to for their applications. A license file must be requested from Cardinal to identify the developer company name. 4 5 To generate an application signature after the application executable is created. The "appsign" program is ran providing the name of the application and the path of the executable. For example: 6 7 {{{ 8 /srv/nfs/appsign "My App" /srv/nfs/myapp 9 }}} 10