PDA

View Full Version : What is a Manifest file?



sulbha
08-09-2017, 10:09 AM
What is a Manifest file?

Amitkumar
01-30-2019, 06:43 AM
A manifest file in computing is a file containing metadata for a group of accompanying files that are part of a set or coherent unit.

Raju
03-11-2019, 06:14 AM
A MANIFEST file is an XML document that describes the manifest, or package contents, of a Windows software application

vinu1997
07-31-2019, 11:05 AM
Files with the .manifest extension are used to update older Windows programs. These files enable the associated programs to be used with the Windows XP or Windows Vista user interfaces.

Adi Dev
08-09-2019, 01:32 PM
Manifest.xml file describes essential information about your app to the Android build tools, the Android operating system.

asad1997
09-14-2019, 06:50 AM
Files with the .manifest extension are used to update older Windows programs. These files enable the associated programs to be used with the Windows XP or Windows Vista user interfaces.

RuskinF
07-20-2020, 11:54 AM
This is the answer Google displays for your question:
A manifest file in computing is a file containing metadata for a group of accompanying files that are part of a set or coherent unit.
For example, the files of a computer program may have a manifest describing the name, version number, license and the constituting files of the program.

alfread
10-19-2020, 08:03 AM
Hello friend,
The manifest is a special file that can contain information about the files packaged in a JAR file.

david007
05-17-2023, 08:49 AM
A manifest file is a metadata file used in software development and deployment. It provides important information about the files, settings and dependencies related to the application. A manifest file acts as a blueprint or guide to help the system understand and process the application correctly.

smithjoe7
11-25-2023, 08:37 AM
A manifest file is a configuration file in computing that contains metadata about the files packaged in a software application, providing essential information.