mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
xcode: bump build 7
This commit is contained in:
parent
8d3aa082db
commit
b16d50c6fd
3 changed files with 7 additions and 5 deletions
|
|
@ -30,7 +30,7 @@
|
|||
[tester tapViewWithAccessibilityLabel:@"Chat"];
|
||||
|
||||
// it can take several seconds to receive the remote push notification...
|
||||
int timeout = 15;
|
||||
int timeout = 35;
|
||||
while (timeout > 0) {
|
||||
[tester tryFindingViewWithAccessibilityLabel:@"Contact name, Message" error:nil];
|
||||
timeout--;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,11 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6</string>
|
||||
<string>7</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>b5cb085f-772a-4a4f-8c77-5d1332b1f93f</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIApplicationExitsOnSuspend</key>
|
||||
|
|
@ -95,7 +99,5 @@
|
|||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>ITSAppUsesNonExemptEncryption</key><true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key><string>b5cb085f-772a-4a4f-8c77-5d1332b1f93f</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e7eda74df980aaa21537a1fc720da579410cb4f6
|
||||
Subproject commit a6a9c36e844e76c5dfec619f9a88dcf650224c5e
|
||||
Loading…
Add table
Reference in a new issue