mirror of
https://github.com/ZhuJHua/moodiary.git
synced 2026-04-05 16:39:01 +08:00
* chore(deps): update dependencies * chore(deps): update dependencies * fix: update ios and macos platform version * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * feat: add argon2 support * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * chore(deps): update deps * feat(video): use ffmpeg as video backend * fix(video): simplify video view invocation and improve button interaction * feat(button): add customizable color option to PageBackButton [skip ci]
80 lines
3.0 KiB
Plaintext
80 lines
3.0 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>CADisableMinimumFrameDurationOnPhone</key>
|
||
<true/>
|
||
<key>CFBundleDevelopmentRegion</key>
|
||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||
<key>CFBundleDisplayName</key>
|
||
<string>Moodiary</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>
|
||
<string>Moodiary</string>
|
||
<key>CFBundlePackageType</key>
|
||
<string>APPL</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>$(FLUTTER_BUILD_NAME)</string>
|
||
<key>CFBundleVersion</key>
|
||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||
<key>ITSAppUsesNonExemptEncryption</key>
|
||
<false/>
|
||
<key>LSRequiresIPhoneOS</key>
|
||
<true/>
|
||
<key>NSAppleMusicUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问媒体资料库</string>
|
||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||
<string>应用需要您的同意,才能使用蓝牙</string>
|
||
<key>NSCameraUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问相机</string>
|
||
<key>NSContactsUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问通讯录</string>
|
||
<key>NSFaceIDUsageDescription</key>
|
||
<string>应用需要您的同意,才能使用人脸识别</string>
|
||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问位置</string>
|
||
<key>NSLocationWhenInUseUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问位置</string>
|
||
<key>NSMicrophoneUsageDescription</key>
|
||
<string>应用需要您的同意,才能使用麦克风</string>
|
||
<key>NSMotionUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问运动与健身</string>
|
||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问照片</string>
|
||
<key>NSPhotoLibraryUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问照片</string>
|
||
<key>NSSiriUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问Siri</string>
|
||
<key>NSSpeechRecognitionUsageDescription</key>
|
||
<string>应用需要您的同意,才能访问语音识别</string>
|
||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||
<true/>
|
||
<key>UILaunchStoryboardName</key>
|
||
<string>LaunchScreen</string>
|
||
<key>UIMainStoryboardFile</key>
|
||
<string>Main</string>
|
||
<key>UIStatusBarHidden</key>
|
||
<true/>
|
||
<key>UISupportedInterfaceOrientations</key>
|
||
<array>
|
||
<string>UIInterfaceOrientationPortrait</string>
|
||
</array>
|
||
<key>UISupportedInterfaceOrientations~ipad</key>
|
||
<array>
|
||
<string>UIInterfaceOrientationPortrait</string>
|
||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||
</array>
|
||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||
<false/>
|
||
<key>keychain-access-groups</key>
|
||
<array/>
|
||
</dict>
|
||
</plist>
|