Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ed5c79cf
Commit
ed5c79cf
authored
Aug 04, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: allow 'wm' and 'rmvb' as file extensions and update the xcode project format
parent
2a245b4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
extras/package/macosx/Info.plist.in
extras/package/macosx/Info.plist.in
+2
-0
extras/package/macosx/vlc.xcodeproj/project.pbxproj
extras/package/macosx/vlc.xcodeproj/project.pbxproj
+5
-2
No files found.
extras/package/macosx/Info.plist.in
View file @
ed5c79cf
...
...
@@ -190,6 +190,7 @@
<array>
<string>
ram
</string>
<string>
rm
</string>
<string>
rmvb
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
rm.icns
</string>
...
...
@@ -615,6 +616,7 @@
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
wmv
</string>
<string>
wm
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
wmv.icns
</string>
...
...
extras/package/macosx/vlc.xcodeproj/project.pbxproj
View file @
ed5c79cf
...
...
@@ -3,7 +3,7 @@
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
4
2
;
objectVersion
=
4
5
;
objects
=
{
/* Begin PBXBuildFile section */
...
...
@@ -880,7 +880,7 @@
089C1669FE841209C02AAC07
/* Project object */
=
{
isa
=
PBXProject
;
buildConfigurationList
=
C2F2A6EA09588F1B00018C74
/* Build configuration list for PBXProject "vlc" */
;
compatibilityVersion
=
"Xcode
2.4
"
;
compatibilityVersion
=
"Xcode
3.1
"
;
hasScannedForEncodings
=
1
;
mainGroup
=
089C166AFE841209C02AAC07
/* vlc */
;
projectDirPath
=
""
;
...
...
@@ -1175,18 +1175,21 @@
C2F2A6EB09588F1B00018C74
/* Development */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
SDKROOT
=
macosx10.5
;
};
name
=
Development
;
};
C2F2A6EC09588F1B00018C74
/* Deployment */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
SDKROOT
=
macosx10.5
;
};
name
=
Deployment
;
};
C2F2A6ED09588F1B00018C74
/* Default */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
SDKROOT
=
macosx10.5
;
};
name
=
Default
;
};
...
...
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