mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
Add more useless permission in plist, quickfix on version names [ci skip]
This commit is contained in:
parent
ed52e80620
commit
cccc78e2dc
3 changed files with 27 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
################################################################################
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
project(linphoneqt VERSION 4.1.1)
|
||||
project(linphoneqt VERSION 4.2.0)
|
||||
|
||||
if(ENABLE_BUILD_VERBOSE)
|
||||
#message("CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}")
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@ set(CPACK_SOURCE_IGNORE_FILES
|
|||
"libmng.spec"
|
||||
)
|
||||
|
||||
bc_project_build_version(${PROJECT_VERSION} PROJECT_VERSION_BUILD)
|
||||
bc_compute_full_version(PROJECT_VERSION_BUILD)
|
||||
if(PROJECT_VERSION_BUILD)
|
||||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-${PROJECT_VERSION_BUILD}")
|
||||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${PROJECT_VERSION_BUILD}")
|
||||
endif()
|
||||
|
||||
message("-- Package file name is ${CPACK_PACKAGE_FILE_NAME}")
|
||||
|
|
|
|||
|
|
@ -76,5 +76,29 @@
|
|||
<string>A user application wants to access location information.</string>
|
||||
<key>NSRemindersUsageDescription</key>
|
||||
<string>A user application wants to access the reminders.</string>
|
||||
<key>NSFileProviderDomainUsageDescription</key>
|
||||
<string>Privacy - Access to a File Provide Domain Usage Description</string>
|
||||
<key>NSSystemAdministrationUsageDescription</key>
|
||||
<string>Privacy - System Administration Usage Description</string>
|
||||
<key>NSAppleMusicUsageDescription</key>
|
||||
<string>Privacy - Media Library Usage Description</string>
|
||||
<key>NSSystemExtensionUsageDescription</key>
|
||||
<string>Privacy - System Extension Usage Description</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>Privacy - Speech Recognition Usage Description</string>
|
||||
<key>NSNetworkVolumesUsageDescription</key>
|
||||
<string>Privacy - Network Volumes Usage Description</string>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>Privacy - Bluetooth Always Usage Description</string>
|
||||
<key>OSBundleUsageDescription</key>
|
||||
<string>Privacy - Driver Extension Usage Description</string>
|
||||
<key>NSMotionUsageDescription</key>
|
||||
<string>Privacy - Motion Usage Description</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Privacy - Face ID Usage Description</string>
|
||||
<key>NSFileProviderPresenceUsageDescription</key>
|
||||
<string>Privacy - File Provider Presence Usage Description</string>
|
||||
<key>kTCCServiceMediaLibrary</key>
|
||||
<string>Privacy - Music Usage Description</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue