Files
ipa-archive/data/10/10039.plist
2024-02-26 22:51:04 +01:00

430 lines
13 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.ibearsoft.Money7</string>
<key>CFBundleURLSchemes</key>
<array>
<string>money7</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.ibearsoft.Money7Widget</string>
<key>CFBundleURLSchemes</key>
<array>
<string>money7Widget</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.ibearsoft.Money7Paid</string>
<key>CFBundleURLSchemes</key>
<array>
<string>money7Paid</string>
</array>
</dict>
</array>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>DTPlatformVersion</key>
<string>9.0</string>
<key>DTSDKName</key>
<string>iphoneos9.0</string>
<key>CFBundleName</key>
<string>Money Pro</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIMainStoryboardFile~ipad</key>
<string>Main-iPad</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon29x29</string>
<string>AppIcon40x40</string>
<string>AppIcon60x60</string>
</array>
</dict>
</dict>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CFBundleDisplayName</key>
<string>Money Pro</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>money6iPad</string>
<string>money6iPhone</string>
<string>money6iPadFree</string>
<string>money6iPhoneFree</string>
<string>twitter</string>
<string>fb</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>OFX Financial Data</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ibearsoft.Money7.ofx</string>
<string>com.ibearsoft.Money7.qfx</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>CSV Financial Data</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ibearsoft.Money7.csv</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Money7 Tranfer Data</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ibearsoft.Money7.moneyTransferV6</string>
<string>com.ibearsoft.Money7.moneyTransferV7</string>
<string>com.ibearsoft.Money7.moneyTransferFree</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
</array>
<key>DTSDKBuild</key>
<string>13A340</string>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>BuildMachineOSBuild</key>
<string>15A284</string>
<key>DTPlatformBuild</key>
<string>13A340</string>
<key>UIFileSharingEnabled</key>
<true/>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>UIAppFonts</key>
<array>
<string>HelveticaNeue.ttc</string>
<string>HelveticaNeueLights.ttc</string>
<string>HelveticaNeueExtras.ttc</string>
</array>
<key>CFBundleVersion</key>
<string>117</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.ofx</string>
<key>UTTypeDescription</key>
<string>OFX Financial Data</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.mime-type</key>
<string>application/iBearMoney</string>
<key>public.filename-extension</key>
<string>ofx</string>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.csv</string>
<key>UTTypeDescription</key>
<string>CSV Financial Data</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.mime-type</key>
<string>application/iBearMoney</string>
<key>public.filename-extension</key>
<string>csv</string>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.qfx</string>
<key>UTTypeDescription</key>
<string>QFX Financial Data</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.mime-type</key>
<string>application/iBearMoney</string>
<key>public.filename-extension</key>
<string>qfx</string>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.moneyTransferV6</string>
<key>UTTypeSize64IconFile</key>
<string></string>
<key>UTTypeConformsTo</key>
<array>
<string>money7.data</string>
</array>
<key>UTTypeDescription</key>
<string>Money Transfer Data</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>moneyTransferV6</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.moneyTransferFree</string>
<key>UTTypeSize64IconFile</key>
<string></string>
<key>UTTypeConformsTo</key>
<array>
<string>money7Free.data</string>
</array>
<key>UTTypeDescription</key>
<string>Money Transfer Data</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>moneyTransferFree</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ibearsoft.Money7.moneyTransferV7</string>
<key>UTTypeSize64IconFile</key>
<string></string>
<key>UTTypeConformsTo</key>
<array>
<string>money7.data</string>
</array>
<key>UTTypeDescription</key>
<string>Money Transfer Data</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>moneyTransferV7</string>
</array>
</dict>
</dict>
</array>
<key>UIStatusBarHidden</key>
<false/>
<key>DTXcodeBuild</key>
<string>7A218</string>
<key>UILaunchImages</key>
<array>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>8.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-800-Portrait-736h</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{414, 736}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>8.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-800-667h</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{375, 667}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-700</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 480}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-700-568h</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 568}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-700-Portrait</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{768, 1024}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>LaunchImage-700-Landscape</string>
<key>UILaunchImageOrientation</key>
<string>Landscape</string>
<key>UILaunchImageSize</key>
<string>{768, 1024}</string>
</dict>
</array>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>CFBundleIdentifier</key>
<string>com.ibearsoft.moneypro</string>
<key>DTXcode</key>
<string>0700</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>ibearsoft.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>cloudflare.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>uservoice.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>apple.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>CFBundleExecutable</key>
<string>Money Pro</string>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon29x29</string>
<string>AppIcon40x40</string>
<string>AppIcon60x60</string>
<string>AppIcon76x76</string>
</array>
</dict>
</dict>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
</dict>
</plist>