|
3 | 3 | <plist version="1.0">
|
4 | 4 | <dict>
|
5 | 5 | <key>NSAppTransportSecurity</key>
|
6 |
| - <dict> |
7 |
| - <key>NSAllowsArbitraryLoads</key> |
8 |
| - <true/> |
9 |
| - </dict> |
10 |
| - <key>APFiles</key> |
11 |
| - <dict> |
12 |
| - <key>APFileDescriptionKey</key> |
13 |
| - <string></string> |
14 |
| - <key>APFileDestinationPath</key> |
15 |
| - <string></string> |
16 |
| - <key>APFileName</key> |
17 |
| - <string></string> |
18 |
| - <key>APFileSourcePath</key> |
19 |
| - <string></string> |
20 |
| - </dict> |
21 |
| - <key>CFBundleDevelopmentRegion</key> |
22 |
| - <string>en</string> |
23 |
| - <key>CFBundleDisplayName</key> |
24 |
| - <string>Logseq</string> |
25 |
| - <key>CFBundleExecutable</key> |
26 |
| - <string>$(EXECUTABLE_NAME)</string> |
27 |
| - <key>CFBundleIdentifier</key> |
28 |
| - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
29 |
| - <key>CFBundleInfoDictionaryVersion</key> |
30 |
| - <string>6.0</string> |
31 |
| - <key>CFBundleName</key> |
32 |
| - <string>$(PRODUCT_NAME)</string> |
33 |
| - <key>CFBundlePackageType</key> |
34 |
| - <string>APPL</string> |
35 |
| - <key>CFBundleShortVersionString</key> |
36 |
| - <string>$(MARKETING_VERSION)</string> |
37 |
| - <key>CFBundleURLTypes</key> |
38 |
| - <array> |
39 |
| - <dict> |
40 |
| - <key>CFBundleTypeRole</key> |
41 |
| - <string>Viewer</string> |
42 |
| - <key>CFBundleURLName</key> |
43 |
| - <string>com.logseq.logseq</string> |
44 |
| - <key>CFBundleURLSchemes</key> |
45 |
| - <array> |
46 |
| - <string>logseq</string> |
47 |
| - </array> |
48 |
| - </dict> |
49 |
| - </array> |
50 |
| - <key>CFBundleVersion</key> |
51 |
| - <string>$(CURRENT_PROJECT_VERSION)</string> |
52 |
| - <key>LSApplicationCategoryType</key> |
53 |
| - <string></string> |
54 |
| - <key>LSRequiresIPhoneOS</key> |
55 |
| - <true/> |
56 |
| - <key>LSSupportsOpeningDocumentsInPlace</key> |
57 |
| - <true/> |
58 |
| - <key>UIFileSharingEnabled</key> |
59 |
| - <true/> |
60 |
| - <key>NSCameraUsageDescription</key> |
61 |
| - <string>We will access your camera when you take a photo, and embed it in your note.</string> |
62 |
| - <key>NSDocumentsFolderUsageDescription</key> |
63 |
| - <string></string> |
64 |
| - <key>NSDownloadsFolderUsageDescription</key> |
65 |
| - <string></string> |
66 |
| - <key>NSFileProviderDomainUsageDescription</key> |
67 |
| - <string></string> |
68 |
| - <key>NSFileProviderPresenceUsageDescription</key> |
69 |
| - <string></string> |
70 |
| - <key>NSMicrophoneUsageDescription</key> |
71 |
| - <string>We will access your microphone to record audio notes</string> |
72 |
| - <key>NSPhotoLibraryAddUsageDescription</key> |
73 |
| - <string>We will access your album when you save a photo.</string> |
74 |
| - <key>NSPhotoLibraryUsageDescription</key> |
75 |
| - <string>We will access your album when you choose a photo, and embed it in your note.</string> |
76 |
| - <key>NSUbiquitousContainers</key> |
77 |
| - <dict> |
78 |
| - <key>iCloud.com.logseq.logseq</key> |
79 |
| - <dict> |
80 |
| - <key>NSUbiquitousContainerIsDocumentScopePublic</key> |
81 |
| - <true/> |
82 |
| - <key>NSUbiquitousContainerName</key> |
83 |
| - <string>Logseq</string> |
84 |
| - <key>NSUbiquitousContainerSupportedFolderLevels</key> |
85 |
| - <string>ANY</string> |
86 |
| - </dict> |
87 |
| - </dict> |
88 |
| - <key>UIBackgroundModes</key> |
89 |
| - <array> |
90 |
| - <string>audio</string> |
91 |
| - </array> |
92 |
| - <key>UILaunchStoryboardName</key> |
93 |
| - <string>LaunchScreen</string> |
94 |
| - <key>UIMainStoryboardFile</key> |
95 |
| - <string>Main</string> |
96 |
| - <key>UIRequiredDeviceCapabilities</key> |
97 |
| - <array> |
98 |
| - <string>armv7</string> |
99 |
| - </array> |
100 |
| - <key>UISupportedInterfaceOrientations</key> |
101 |
| - <array> |
102 |
| - <string>UIInterfaceOrientationPortrait</string> |
103 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
104 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
105 |
| - </array> |
106 |
| - <key>UISupportedInterfaceOrientations~ipad</key> |
107 |
| - <array> |
108 |
| - <string>UIInterfaceOrientationPortrait</string> |
109 |
| - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
110 |
| - <string>UIInterfaceOrientationLandscapeLeft</string> |
111 |
| - <string>UIInterfaceOrientationLandscapeRight</string> |
112 |
| - </array> |
113 |
| - <key>UISupportsDocumentBrowser</key> |
114 |
| - <true/> |
115 |
| - <key>UIViewControllerBasedStatusBarAppearance</key> |
116 |
| - <true/> |
117 |
| - <key>CFBundleGetInfoString</key> |
118 |
| - <string></string> |
119 |
| - <key>ITSAppUsesNonExemptEncryption</key> |
120 |
| - <false/> |
| 6 | + <dict> |
| 7 | + <key>NSAllowsArbitraryLoads</key> |
| 8 | + <true/> |
| 9 | + </dict> |
| 10 | + <key>APFiles</key> |
| 11 | + <dict> |
| 12 | + <key>APFileDescriptionKey</key> |
| 13 | + <string></string> |
| 14 | + <key>APFileDestinationPath</key> |
| 15 | + <string></string> |
| 16 | + <key>APFileName</key> |
| 17 | + <string></string> |
| 18 | + <key>APFileSourcePath</key> |
| 19 | + <string></string> |
| 20 | + </dict> |
| 21 | + <key>CFBundleDevelopmentRegion</key> |
| 22 | + <string>en</string> |
| 23 | + <key>CFBundleDisplayName</key> |
| 24 | + <string>Logseq</string> |
| 25 | + <key>CFBundleExecutable</key> |
| 26 | + <string>$(EXECUTABLE_NAME)</string> |
| 27 | + <key>CFBundleIdentifier</key> |
| 28 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 29 | + <key>CFBundleInfoDictionaryVersion</key> |
| 30 | + <string>6.0</string> |
| 31 | + <key>CFBundleName</key> |
| 32 | + <string>$(PRODUCT_NAME)</string> |
| 33 | + <key>CFBundlePackageType</key> |
| 34 | + <string>APPL</string> |
| 35 | + <key>CFBundleShortVersionString</key> |
| 36 | + <string>$(MARKETING_VERSION)</string> |
| 37 | + <key>CFBundleURLTypes</key> |
| 38 | + <array> |
| 39 | + <dict> |
| 40 | + <key>CFBundleTypeRole</key> |
| 41 | + <string>Viewer</string> |
| 42 | + <key>CFBundleURLName</key> |
| 43 | + <string>com.logseq.logseq</string> |
| 44 | + <key>CFBundleURLSchemes</key> |
| 45 | + <array> |
| 46 | + <string>logseq</string> |
| 47 | + </array> |
| 48 | + </dict> |
| 49 | + </array> |
| 50 | + <key>CFBundleVersion</key> |
| 51 | + <string>$(CURRENT_PROJECT_VERSION)</string> |
| 52 | + <key>LSApplicationCategoryType</key> |
| 53 | + <string></string> |
| 54 | + <key>LSRequiresIPhoneOS</key> |
| 55 | + <true/> |
| 56 | + <key>LSSupportsOpeningDocumentsInPlace</key> |
| 57 | + <true/> |
| 58 | + <key>UIFileSharingEnabled</key> |
| 59 | + <true/> |
| 60 | + <key>NSCameraUsageDescription</key> |
| 61 | + <string>We will access your camera when you take a photo, and embed it in your note.</string> |
| 62 | + <key>NSDocumentsFolderUsageDescription</key> |
| 63 | + <string></string> |
| 64 | + <key>NSDownloadsFolderUsageDescription</key> |
| 65 | + <string></string> |
| 66 | + <key>NSFileProviderDomainUsageDescription</key> |
| 67 | + <string></string> |
| 68 | + <key>NSFileProviderPresenceUsageDescription</key> |
| 69 | + <string></string> |
| 70 | + <key>NSSpeechRecognitionUsageDescription</key> |
| 71 | + <string>We need access to speech recognition to convert your voice to text.</string> |
| 72 | + <key>NSMicrophoneUsageDescription</key> |
| 73 | + <string>We will access your microphone to record audio notes</string> |
| 74 | + <key>NSPhotoLibraryAddUsageDescription</key> |
| 75 | + <string>We will access your album when you save a photo.</string> |
| 76 | + <key>NSPhotoLibraryUsageDescription</key> |
| 77 | + <string>We will access your album when you choose a photo, and embed it in your note.</string> |
| 78 | + <key>NSUbiquitousContainers</key> |
| 79 | + <dict> |
| 80 | + <key>iCloud.com.logseq.logseq</key> |
| 81 | + <dict> |
| 82 | + <key>NSUbiquitousContainerIsDocumentScopePublic</key> |
| 83 | + <true/> |
| 84 | + <key>NSUbiquitousContainerName</key> |
| 85 | + <string>Logseq</string> |
| 86 | + <key>NSUbiquitousContainerSupportedFolderLevels</key> |
| 87 | + <string>ANY</string> |
| 88 | + </dict> |
| 89 | + </dict> |
| 90 | + <key>UIBackgroundModes</key> |
| 91 | + <array> |
| 92 | + <string>audio</string> |
| 93 | + </array> |
| 94 | + <key>UILaunchStoryboardName</key> |
| 95 | + <string>LaunchScreen</string> |
| 96 | + <key>UIMainStoryboardFile</key> |
| 97 | + <string>Main</string> |
| 98 | + <key>UIRequiredDeviceCapabilities</key> |
| 99 | + <array> |
| 100 | + <string>armv7</string> |
| 101 | + </array> |
| 102 | + <key>UISupportedInterfaceOrientations</key> |
| 103 | + <array> |
| 104 | + <string>UIInterfaceOrientationPortrait</string> |
| 105 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 106 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 107 | + </array> |
| 108 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 109 | + <array> |
| 110 | + <string>UIInterfaceOrientationPortrait</string> |
| 111 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 112 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 113 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 114 | + </array> |
| 115 | + <key>UISupportsDocumentBrowser</key> |
| 116 | + <true/> |
| 117 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 118 | + <true/> |
| 119 | + <key>CFBundleGetInfoString</key> |
| 120 | + <string></string> |
| 121 | + <key>ITSAppUsesNonExemptEncryption</key> |
| 122 | + <false/> |
121 | 123 | </dict>
|
122 | 124 | </plist>
|
0 commit comments