Added remote-notification option in the application background modes

+ bumped version number to 2.1
This commit is contained in:
Guillaume BIENKOWSKI 2013-10-10 12:23:55 +02:00
parent e490b7ea13
commit e1e35b6bc9

View file

@ -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>