xcode: bump v3.10 build 2

This commit is contained in:
Gautier Pelloux-Prayer 2015-11-05 17:02:20 +01:00
parent ac0aacb26c
commit aaa7f2e91b
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ static UICompositeViewDescription *compositeDescription = nil;
}
- (void)callUpdateEvent:(NSNotification *)notif {
_callButton.hidden = linphone_core_get_current_call([LinphoneManager getLc]);
_callButton.hidden = (linphone_core_get_current_call([LinphoneManager getLc]) != NULL);
}
- (void)update {

View file

@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationExitsOnSuspend</key>