release: version 3.16.1 build 0

This commit is contained in:
Benjamin Reis 2017-01-10 12:08:06 +01:00
parent deeb678363
commit e04d9751e4
3 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@ Group changes to describe their impact on the project, as follows:
## [Unreleased]
## [3.16] - 2017-09-01
## [3.16.1] - 2017-09-01
### Added
- Support of CallKit

View file

@ -1355,7 +1355,9 @@ static void linphone_iphone_call_encryption_changed(LinphoneCore *lc, LinphoneCa
NSMutableDictionary *dict = [NSMutableDictionary dictionary];
[dict setObject:[NSValue valueWithPointer:call] forKey:@"call"];
[dict setObject:[NSNumber numberWithBool:on] forKey:@"on"];
[dict setObject:[NSString stringWithUTF8String:authentication_token] forKey:@"token"];
if (authentication_token) {
[dict setObject:[NSString stringWithUTF8String:authentication_token] forKey:@"token"];
}
[NSNotificationCenter.defaultCenter postNotificationName:kLinphoneCallEncryptionChanged object:self userInfo:dict];
}

View file

@ -24,7 +24,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.16</string>
<string>3.16.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>8</string>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>