22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >CFBundleDisplayName </key >
6- <string >ClickIt </string >
7- <key >CFBundleExecutable </key >
8- <string >ClickIt </string >
9- <key >CFBundleIdentifier </key >
10- <string >com.jsonify.ClickIt </string >
11- <key >CFBundleInfoDictionaryVersion </key >
12- <string >6.0 </string >
13- <key >CFBundleName </key >
14- <string >ClickIt </string >
15- <key >CFBundlePackageType </key >
16- <string >APPL </string >
17- <key >CFBundleShortVersionString </key >
18- <string >1.2.0 </string >
19- <key >CFBundleVersion </key >
20- <string >$(CURRENT_PROJECT_VERSION) </string >
21- <key >LSMinimumSystemVersion </key >
22- <string >14.0 </string >
23- <key >LSUIElement </key >
24- <false />
25- <key >NSHighResolutionCapable </key >
26- <true />
27- <key >NSSupportsAutomaticGraphicsSwitching </key >
28- <true />
29- <!-- CRITICAL: Permission usage descriptions -->
30- <key >NSAppleEventsUsageDescription </key >
31- <string >ClickIt needs to send Apple Events to simulate mouse clicks in target applications. </string >
32- <key >NSSystemAdministrationUsageDescription </key >
33- <string >ClickIt requires accessibility access to simulate mouse clicks and detect window information. </string >
34- <!-- Additional privacy entries for comprehensive permissions -->
35- <key >NSAccessibilityUsageDescription </key >
36- <string >ClickIt needs accessibility access to control mouse clicks and interact with other applications. </string >
37- <key >NSScreenCaptureUsageDescription </key >
38- <string >ClickIt needs screen recording access to detect windows and provide visual feedback overlays. </string >
39- <!-- App icon reference -->
40- <key >CFBundleIconFile </key >
41- <string >AppIcon </string >
42- <key >CFBundleIconName </key >
43- <string >AppIcon </string >
44- <!-- Sparkle auto-update configuration -->
45- <key >SUFeedURL </key >
46- <string >https://jsonify.github.io/ClickIt/appcast.xml </string >
47- <key >SUPublicEDKey </key >
48- <string >auto-generated-when-needed </string >
49- <key >SUAutomaticallyUpdate </key >
50- <false />
51- <key >SUEnableAutomaticChecks </key >
52- <true />
53- <key >SUCheckAtStartup </key >
54- <true />
5+ <key >CFBundleDisplayName </key >
6+ <string >ClickIt </string >
7+ <key >CFBundleExecutable </key >
8+ <string >ClickIt </string >
9+ <key >CFBundleIconFile </key >
10+ <string >AppIcon </string >
11+ <key >CFBundleIconName </key >
12+ <string >AppIcon </string >
13+ <key >CFBundleIdentifier </key >
14+ <string >com.jsonify.ClickIt </string >
15+ <key >CFBundleInfoDictionaryVersion </key >
16+ <string >6.0 </string >
17+ <key >CFBundleName </key >
18+ <string >ClickIt </string >
19+ <key >CFBundlePackageType </key >
20+ <string >APPL </string >
21+ <key >CFBundleShortVersionString </key >
22+ <string >1.4.15 </string >
23+ <key >CFBundleVersion </key >
24+ <string >$(CURRENT_PROJECT_VERSION) </string >
25+ <key >LSMinimumSystemVersion </key >
26+ <string >14.0 </string >
27+ <key >LSUIElement </key >
28+ <false />
29+ <key >NSAccessibilityUsageDescription </key >
30+ <string >ClickIt needs accessibility access to control mouse clicks and interact with other applications. </string >
31+ <key >NSAppleEventsUsageDescription </key >
32+ <string >ClickIt needs to send Apple Events to simulate mouse clicks in target applications. </string >
33+ <key >NSHighResolutionCapable </key >
34+ <true />
35+ <key >NSScreenCaptureUsageDescription </key >
36+ <string >ClickIt needs screen recording access to detect windows and provide visual feedback overlays. </string >
37+ <key >NSSupportsAutomaticGraphicsSwitching </key >
38+ <true />
39+ <key >NSSystemAdministrationUsageDescription </key >
40+ <string >ClickIt requires accessibility access to simulate mouse clicks and detect window information. </string >
41+ <key >SUAutomaticallyUpdate </key >
42+ <false />
43+ <key >SUCheckAtStartup </key >
44+ <true />
45+ <key >SUEnableAutomaticChecks </key >
46+ <true />
47+ <key >SUFeedURL </key >
48+ <string >https://jsonify.github.io/ClickIt/appcast.xml </string >
49+ <key >SUPublicEDKey </key >
50+ <string >auto-generated-when-needed </string >
5551</dict >
56- </plist >
52+ </plist >
0 commit comments