Warning, /network/kdeconnect-ios/KDE Connect/KDE Connect/Info.plist is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0003 <plist version="1.0">
0004 <dict>
0005         <key>CFBundleDevelopmentRegion</key>
0006         <string>$(DEVELOPMENT_LANGUAGE)</string>
0007         <key>CFBundleDisplayName</key>
0008         <string>KDE Connect</string>
0009         <key>CFBundleExecutable</key>
0010         <string>$(EXECUTABLE_NAME)</string>
0011         <key>CFBundleIdentifier</key>
0012         <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
0013         <key>CFBundleInfoDictionaryVersion</key>
0014         <string>6.0</string>
0015         <key>CFBundleName</key>
0016         <string>$(PRODUCT_NAME)</string>
0017         <key>CFBundlePackageType</key>
0018         <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
0019         <key>CFBundleShortVersionString</key>
0020         <string>$(MARKETING_VERSION)</string>
0021         <key>CFBundleVersion</key>
0022         <string>$(CURRENT_PROJECT_VERSION)</string>
0023         <key>NSLocalNetworkUsageDescription</key>
0024         <string>Discover and connect to other devices using KDE Connect.</string>
0025         <key>ITSAppUsesNonExemptEncryption</key>
0026         <false/>
0027         <key>LSRequiresIPhoneOS</key>
0028         <true/>
0029         <key>LSSupportsOpeningDocumentsInPlace</key>
0030         <true/>
0031         <key>NSPhotoLibraryAddUsageDescription</key>
0032         <string>Save received images to your Photo Library instead of the Files app.</string>
0033         <key>UIApplicationSceneManifest</key>
0034         <dict>
0035                 <key>UIApplicationSupportsMultipleScenes</key>
0036                 <true/>
0037         </dict>
0038         <key>UIApplicationSupportsIndirectInputEvents</key>
0039         <true/>
0040         <key>UIFileSharingEnabled</key>
0041         <true/>
0042         <key>UILaunchScreen</key>
0043         <dict/>
0044         <key>UIRequiredDeviceCapabilities</key>
0045         <array>
0046                 <string>armv7</string>
0047         </array>
0048         <key>UISupportedInterfaceOrientations</key>
0049         <array>
0050                 <string>UIInterfaceOrientationPortrait</string>
0051                 <string>UIInterfaceOrientationLandscapeLeft</string>
0052                 <string>UIInterfaceOrientationLandscapeRight</string>
0053                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
0054         </array>
0055         <key>NSBonjourServices</key>
0056         <array>
0057                 <string>_kdeconnect._udp</string>
0058         </array>
0059         <key>UISupportedInterfaceOrientations~ipad</key>
0060         <array>
0061                 <string>UIInterfaceOrientationPortrait</string>
0062                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
0063                 <string>UIInterfaceOrientationLandscapeLeft</string>
0064                 <string>UIInterfaceOrientationLandscapeRight</string>
0065         </array>
0066 </dict>
0067 </plist>