-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInfo.plist
More file actions
60 lines (59 loc) · 2.12 KB
/
Info.plist
File metadata and controls
60 lines (59 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>Microverse</string>
<key>CFBundleIdentifier</key>
<string>com.microverse.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Microverse</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.0</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleDisplayName</key>
<string>Microverse</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2025 Ashwini Chaudhary. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Microverse uses your location to show local weather in the notch, widgets, and menu bar.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Microverse uses Bluetooth to read AirPods battery levels for alerts and widgets.</string>
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>NSSupportsSuddenTermination</key>
<false/>
<!-- Sparkle Auto-Update Configuration -->
<key>SUFeedURL</key>
<string>https://microverse.ashwch.com/appcast.xml</string>
<key>SUAutomaticallyUpdate</key>
<false/>
<key>SUEnableAutomaticChecks</key>
<false/>
<key>SUShowReleaseNotes</key>
<true/>
<key>SUAllowsAutomaticUpdates</key>
<false/>
<!-- CRITICAL: Enable Installer XPC service for sandboxed apps -->
<key>SUEnableInstallerLauncherService</key>
<true/>
<!-- EdDSA public key for signature verification -->
<key>SUPublicEDKey</key>
<string>j6LhwdLf+L0uIllLkfIVFxNLHrg9f3lLUs/5uz5PF7w=</string>
</dict>
</plist>