2021-11-08 10:44:05 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2022-01-25 11:56:34 -05:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
2022-07-29 11:43:47 -04:00
|
|
|
<string>10.15</string>
|
2022-01-25 11:56:34 -05:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.social-networking</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
2023-01-27 12:35:07 -05:00
|
|
|
<key>SUPublicEDKey</key>
|
|
|
|
<string>${SPARKLE_PUBLIC_KEY}</string>
|
2022-01-25 11:56:34 -05:00
|
|
|
<key>SUFeedURL</key>
|
|
|
|
<string>${SPARKLE_URL}</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>Jami requires to access your camera to make calls and record video</string>
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Jami requires to access your microphone to make calls and record audio</string>
|
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Jami requires to access your photo library to show image on profile and send via chat</string>
|
2023-02-08 12:21:33 -05:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<true/>
|
2021-11-08 10:44:05 -05:00
|
|
|
</dict>
|
|
|
|
</plist>
|