11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
4- <dict >
5- <key >ITSAppUsesNonExemptEncryption </key >
6- < false / >
7- <key >NSCalendarsFullAccessUsageDescription </key >
8- <string >To get events to show on status bar </string >
9- <key >CFBundleDevelopmentRegion </key >
10- <string >$(DEVELOPMENT_LANGUAGE ) </string >
11- <key >CFBundleExecutable </key >
12- <string >$(EXECUTABLE_NAME) </string >
13- <key >CFBundleIdentifier </key >
14- <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
15- <key >CFBundleInfoDictionaryVersion </key >
16- <string >6.0 </string >
17- <key >CFBundleName </key >
18- <string >$(PRODUCT_NAME ) </string >
19- <key >CFBundlePackageType </key >
20- <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
21- <key >CFBundleShortVersionString </key >
22- < string > $(MARKETING_VERSION) </ string >
23- <key > CFBundleTypeRole </ key >
24- < string > Editor </ string >
25- < key > CFBundleURLTypes </ key >
26- < array >
27- <dict >
28- <key > CFBundleTypeRole </ key >
29- <string >Editor </string >
30- < key > CFBundleURLSchemes </ key >
31- < array >
32- < string > com.googleusercontent.apps.$(GOOGLE_CLIENT_NUMBER) </ string >
33- < string > meetingbar </ string >
34- </ array >
35- </ dict >
36- </ array >
37- <key >CFBundleVersion </key >
38- <string >$(CURRENT_PROJECT_VERSION ) </string >
39- <key >GOOGLE_AUTH_KEYCHAIN_NAME </key >
40- <string >$(GOOGLE_AUTH_KEYCHAIN_NAME ) </string >
41- <key >GOOGLE_CLIENT_NUMBER </key >
42- < string > $(GOOGLE_CLIENT_NUMBER) </ string >
43- <key >GOOGLE_CLIENT_SECRET </key >
44- <string >$(GOOGLE_CLIENT_SECRET) </string >
45- <key >LSApplicationCategoryType </key >
46- <string >public.app-category.productivity </string >
47- <key >LSMinimumSystemVersion </key >
48- < string > $(MACOSX_DEPLOYMENT_TARGET) </ string >
49- <key >LSUIElement </key >
50- < true / >
51- <key >NSCalendarsUsageDescription </key >
52- <string >To get events to show on status bar </string >
53- <key >NSHumanReadableCopyright </key >
54- <string >Copyright © 2020 Andrii Leitsius. All rights reserved. </string >
55- <key >NSMainStoryboardFile </key >
56- <string >Main </string >
57- <key >NSPrincipalClass </key >
58- <string >NSApplication </string >
59- <key >NSSupportsAutomaticTermination </key >
60- <true />
61- <key >NSSupportsSuddenTermination </key >
62- <true />
63- </dict >
64- </plist >
4+ <dict >
5+ <key >CFBundleDevelopmentRegion </key >
6+ < string > $(DEVELOPMENT_LANGUAGE) </ string >
7+ <key >CFBundleExecutable </key >
8+ <string >$(EXECUTABLE_NAME) </string >
9+ <key >CFBundleIdentifier </key >
10+ <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
11+ <key >CFBundleInfoDictionaryVersion </key >
12+ <string >6.0 </string >
13+ <key >CFBundleName </key >
14+ <string >$(PRODUCT_NAME ) </string >
15+ <key >CFBundlePackageType </key >
16+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17+ <key >CFBundleShortVersionString </key >
18+ <string >$(MARKETING_VERSION ) </string >
19+ <key >CFBundleTypeRole </key >
20+ <string >Editor </string >
21+ <key >CFBundleURLTypes </key >
22+ < array >
23+ <dict >
24+ < key > CFBundleTypeRole </ key >
25+ < string > Editor </ string >
26+ < key > CFBundleURLSchemes </ key >
27+ <array >
28+ <string > com.googleusercontent.apps.$(GOOGLE_CLIENT_NUMBER) </ string >
29+ <string >meetingbar </string >
30+ </ array >
31+ </ dict >
32+ </ array >
33+ < key > CFBundleVersion </ key >
34+ < string > $(CURRENT_PROJECT_VERSION) </ string >
35+ < key > GOOGLE_AUTH_KEYCHAIN_NAME </ key >
36+ < string > $(GOOGLE_AUTH_KEYCHAIN_NAME) </ string >
37+ <key >GOOGLE_CLIENT_NUMBER </key >
38+ <string >$(GOOGLE_CLIENT_NUMBER ) </string >
39+ <key >GOOGLE_CLIENT_SECRET </key >
40+ <string >$(GOOGLE_CLIENT_SECRET ) </string >
41+ <key >ITSAppUsesNonExemptEncryption </key >
42+ < false / >
43+ <key >LSApplicationCategoryType </key >
44+ <string >public.app-category.productivity </string >
45+ <key >LSMinimumSystemVersion </key >
46+ <string >$(MACOSX_DEPLOYMENT_TARGET) </string >
47+ <key >LSUIElement </key >
48+ < true / >
49+ <key >NSCalendarsFullAccessUsageDescription </key >
50+ < string > To get events to show on status bar </ string >
51+ <key >NSCalendarsUsageDescription </key >
52+ <string >To get events to show on status bar </string >
53+ <key >NSHumanReadableCopyright </key >
54+ <string >Copyright © 2020 Andrii Leitsius. All rights reserved. </string >
55+ <key >NSMainStoryboardFile </key >
56+ <string >Main </string >
57+ <key >NSPrincipalClass </key >
58+ <string >NSApplication </string >
59+ <key >NSSupportsAutomaticTermination </key >
60+ <true />
61+ <key >NSSupportsSuddenTermination </key >
62+ <true />
63+ </dict >
64+ </plist >
0 commit comments