Skip to content

Commit

Permalink
Merge pull request #68 from AdamLiechty/patch-1
Browse files Browse the repository at this point in the history
Fix XML in info.plist for iOS xcodeproj
  • Loading branch information
tlenclos committed Feb 15, 2017
2 parents 854cadd + 50dde05 commit 27ff247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Update Info.plist file of your Xcode project and add audio background mode
```xml
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>audio</string>
</array>
```

### Next installation steps for Android
Expand Down

0 comments on commit 27ff247

Please sign in to comment.