CocoonIO/cocoon-xml-sugar

View on GitHub
src/lib/enums/e-bundle-id-alias.ts

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

export enum BundleIdAlias {
    android = "android-packageName" as any,
    ios = "ios-CFBundleIdentifier" as any,
    osx = "osx-CFBundleIdentifier" as any,
    // ubuntu = "ubuntu-tmpPlaceholder" as any, // TODO: find real name
    // windows = "windows-tmpPlaceholder" as any, // TODO: find real name
}