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>CFBundleExecutable</key>
6	<string>$(PRODUCT_NAME)</string>
7	<key>CFBundleGetInfoString</key>
8	<string>Telegram Desktop messaging app</string>
9	<key>CFBundleIdentifier</key>
10	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11	<key>CFBundlePackageType</key>
12	<string>APPL</string>
13	<key>CFBundleShortVersionString</key>
14	<string>$(CURRENT_PROJECT_VERSION)</string>
15	<key>CFBundleSignature</key>
16	<string>????</string>
17	<key>CFBundleURLTypes</key>
18	<array>
19		<dict>
20			<key>CFBundleTypeRole</key>
21			<string>Viewer</string>
22			<key>CFBundleURLIconFile</key>
23			<string>Icon.icns</string>
24			<key>CFBundleURLName</key>
25			<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
26			<key>CFBundleURLSchemes</key>
27			<array>
28				<string>tg</string>
29			</array>
30		</dict>
31	</array>
32	<key>CFBundleVersion</key>
33	<string>$(CURRENT_PROJECT_VERSION)</string>
34	<key>LSApplicationCategoryType</key>
35	<string>public.app-category.social-networking</string>
36	<key>LSMinimumSystemVersion</key>
37	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
38	<key>LSFileQuarantineEnabled</key>
39	<true/>
40	<key>NOTE</key>
41	<string></string>
42	<key>NSMicrophoneUsageDescription</key>
43	<string>We need access to your microphone so that you can record voice messages and make calls.</string>
44	<key>NSCameraUsageDescription</key>
45	<string>We need access to your camera so that you can record video messages and make video calls.</string>
46	<key>NSPrincipalClass</key>
47	<string>NSApplication</string>
48	<key>NSSupportsAutomaticGraphicsSwitching</key>
49	<true/>
50</dict>
51</plist>
52