Giter VIP home page Giter VIP logo

app-metadata's Introduction

Description

This package has been deprecated, and is not being maintained by MSFT anymore.

This library helps you retrieve the most frequently extracted metadata and icons within iOS, Android and UWP applications.

Usage

import

import { Extract } from 'app-metadata';

usage

let results = await Extract.run(pathName);

This library relies on the standard set of file extensions to determine the type of package it is analyzing.

Results

The library will return the information most relevant for the supported platforms. For a better understanding of the details retrieved refer to the tables below.

iOS

Supported extension: .ipa
Property Description
icon
iconName
languages Array of language strings compiled from .lproj files
hasProvisioning Should always be true since IPA will contain a provisioning profile
appex_provisioning_profiles Array of all other provisioning profiles included in the metadata
  • from Plist (info.plist):
Property Description
displayName CFBundleDisplayName (The user-visible name of the bundle) or CFBundleName (short bundle name)
uniqueIdentifier CFBundleIdentifier (reverse DNS that identifies a project by concatenating the company identifier with the product name)
version CFBundleShortVersionString (The release-version-number string for the bundle)
buildVersion CFBundleVersion (The build-version-number string for the bundle)
executableName CFBundleExecutable (Name of the bundle’s executable file)
minimumOsVersion MinimumOSVersion or LSMinimumSystemVersion
deviceFamily UIdeviceFamily
  • from Provisioning Profile (embedded.mobileprovision):
Property Description
pathName Path of the provisioning profile from inside of the IPA
mobileProvisionFileContent Provisioning profile content
teamIdentifier Entitlements["com.apple.developer.team-identifier"]
profileType If data.ProvisionedDevices exists, "adhoc". Otherwise "enterprise"
expiredAt expired_at or ExpirationDate
idName AppIDName
name Name
UniqueDeviceIdentifierList ProvisionedDevices
deviceFamily Platform

Android

Supported extension: .apk
  • from Manifest:
Property Description
icon
iconName
uniqueIdentifier package
version versionName
buildVersion versionCode
minimumOsVersion usesSdk.minSdkVersion
deviceFamily "android"

UWP

Supported extensions: .appx, .appxupload, .msix, .msixupload or .zip
from Manifest:
Property Description
deviceFamily Constants.WINDOWS
displayName Package.Properties.DisplayName
iconFullPath Package.Properties.Logo
uniqueIdentifier Package.Identity.Name
buildVersion Package.Identity.Version
minimumOsVersion Package.Prerequisites.OSMinVersion or Package.Dependencies.TargetDeviceFamily.MinVersion
executableName Package.Applications.Application.Executable
languages Built from Package.Resources.Resource.Language

UWP Bundles

Supported extensions: .appxbundle, .appxupload, .msixbundle, .msixupload or .zip

For .appxbundle or .msixbundle app packages, the manifest is checked for the correct name of the appx subpackage. If it is found, the metadata is parsed directly from there, otherwise we scavenge for as much as we can get from the appxbundle/msixbundle manifest and metadata. We will only be supporting UWP apps with .msix extensions, despite them being universal

Property Description
icon
iconName
languages Built from .appx or .msix language files. Example- VLC_WinRT.WindowsPhone_1.8.4.0_language-en.appx
from Manifest:
Property Description
deviceFamily windows
uniqueIdentifier Bundle.Identity.Name
buildVersion Bundle.Identity.Version
minimumOsVersion Bundle.Prerequisites.OSMinVersion or Bundle.Dependencies.TargetDeviceFamily

The assumption for zip, appxUpload, and msixUpload is that the unziped folders will have the appx/msix or appxbundle/msixbundle which we will then process as we do normally

Prerequisites

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

  • Ensure that it builds
    • Via gulp
       cd <REPO ROOT>
       gulp build
      
  • Ensure that tests pass
    • Via gulp
       cd <REPO ROOT>
       gulp test
      

Developing on OS X

  • Visual Studio Code

    • Point Visual Studio Code to the repo root
    • Install project dependencies
      • via npm on the command line
         cd <REPO ROOT>
         npm install 
        
    • Build (Cmd-Shift-B)
    • Run (F5)
    • Testing
      • via Visual Studio Code (Cmd-Shift-T)
      • via gulp on the command line
         cd <REPO ROOT>
         gulp test
        

app-metadata's People

Contributors

buptkang avatar patniko avatar izikl avatar acroos avatar microsoftopensource avatar jessicayeh avatar keerthanakumar avatar msftgits avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.