Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 50b349a

Browse files
authored
Merge pull request #841 from oxen-io/dev
Release 2.2.13 (RC 3)
2 parents 2d48710 + 4dfe243 commit 50b349a

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

Session.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6076,7 +6076,7 @@
60766076
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
60776077
CODE_SIGN_STYLE = Automatic;
60786078
COPY_PHASE_STRIP = NO;
6079-
CURRENT_PROJECT_VERSION = 403;
6079+
CURRENT_PROJECT_VERSION = 404;
60806080
DEBUG_INFORMATION_FORMAT = dwarf;
60816081
DEVELOPMENT_TEAM = SUQ8J2PCT7;
60826082
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -6149,7 +6149,7 @@
61496149
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
61506150
CODE_SIGN_STYLE = Automatic;
61516151
COPY_PHASE_STRIP = NO;
6152-
CURRENT_PROJECT_VERSION = 403;
6152+
CURRENT_PROJECT_VERSION = 404;
61536153
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61546154
DEVELOPMENT_TEAM = SUQ8J2PCT7;
61556155
ENABLE_NS_ASSERTIONS = NO;
@@ -6215,7 +6215,7 @@
62156215
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
62166216
CODE_SIGN_STYLE = Automatic;
62176217
COPY_PHASE_STRIP = NO;
6218-
CURRENT_PROJECT_VERSION = 403;
6218+
CURRENT_PROJECT_VERSION = 404;
62196219
DEBUG_INFORMATION_FORMAT = dwarf;
62206220
DEVELOPMENT_TEAM = SUQ8J2PCT7;
62216221
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -6289,7 +6289,7 @@
62896289
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
62906290
CODE_SIGN_STYLE = Automatic;
62916291
COPY_PHASE_STRIP = NO;
6292-
CURRENT_PROJECT_VERSION = 403;
6292+
CURRENT_PROJECT_VERSION = 404;
62936293
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62946294
DEVELOPMENT_TEAM = SUQ8J2PCT7;
62956295
ENABLE_NS_ASSERTIONS = NO;
@@ -7217,7 +7217,7 @@
72177217
CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements;
72187218
CODE_SIGN_IDENTITY = "iPhone Developer";
72197219
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
7220-
CURRENT_PROJECT_VERSION = 403;
7220+
CURRENT_PROJECT_VERSION = 404;
72217221
DEVELOPMENT_TEAM = SUQ8J2PCT7;
72227222
FRAMEWORK_SEARCH_PATHS = (
72237223
"$(inherited)",
@@ -7289,7 +7289,7 @@
72897289
CODE_SIGN_ENTITLEMENTS = Session/Meta/Signal.entitlements;
72907290
CODE_SIGN_IDENTITY = "iPhone Developer";
72917291
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
7292-
CURRENT_PROJECT_VERSION = 403;
7292+
CURRENT_PROJECT_VERSION = 404;
72937293
DEVELOPMENT_TEAM = SUQ8J2PCT7;
72947294
FRAMEWORK_SEARCH_PATHS = (
72957295
"$(inherited)",

Session/Meta/Session-Info.plist

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,19 @@
8484
</dict>
8585
</dict>
8686
<key>NSAppleMusicUsageDescription</key>
87-
<string>Signal needs to use Apple Music to play media attachments.</string>
87+
<string>Session needs to use Apple Music to play media attachments.</string>
8888
<key>NSCameraUsageDescription</key>
8989
<string>Session needs camera access to take pictures and scan QR codes.</string>
90-
<key>NSContactsUsageDescription</key>
91-
<string>Signal uses your contacts to find users you know. We do not store your contacts on the server.</string>
9290
<key>NSFaceIDUsageDescription</key>
9391
<string>Session's Screen Lock feature uses Face ID.</string>
9492
<key>NSHumanReadableCopyright</key>
9593
<string>com.loki-project.loki-messenger</string>
9694
<key>NSMicrophoneUsageDescription</key>
97-
<string>Session needs access to your microphone to record media.</string>
95+
<string>Session needs access to your microphone for calls and to send to audio messages.</string>
9896
<key>NSPhotoLibraryAddUsageDescription</key>
9997
<string>Session needs access to your library to save photos.</string>
10098
<key>NSPhotoLibraryUsageDescription</key>
101-
<string>Session needs access to your library to send photos.</string>
99+
<string>Session needs access to your library to update your avatar and send photos.</string>
102100
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
103101
<true/>
104102
<key>UIAppFonts</key>

0 commit comments

Comments
 (0)