| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <?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>APFiles</key>
- <dict>
- <key>APFileDescriptionKey</key>
- <string></string>
- <key>APFileDestinationPath</key>
- <string></string>
- <key>APFileName</key>
- <string></string>
- <key>APFileSourcePath</key>
- <string></string>
- </dict>
- <key>AppIntentsEnabled</key>
- <true/>
- <key>AppControlsEnabled</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Logseq</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleGetInfoString</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>CFBundleURLName</key>
- <string>com.logseq.logseq</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>logseq</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>We will access your camera when you take a photo, and embed it in your note.</string>
- <key>NSDocumentsFolderUsageDescription</key>
- <string></string>
- <key>NSDownloadsFolderUsageDescription</key>
- <string></string>
- <key>NSFileProviderDomainUsageDescription</key>
- <string></string>
- <key>NSFileProviderPresenceUsageDescription</key>
- <string></string>
- <key>NSMicrophoneUsageDescription</key>
- <string>We will access your microphone to record audio notes</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>We will access your album when you save a photo.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>We will access your album when you choose a photo, and embed it in your note.</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>We need access to speech recognition to convert your voice to text.</string>
- <key>NSUbiquitousContainers</key>
- <dict>
- <key>iCloud.com.logseq.logseq</key>
- <dict>
- <key>NSUbiquitousContainerIsDocumentScopePublic</key>
- <true/>
- <key>NSUbiquitousContainerName</key>
- <string>Logseq</string>
- <key>NSUbiquitousContainerSupportedFolderLevels</key>
- <string>ANY</string>
- </dict>
- </dict>
- <key>NSUserActivityTypes</key>
- <array>
- <string>com.logseq.quickadd</string>
- <string>com.logseq.audio</string>
- </array>
- <key>UIApplicationShortcutItems</key>
- <array>
- <dict>
- <key>UIApplicationShortcutItemIconSymbolName</key>
- <string>waveform</string>
- <key>UIApplicationShortcutItemTitle</key>
- <string>Voice</string>
- <key>UIApplicationShortcutItemType</key>
- <string>logseq.voice</string>
- </dict>
- <dict>
- <key>UIApplicationShortcutItemIconSymbolName</key>
- <string>plus</string>
- <key>UIApplicationShortcutItemTitle</key>
- <string>Quick Add</string>
- <key>UIApplicationShortcutItemType</key>
- <string>logseq.quickadd</string>
- </dict>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UISupportsDocumentBrowser</key>
- <true/>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
-
-
- </dict>
- </plist>
|