forked from mirrors/linphone-iphone
xcode: fix some crash and bump v3.14 build 1
This commit is contained in:
parent
d5adc86364
commit
1581f95bcf
3 changed files with 7 additions and 3 deletions
|
|
@ -327,7 +327,7 @@
|
|||
if (minPort != maxPort)
|
||||
[self setObject:[NSString stringWithFormat:@"%d-%d", minPort, maxPort] forKey:@"video_port_preference"];
|
||||
else
|
||||
[self setObject:[NSString stringWithFormat:@"%d", minPort] forKey:@"video_port_preference"];
|
||||
[self setInteger:minPort forKey:@"video_port_preference"];
|
||||
}
|
||||
[self setBool:linphone_core_ipv6_enabled(LC) forKey:@"use_ipv6"];
|
||||
LinphoneMediaEncryption menc = linphone_core_get_media_encryption(LC);
|
||||
|
|
|
|||
|
|
@ -52,6 +52,10 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[NSNotificationCenter.defaultCenter removeObserver:self];
|
||||
}
|
||||
|
||||
#pragma mark - Notif
|
||||
|
||||
- (void)onPresenceChanged:(NSNotification *)k {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.13</string>
|
||||
<string>3.14</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>9</string>
|
||||
<string>1</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue