Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
f814a52e
Commit
f814a52e
authored
May 19, 2013
by
Felix Paul Kühne
Browse files
plist: fix bundle identifier
parent
99e86fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLC for iOS-Info.plist
View file @
f814a52e
...
...
@@ -51,11 +51,11 @@
</dict>
</dict>
<key>
CFBundleIdentifier
</key>
<string>
org.videolan.
${PRODUCT_NAME:rfc1034identifier}
</string>
<string>
org.videolan.
vlc-ios
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
${PRODUCT_NAME}
</string>
<string>
VLC for iOS
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
...
...
@@ -150,6 +150,10 @@
<string>
1.0
</string>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
UIBackgroundModes
</key>
<array>
<string>
audio
</string>
</array>
<key>
UIFileSharingEnabled
</key>
<true/>
<key>
UIPrerenderedIcon
</key>
...
...
@@ -158,10 +162,6 @@
<array>
<string>
armv7
</string>
</array>
<key>
UIBackgroundModes
</key>
<array>
<string>
audio
</string>
</array>
<key>
UIStatusBarStyle
</key>
<string>
UIStatusBarStyleBlackOpaque
</string>
<key>
UIStatusBarTintParameters
</key>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment