UNPKG

1.03 kBSource Map (JSON)View Raw
1{"version":3,"file":"IosConfig.types.js","sourceRoot":"","sources":["../../src/ios/IosConfig.types.ts"],"names":[],"mappings":"","sourcesContent":["export type URLScheme = {\n CFBundleURLName?: string;\n CFBundleURLSchemes: string[];\n};\n\nexport type InterfaceOrientation =\n | 'UIInterfaceOrientationPortrait'\n | 'UIInterfaceOrientationPortraitUpsideDown'\n | 'UIInterfaceOrientationLandscapeLeft'\n | 'UIInterfaceOrientationLandscapeRight';\n\nexport type InfoPlist = {\n CFBundleShortVersionString?: string;\n CFBundleVersion?: string;\n CFBundleDisplayName?: string;\n CFBundleName?: string;\n CFBundleURLTypes?: Array<URLScheme>;\n ITSAppUsesNonExemptEncryption?: boolean;\n LSApplicationQueriesSchemes?: Array<string>;\n FacebookAppID?: string;\n FacebookDisplayName?: string;\n FacebookAutoInitEnabled?: boolean;\n FacebookAutoLogAppEventsEnabled?: boolean;\n FacebookAdvertiserIDCollectionEnabled?: boolean;\n UISupportedInterfaceOrientations?: Array<InterfaceOrientation>;\n GMSApiKey?: string;\n};\n"]}
\No newline at end of file