This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/packaging/ios/Info.plist.in
2018-06-21 02:32:28 +02:00

64 lines
2.3 KiB
XML

<?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>CFBundleDisplayName</key>
<string>mea</string>
<key>CFBundleExecutable</key>
<string>mea</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon1024x1024.png</string>
<string>AppIcon20x20.png</string>
<string>AppIcon20x20@2x.png</string>
<string>AppIcon20x20@3x.png</string>
<string>AppIcon29x29.png</string>
<string>AppIcon29x29@2x.png</string>
<string>AppIcon29x29@3x.png</string>
<string>AppIcon40x40.png</string>
<string>AppIcon40x40@2x.png</string>
<string>AppIcon40x40@3x.png</string>
<string>AppIcon60x60@2x.png</string>
<string>AppIcon60x60@3x.png</string>
<string>AppIcon76x76.png</string>
<string>AppIcon76x76@2x.png</string>
<string>AppIcon83.5x83.5@2x.png</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>io.guh.mea</string>
<key>CFBundleName</key>
<string>mea</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$$MEA_VERSION</string>
<key>CFBundleSignature</key>
<string>${QMAKE_PKGINFO_TYPEINFO}</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>10</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen1</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>