Changes between Version 28 and Version 29 of AppVersionNew
- Timestamp:
- Dec 20, 2016, 1:12:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersionNew
v28 v29 2 2 = Creating application versions = 3 3 4 T he create new applications versions:4 To create a new applications version: 5 5 6 * Generate [CodeSigning signature files] for the version's files. 6 7 * Create the directory structure described below 7 to store applications files 8 to store applications files, and place files and signatures there. 8 9 * From the project's root directory, run '''./bin/update_versions'''. 9 10 This copies files to the download directory hierarchy, 10 11 and creates database records for new app versions. 11 * Restart yourproject.12 * Restart the project. 12 13 13 14 == Application directory hierarchy == … … 46 47 The contents of a particular directory are: 47 48 48 * application files49 * signature files (FILENAME.sig)50 * a"version description file", '''version.xml'''49 * Application files 50 * Signature files (FILENAME.sig) (see [CodeSigning]) 51 * A "version description file", '''version.xml''' 51 52 52 53 == The version description file ==