UNPKG

2.03 kBSource Map (JSON)View Raw
1{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ios/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,iDAAmC;AA0BjC,wBAAM;AAzBR,qEAAuD;AA0BrD,4CAAgB;AAzBlB,6DAA+C;AA2B7C,oCAAY;AA1Bd,mDAAqC;AAwCnC,0BAAO;AAvCT,6CAA+B;AAiC7B,oBAAI;AAhCN,iDAAmC;AAmCjC,wBAAM;AAlCR,iFAAmE;AAsBjE,wDAAsB;AArBxB,yEAA2D;AAkCzD,gDAAkB;AAjCpB,yEAA2D;AA+BzD,gDAAkB;AA9BpB,mFAAqE;AAiCnE,0DAAuB;AAhCzB,6DAA+C;AAoB7C,oCAAY;AAnBd,qDAAuC;AAoBrC,4BAAQ;AAnBV,iDAAmC;AAoBjC,wBAAM;AAnBR,2DAA6C;AAyB3C,kCAAW;AAvBb,eAAe;AACf,+CAAiC;AAiB/B,sBAAK;AAhBP,6DAA+C;AAkB7C,oCAAY;AAjBd,mDAAqC;AAgBnC,0BAAO","sourcesContent":["import * as Branch from './Branch';\nimport * as BundleIdenitifer from './BundleIdentifier';\nimport * as DeviceFamily from './DeviceFamily';\nimport * as Version from './Version';\nimport * as Name from './Name';\nimport * as Scheme from './Scheme';\nimport * as CustomInfoPlistEntries from './CustomInfoPlistEntries';\nimport * as UserInterfaceStyle from './UserInterfaceStyle';\nimport * as RequiresFullScreen from './RequiresFullScreen';\nimport * as UsesNonExemptEncryption from './UsesNonExemptEncryption';\nimport * as Entitlements from './Entitlements';\nimport * as Facebook from './Facebook';\nimport * as Google from './Google';\nimport * as Orientation from './Orientation';\n\n// Placeholders\nimport * as Icons from './Icons';\nimport * as SplashScreen from './SplashScreen';\nimport * as Locales from './Locales';\n\nimport { InfoPlist } from './IosConfig.types';\n\n// We can change this to export * as X with TypeScript 3.8+\n// https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/#export-star-as-namespace-syntax\n// .. but we should wait for this to be the default VSCode version.\nexport {\n Branch,\n BundleIdenitifer,\n CustomInfoPlistEntries,\n DeviceFamily,\n Entitlements,\n Facebook,\n Google,\n Icons,\n Locales,\n SplashScreen,\n InfoPlist,\n Name,\n Orientation,\n RequiresFullScreen,\n Scheme,\n UserInterfaceStyle,\n UsesNonExemptEncryption,\n Version,\n};\n"]}
\No newline at end of file