Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
c80ed324
Commit
c80ed324
authored
Mar 09, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Info.plist: add missing URL schemes VLC supports
There may be more I forgot about..
parent
2eecbeed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
extras/package/macosx/Info.plist.in
extras/package/macosx/Info.plist.in
+44
-0
No files found.
extras/package/macosx/Info.plist.in
View file @
c80ed324
...
...
@@ -1380,6 +1380,7 @@
<key>
CFBundleURLSchemes
</key>
<array>
<string>
mms
</string>
<string>
mmsh
</string>
</array>
</dict>
<dict>
...
...
@@ -1402,6 +1403,49 @@
<string>
udp
</string>
</array>
</dict>
<dict>
<key>
CFBundleURLIconFile
</key>
<string>
generic
</string>
<key>
CFBundleURLName
</key>
<string>
rtp url
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
rtp
</string>
</array>
</dict>
<dict>
<key>
CFBundleURLIconFile
</key>
<string>
generic
</string>
<key>
CFBundleURLName
</key>
<string>
rtmp url
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
rtmp
</string>
<string>
rtmps
</string>
<string>
rtmpe
</string>
<string>
rtmpt
</string>
</array>
</dict>
<dict>
<key>
CFBundleURLIconFile
</key>
<string>
generic
</string>
<key>
CFBundleURLName
</key>
<string>
sftp url
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
sftp
</string>
</array>
</dict>
<dict>
<key>
CFBundleURLIconFile
</key>
<string>
generic
</string>
<key>
CFBundleURLName
</key>
<string>
smb url
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
smb
</string>
</array>
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
@VERSION@
</string>
...
...
Write
Preview
Markdown
is supported
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