mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Added remote-notification option in the application background modes
+ bumped version number to 2.1
This commit is contained in:
parent
e490b7ea13
commit
e1e35b6bc9
1 changed files with 3 additions and 2 deletions
|
|
@ -76,7 +76,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.0.3</string>
|
||||
<string>2.1</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>LinphoneApp</string>
|
||||
<key>NSMainNibFile~ipad</key>
|
||||
|
|
@ -85,8 +85,9 @@
|
|||
<false/>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>voip</string>
|
||||
<string>audio</string>
|
||||
<string>remote-notification</string>
|
||||
<string>voip</string>
|
||||
</array>
|
||||
<key>UILaunchImageFile~ipad</key>
|
||||
<string>linphone_splashscreen</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue