|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
| 4 | +<dict> |
| 5 | + <key>CFBundleDevelopmentRegion</key> |
| 6 | + <string>en</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>Beaver Pocket</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>$(EXECUTABLE_NAME)</string> |
| 11 | + <key>CFBundleIcons</key> |
4 | 12 | <dict> |
5 | | - <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>en</string> |
7 | | - <key>CFBundleDisplayName</key> |
8 | | - <string>Beaver Pocket</string> |
9 | | - <key>CFBundleExecutable</key> |
10 | | - <string>$(EXECUTABLE_NAME)</string> |
11 | | - <key>CFBundleIcons</key> |
| 13 | + <key>CFBundleAlternateIcons</key> |
12 | 14 | <dict> |
13 | | - <key>CFBundleAlternateIcons</key> |
| 15 | + <key>Computer</key> |
14 | 16 | <dict> |
15 | | - <key>Computer</key> |
16 | | - <dict> |
17 | | - <key>CFBundleIconFiles</key> |
18 | | - <array> |
19 | | - <string>AppIcon 5</string> |
20 | | - </array> |
21 | | - <key>UIPrerenderedIcon</key> |
22 | | - <false/> |
23 | | - </dict> |
24 | | - <key>Dev</key> |
25 | | - <dict> |
26 | | - <key>CFBundleIconFiles</key> |
27 | | - <array> |
28 | | - <string>AppIcon 1</string> |
29 | | - </array> |
30 | | - <key>UIPrerenderedIcon</key> |
31 | | - <false/> |
32 | | - </dict> |
33 | | - <key>Full</key> |
34 | | - <dict> |
35 | | - <key>CFBundleIconFiles</key> |
36 | | - <array> |
37 | | - <string>AppIcon 4</string> |
38 | | - </array> |
39 | | - <key>UIPrerenderedIcon</key> |
40 | | - <false/> |
41 | | - </dict> |
42 | | - <key>Matte</key> |
43 | | - <dict> |
44 | | - <key>CFBundleIconFiles</key> |
45 | | - <array> |
46 | | - <string>AppIcon 2</string> |
47 | | - </array> |
48 | | - <key>UIPrerenderedIcon</key> |
49 | | - <false/> |
50 | | - </dict> |
51 | | - <key>Rainbow</key> |
52 | | - <dict> |
53 | | - <key>CFBundleIconFiles</key> |
54 | | - <array> |
55 | | - <string>AppIcon 3</string> |
56 | | - </array> |
57 | | - <key>UIPrerenderedIcon</key> |
58 | | - <false/> |
59 | | - </dict> |
| 17 | + <key>CFBundleIconFiles</key> |
| 18 | + <array> |
| 19 | + <string>AppIcon 5</string> |
| 20 | + </array> |
| 21 | + <key>UIPrerenderedIcon</key> |
| 22 | + <false/> |
60 | 23 | </dict> |
61 | | - <key>CFBundlePrimaryIcon</key> |
| 24 | + <key>Dev</key> |
62 | 25 | <dict> |
63 | 26 | <key>CFBundleIconFiles</key> |
64 | 27 | <array> |
65 | | - <string>AppIcon</string> |
| 28 | + <string>AppIcon 1</string> |
| 29 | + </array> |
| 30 | + <key>UIPrerenderedIcon</key> |
| 31 | + <false/> |
| 32 | + </dict> |
| 33 | + <key>Full</key> |
| 34 | + <dict> |
| 35 | + <key>CFBundleIconFiles</key> |
| 36 | + <array> |
| 37 | + <string>AppIcon 4</string> |
| 38 | + </array> |
| 39 | + <key>UIPrerenderedIcon</key> |
| 40 | + <false/> |
| 41 | + </dict> |
| 42 | + <key>Matte</key> |
| 43 | + <dict> |
| 44 | + <key>CFBundleIconFiles</key> |
| 45 | + <array> |
| 46 | + <string>AppIcon 2</string> |
| 47 | + </array> |
| 48 | + <key>UIPrerenderedIcon</key> |
| 49 | + <false/> |
| 50 | + </dict> |
| 51 | + <key>Rainbow</key> |
| 52 | + <dict> |
| 53 | + <key>CFBundleIconFiles</key> |
| 54 | + <array> |
| 55 | + <string>AppIcon 3</string> |
66 | 56 | </array> |
67 | 57 | <key>UIPrerenderedIcon</key> |
68 | 58 | <false/> |
69 | 59 | </dict> |
70 | 60 | </dict> |
| 61 | +<<<<<<< Updated upstream |
71 | 62 | <key>CFBundleIdentifier</key> |
72 | 63 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
73 | 64 | <key>CFBundleInfoDictionaryVersion</key> |
|
194 | 185 | </dict> |
195 | 186 | </array> |
196 | 187 | </dict> |
| 188 | +======= |
| 189 | + <key>CFBundlePrimaryIcon</key> |
| 190 | + <dict> |
| 191 | + <key>CFBundleIconFiles</key> |
| 192 | + <array> |
| 193 | + <string>AppIcon</string> |
| 194 | + </array> |
| 195 | + <key>UIPrerenderedIcon</key> |
| 196 | + <false/> |
| 197 | + </dict> |
| 198 | + </dict> |
| 199 | + <key>CFBundleIdentifier</key> |
| 200 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 201 | + <key>CFBundleInfoDictionaryVersion</key> |
| 202 | + <string>6.0</string> |
| 203 | + <key>CFBundleName</key> |
| 204 | + <string>$(PRODUCT_NAME)</string> |
| 205 | + <key>CFBundlePackageType</key> |
| 206 | + <string>APPL</string> |
| 207 | + <key>CFBundleShortVersionString</key> |
| 208 | + <string>$(MARKETING_VERSION)</string> |
| 209 | + <key>CFBundleURLTypes</key> |
| 210 | + <array> |
| 211 | + <dict> |
| 212 | + <key>CFBundleTypeRole</key> |
| 213 | + <string>Editor</string> |
| 214 | + <key>CFBundleURLSchemes</key> |
| 215 | + <array> |
| 216 | + <string>com.googleusercontent.apps.462278481265-kugstu9sglncb5ms2vfi9glrkfqn531v</string> |
| 217 | + </array> |
| 218 | + </dict> |
| 219 | + <dict> |
| 220 | + <key>CFBundleTypeRole</key> |
| 221 | + <string>Editor</string> |
| 222 | + <key>CFBundleURLSchemes</key> |
| 223 | + <array> |
| 224 | + <string>msauth.$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 225 | + </array> |
| 226 | + </dict> |
| 227 | + <dict> |
| 228 | + <key>CFBundleTypeRole</key> |
| 229 | + <string>Editor</string> |
| 230 | + <key>CFBundleURLName</key> |
| 231 | + <string>beaver.notes.pocket</string> |
| 232 | + <key>CFBundleURLSchemes</key> |
| 233 | + <array> |
| 234 | + <string>beaver-pocket</string> |
| 235 | + </array> |
| 236 | + </dict> |
| 237 | + </array> |
| 238 | + <key>CFBundleVersion</key> |
| 239 | + <string>$(CURRENT_PROJECT_VERSION)</string> |
| 240 | + <key>GIDClientID</key> |
| 241 | + <string>462278481265-kugstu9sglncb5ms2vfi9glrkfqn531v.apps.googleusercontent.com</string> |
| 242 | + <key>LSApplicationQueriesSchemes</key> |
| 243 | + <array> |
| 244 | + <string>msauthv2</string> |
| 245 | + <string>msauthv3</string> |
| 246 | + </array> |
| 247 | + <key>LSRequiresIPhoneOS</key> |
| 248 | + <true/> |
| 249 | + <key>LSSupportsOpeningDocumentsInPlace</key> |
| 250 | + <true/> |
| 251 | + <key>NSAppTransportSecurity</key> |
| 252 | + <dict> |
| 253 | + <key>NSAllowsArbitraryLoads</key> |
| 254 | + <true/> |
| 255 | + </dict> |
| 256 | + <key>NSFaceIDUsageDescription</key> |
| 257 | + <string>To secure notes</string> |
| 258 | + <key>NSMicrophoneUsageDescription</key> |
| 259 | + <string>To record audio notes</string> |
| 260 | + <key>NSUbiquitousContainers</key> |
| 261 | + <dict> |
| 262 | + <key>iCloud.beaver.notes.pocket</key> |
| 263 | + <dict> |
| 264 | + <key>NSUbiquitousContainerIsDocumentScopePublic</key> |
| 265 | + <true/> |
| 266 | + <key>NSUbiquitousContainerName</key> |
| 267 | + <string>Beaver Pocket</string> |
| 268 | + <key>NSUbiquitousContainerSupportedFolderLevels</key> |
| 269 | + <string>ANY</string> |
| 270 | + </dict> |
| 271 | + </dict> |
| 272 | + <key>UIFileSharingEnabled</key> |
| 273 | + <true/> |
| 274 | + <key>UILaunchStoryboardName</key> |
| 275 | + <string>LaunchScreen</string> |
| 276 | + <key>UIMainStoryboardFile</key> |
| 277 | + <string>Main</string> |
| 278 | + <key>UIRequiredDeviceCapabilities</key> |
| 279 | + <array> |
| 280 | + <string>armv7</string> |
| 281 | + </array> |
| 282 | + <key>UIRequiresFullScreen</key> |
| 283 | + <false/> |
| 284 | + <key>UIStatusBarHidden</key> |
| 285 | + <false/> |
| 286 | + <key>UISupportedInterfaceOrientations</key> |
| 287 | + <array> |
| 288 | + <string>UIInterfaceOrientationPortrait</string> |
| 289 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 290 | + </array> |
| 291 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 292 | + <array> |
| 293 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 294 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 295 | + <string>UIInterfaceOrientationPortrait</string> |
| 296 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 297 | + </array> |
| 298 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 299 | + <true/> |
| 300 | + <key>UTExportedTypeDeclarations</key> |
| 301 | + <array> |
| 302 | + <dict> |
| 303 | + <key>UTTypeConformsTo</key> |
| 304 | + <array> |
| 305 | + <string>public.json</string> |
| 306 | + </array> |
| 307 | + <key>UTTypeDescription</key> |
| 308 | + <string>BEA Custom File</string> |
| 309 | + <key>UTTypeIconFiles</key> |
| 310 | + <array/> |
| 311 | + <key>UTTypeIdentifier</key> |
| 312 | + <string>beaver.notes.pocket.bea</string> |
| 313 | + <key>UTTypeTagSpecification</key> |
| 314 | + <dict> |
| 315 | + <key>public.filename-extension</key> |
| 316 | + <array> |
| 317 | + <string>bea</string> |
| 318 | + </array> |
| 319 | + <key>public.mime-type</key> |
| 320 | + <string>application/json</string> |
| 321 | + </dict> |
| 322 | + </dict> |
| 323 | + </array> |
| 324 | +</dict> |
| 325 | +>>>>>>> Stashed changes |
197 | 326 | </plist> |
0 commit comments