Changes between Version 28 and Version 29 of AppVersionNew


Ignore:
Timestamp:
Dec 20, 2016, 1:12:04 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppVersionNew

    v28 v29  
    22= Creating application versions =
    33
    4 The create new applications versions:
     4To create a new applications version:
    55
     6 * Generate [CodeSigning signature files] for the version's files.
    67 * Create the directory structure described below
    7    to store applications files
     8   to store applications files, and place files and signatures there.
    89 * From the project's root directory, run '''./bin/update_versions'''.
    910   This copies files to the download directory hierarchy,
    1011   and creates database records for new app versions.
    11  * Restart your project.
     12 * Restart the project.
    1213
    1314== Application directory hierarchy ==
     
    4647The contents of a particular directory are:
    4748
    48  * application files
    49  * 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'''
    5152
    5253== The version description file ==