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_ENTITLEMENTS = Session/Meta/Signal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 560; CURRENT_PROJECT_VERSION = 562;
DEVELOPMENT_TEAM = SUQ8J2PCT7; DEVELOPMENT_TEAM = SUQ8J2PCT7;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
@ -8078,7 +8078,7 @@
CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements; CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 560; CURRENT_PROJECT_VERSION = 562;
DEVELOPMENT_TEAM = SUQ8J2PCT7; DEVELOPMENT_TEAM = SUQ8J2PCT7;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(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" : { "permissionsCameraDenied" : {
"extractionState" : "manual", "extractionState" : "manual",
"localizations" : { "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" : { "permissionsMicrophoneDescription" : {
"extractionState" : "manual", "extractionState" : "manual",
"localizations" : { "localizations" : {

Loading…
Cancel
Save