|
|
@@ -2,10 +2,23 @@
|
|
|
<!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>CFBundleDevelopmentRegion</key>
|
|
|
<string>en</string>
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
- <string>Logseq</string>
|
|
|
+ <string>Logseq</string>
|
|
|
+ <key>CFBundleDocumentTypes</key>
|
|
|
+ <array/>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
@@ -17,16 +30,26 @@
|
|
|
<key>CFBundlePackageType</key>
|
|
|
<string>APPL</string>
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
- <string>1.0</string>
|
|
|
+ <string>$(MARKETING_VERSION)</string>
|
|
|
<key>CFBundleVersion</key>
|
|
|
- <string>1</string>
|
|
|
+ <string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
|
+ <key>LSSupportsOpeningDocumentsInPlace</key>
|
|
|
+ <true/>
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
<dict>
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
<true/>
|
|
|
</dict>
|
|
|
+ <key>NSDocumentsFolderUsageDescription</key>
|
|
|
+ <string></string>
|
|
|
+ <key>NSDownloadsFolderUsageDescription</key>
|
|
|
+ <string></string>
|
|
|
+ <key>NSFileProviderDomainUsageDescription</key>
|
|
|
+ <string></string>
|
|
|
+ <key>NSFileProviderPresenceUsageDescription</key>
|
|
|
+ <string></string>
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
<string>LaunchScreen</string>
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
@@ -48,6 +71,8 @@
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
+ <key>UISupportsDocumentBrowser</key>
|
|
|
+ <true/>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<true/>
|
|
|
</dict>
|