Info.plist 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>APFiles</key>
  6. <dict>
  7. <key>APFileDescriptionKey</key>
  8. <string></string>
  9. <key>APFileDestinationPath</key>
  10. <string></string>
  11. <key>APFileName</key>
  12. <string></string>
  13. <key>APFileSourcePath</key>
  14. <string></string>
  15. </dict>
  16. <key>AppIntentsEnabled</key>
  17. <true/>
  18. <key>AppControlsEnabled</key>
  19. <true/>
  20. <key>CFBundleDevelopmentRegion</key>
  21. <string>en</string>
  22. <key>CFBundleDisplayName</key>
  23. <string>Logseq</string>
  24. <key>CFBundleExecutable</key>
  25. <string>$(EXECUTABLE_NAME)</string>
  26. <key>CFBundleGetInfoString</key>
  27. <string></string>
  28. <key>CFBundleIdentifier</key>
  29. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  30. <key>CFBundleInfoDictionaryVersion</key>
  31. <string>6.0</string>
  32. <key>CFBundleName</key>
  33. <string>$(PRODUCT_NAME)</string>
  34. <key>CFBundlePackageType</key>
  35. <string>APPL</string>
  36. <key>CFBundleShortVersionString</key>
  37. <string>$(MARKETING_VERSION)</string>
  38. <key>CFBundleURLTypes</key>
  39. <array>
  40. <dict>
  41. <key>CFBundleTypeRole</key>
  42. <string>Viewer</string>
  43. <key>CFBundleURLName</key>
  44. <string>com.logseq.logseq</string>
  45. <key>CFBundleURLSchemes</key>
  46. <array>
  47. <string>logseq</string>
  48. </array>
  49. </dict>
  50. </array>
  51. <key>CFBundleVersion</key>
  52. <string>$(CURRENT_PROJECT_VERSION)</string>
  53. <key>ITSAppUsesNonExemptEncryption</key>
  54. <false/>
  55. <key>LSApplicationCategoryType</key>
  56. <string></string>
  57. <key>LSRequiresIPhoneOS</key>
  58. <true/>
  59. <key>LSSupportsOpeningDocumentsInPlace</key>
  60. <true/>
  61. <key>NSAppTransportSecurity</key>
  62. <dict>
  63. <key>NSAllowsArbitraryLoads</key>
  64. <true/>
  65. </dict>
  66. <key>NSCameraUsageDescription</key>
  67. <string>We will access your camera when you take a photo, and embed it in your note.</string>
  68. <key>NSDocumentsFolderUsageDescription</key>
  69. <string></string>
  70. <key>NSDownloadsFolderUsageDescription</key>
  71. <string></string>
  72. <key>NSFileProviderDomainUsageDescription</key>
  73. <string></string>
  74. <key>NSFileProviderPresenceUsageDescription</key>
  75. <string></string>
  76. <key>NSMicrophoneUsageDescription</key>
  77. <string>We will access your microphone to record audio notes</string>
  78. <key>NSPhotoLibraryAddUsageDescription</key>
  79. <string>We will access your album when you save a photo.</string>
  80. <key>NSPhotoLibraryUsageDescription</key>
  81. <string>We will access your album when you choose a photo, and embed it in your note.</string>
  82. <key>NSSpeechRecognitionUsageDescription</key>
  83. <string>We need access to speech recognition to convert your voice to text.</string>
  84. <key>NSUbiquitousContainers</key>
  85. <dict>
  86. <key>iCloud.com.logseq.logseq</key>
  87. <dict>
  88. <key>NSUbiquitousContainerIsDocumentScopePublic</key>
  89. <true/>
  90. <key>NSUbiquitousContainerName</key>
  91. <string>Logseq</string>
  92. <key>NSUbiquitousContainerSupportedFolderLevels</key>
  93. <string>ANY</string>
  94. </dict>
  95. </dict>
  96. <key>NSUserActivityTypes</key>
  97. <array>
  98. <string>com.logseq.quickadd</string>
  99. <string>com.logseq.audio</string>
  100. </array>
  101. <key>UIApplicationShortcutItems</key>
  102. <array>
  103. <dict>
  104. <key>UIApplicationShortcutItemIconSymbolName</key>
  105. <string>waveform</string>
  106. <key>UIApplicationShortcutItemTitle</key>
  107. <string>Voice</string>
  108. <key>UIApplicationShortcutItemType</key>
  109. <string>logseq.voice</string>
  110. </dict>
  111. <dict>
  112. <key>UIApplicationShortcutItemIconSymbolName</key>
  113. <string>plus</string>
  114. <key>UIApplicationShortcutItemTitle</key>
  115. <string>Quick Add</string>
  116. <key>UIApplicationShortcutItemType</key>
  117. <string>logseq.quickadd</string>
  118. </dict>
  119. </array>
  120. <key>UIBackgroundModes</key>
  121. <array>
  122. <string>audio</string>
  123. </array>
  124. <key>UIFileSharingEnabled</key>
  125. <true/>
  126. <key>UILaunchStoryboardName</key>
  127. <string>LaunchScreen</string>
  128. <key>UIMainStoryboardFile</key>
  129. <string>Main</string>
  130. <key>UIRequiredDeviceCapabilities</key>
  131. <array>
  132. <string>armv7</string>
  133. </array>
  134. <key>UISupportedInterfaceOrientations</key>
  135. <array>
  136. <string>UIInterfaceOrientationPortrait</string>
  137. </array>
  138. <key>UISupportedInterfaceOrientations~ipad</key>
  139. <array>
  140. <string>UIInterfaceOrientationLandscapeLeft</string>
  141. <string>UIInterfaceOrientationLandscapeRight</string>
  142. <string>UIInterfaceOrientationPortrait</string>
  143. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  144. </array>
  145. <key>UISupportsDocumentBrowser</key>
  146. <true/>
  147. <key>UIViewControllerBasedStatusBarAppearance</key>
  148. <true/>
  149. </dict>
  150. </plist>