|
@@ -2,149 +2,151 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
- <dict>
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
- <true/>
|
|
|
- </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>CFBundleDevelopmentRegion</key>
|
|
|
- <string>en</string>
|
|
|
- <key>CFBundleDisplayName</key>
|
|
|
- <string>Logseq</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>$(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>LSApplicationCategoryType</key>
|
|
|
- <string></string>
|
|
|
- <key>LSRequiresIPhoneOS</key>
|
|
|
+ <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>LSSupportsOpeningDocumentsInPlace</key>
|
|
|
- <true/>
|
|
|
- <key>UIFileSharingEnabled</key>
|
|
|
- <true/>
|
|
|
- <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>NSSpeechRecognitionUsageDescription</key>
|
|
|
- <string>We need access to speech recognition to convert your voice to text.</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>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>UIBackgroundModes</key>
|
|
|
- <array>
|
|
|
- <string>audio</string>
|
|
|
- </array>
|
|
|
- <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>
|
|
|
- <string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
- <string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
- </array>
|
|
|
- <key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
- <array>
|
|
|
- <string>UIInterfaceOrientationPortrait</string>
|
|
|
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
- <string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
- <string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
- </array>
|
|
|
- <key>UISupportsDocumentBrowser</key>
|
|
|
- <true/>
|
|
|
- <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
- <true/>
|
|
|
- <key>CFBundleGetInfoString</key>
|
|
|
- <string></string>
|
|
|
- <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
- <false/>
|
|
|
- <key>UIApplicationShortcutItems</key>
|
|
|
- <array>
|
|
|
- <dict>
|
|
|
- <key>UIApplicationShortcutItemType</key>
|
|
|
- <string>logseq.voice</string>
|
|
|
- <key>UIApplicationShortcutItemTitle</key>
|
|
|
- <string>Voice</string>
|
|
|
- <key>UIApplicationShortcutItemIconSymbolName</key>
|
|
|
- <string>waveform</string>
|
|
|
- </dict>
|
|
|
- <dict>
|
|
|
- <key>UIApplicationShortcutItemType</key>
|
|
|
- <string>logseq.quickadd</string>
|
|
|
- <key>UIApplicationShortcutItemTitle</key>
|
|
|
- <string>Quick Add</string>
|
|
|
- <key>UIApplicationShortcutItemIconSymbolName</key>
|
|
|
- <string>plus</string>
|
|
|
- </dict>
|
|
|
- </array>
|
|
|
- <key>AppIntentsEnabled</key>
|
|
|
- <true/>
|
|
|
- <key>NSUserActivityTypes</key>
|
|
|
- <array>
|
|
|
- <string>com.logseq.quickadd</string>
|
|
|
- <string>com.logseq.audio</string>
|
|
|
- </array>
|
|
|
+ <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>
|