update build number and localised strings

pull/1061/head
Ryan ZHAO 2 weeks ago
parent 02e22eb024
commit 663cc13e68

@ -8011,7 +8011,7 @@
CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 560;
CURRENT_PROJECT_VERSION = 562;
DEVELOPMENT_TEAM = SUQ8J2PCT7;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -8078,7 +8078,7 @@
CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 560;
CURRENT_PROJECT_VERSION = 562;
DEVELOPMENT_TEAM = SUQ8J2PCT7;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",

@ -326696,6 +326696,17 @@
}
}
},
"permissionsCameraChangeDescriptionIos" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Camera access is currently enabled. To disable it, toggle the \"Camera\" permission in Settings."
}
}
}
},
"permissionsCameraDenied" : {
"extractionState" : "manual",
"localizations" : {
@ -331084,6 +331095,17 @@
}
}
},
"permissionsMicrophoneChangeDescriptionIos" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Microphone access is currently enabled. To disable it, toggle the \"Microphone\" permission in Settings."
}
}
}
},
"permissionsMicrophoneDescription" : {
"extractionState" : "manual",
"localizations" : {

Loading…
Cancel
Save