2023-07-06 17:18:41 +03:30
|
|
|
<?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">
|
2023-10-16 20:43:42 +03:30
|
|
|
<dict>
|
|
|
|
|
<key>BASE_BUNDLE_IDENTIFIER</key>
|
|
|
|
|
<string>$(BASE_BUNDLE_IDENTIFIER)</string>
|
2023-12-06 01:06:33 +03:30
|
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
|
|
|
<true/>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
|
<string>Hiddify Next</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
2024-01-08 17:30:45 +03:30
|
|
|
<string>$(PRODUCT_NAME)</string>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
|
<string>????</string>
|
2024-01-17 04:51:30 +03:30
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Editor</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>com.hiddify.ios</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>hiddify</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
2023-12-06 01:06:33 +03:30
|
|
|
<key>EXAppExtensionAttributes</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>EXExtensionPointIdentifier</key>
|
|
|
|
|
<string>com.apple.appintents-extension</string>
|
|
|
|
|
</dict>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2024-01-10 19:31:45 +03:30
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
<string>This app needs camera access to scan QR codes</string>
|
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
|
<string>This app needs photos access to get QR code from photo library</string>
|
|
|
|
|
<key>SERVICE_IDENTIFIER</key>
|
|
|
|
|
<string>$(SERVICE_IDENTIFIER)</string>
|
2023-12-06 01:06:33 +03:30
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
|
<true/>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
2024-01-10 19:31:45 +03:30
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
|
|
<true/>
|
2023-12-06 01:06:33 +03:30
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<false/>
|
2023-10-16 20:43:42 +03:30
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
2024-01-16 16:49:29 +03:30
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2023-10-16 20:43:42 +03:30
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
|
<false/>
|
|
|
|
|
</dict>
|
2023-07-06 17:18:41 +03:30
|
|
|
</plist>
|