Skip to content

Commit

Permalink
xcode: bump build 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jun 13, 2016
1 parent 8d3aa08 commit b16d50c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TestsUI/NotificationTester.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (void)testChatRemoteNotification {
[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--;
Expand Down
8 changes: 5 additions & 3 deletions linphone-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
2 changes: 1 addition & 1 deletion submodules/linphone
Submodule linphone updated from e7eda7 to a6a9c3

0 comments on commit b16d50c

Please sign in to comment.