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
0ce8a011
Commit
0ce8a011
authored
Apr 28, 2013
by
Felix Paul Kühne
Browse files
Fix linking with current libvlc HEAD
parent
a4a77fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject.xcodeproj/project.pbxproj
View file @
0ce8a011
...
...
@@ -36,6 +36,7 @@
7DBC3B441711FC6C00DCF688
/* VLCAboutViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7DBC3B421711FC6C00DCF688
/* VLCAboutViewController.m */
;
};
7DBC3B451711FC6C00DCF688
/* VLCAboutViewController~iphone.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7DBC3B431711FC6C00DCF688
/* VLCAboutViewController~iphone.xib */
;
};
7DBC3B49171204ED00DCF688
/* About Contents.txt in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7DBC3B48171204EC00DCF688
/* About Contents.txt */
;
};
7DDD0429172D98E5005A7B10
/* CFNetwork.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7DDD0428172D98E5005A7B10
/* CFNetwork.framework */
;
};
A7924696170F0BA90036AAF2
/* libMediaLibraryKit.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A7924695170F0BA90036AAF2
/* libMediaLibraryKit.a */
;
};
A79246A7170F0ED20036AAF2
/* Default-568h@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A7924698170F0ED20036AAF2
/* Default-568h@2x.png */
;
};
A79246A8170F0ED20036AAF2
/* Default.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A7924699170F0ED20036AAF2
/* Default.png */
;
};
...
...
@@ -117,6 +118,7 @@
7DBC3B421711FC6C00DCF688
/* VLCAboutViewController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCAboutViewController.m
;
sourceTree
=
"<group>"
;
};
7DBC3B431711FC6C00DCF688
/* VLCAboutViewController~iphone.xib */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
file.xib
;
name
=
"VLCAboutViewController~iphone.xib"
;
path
=
"../Resources/VLCAboutViewController~iphone.xib"
;
sourceTree
=
"<group>"
;
};
7DBC3B48171204EC00DCF688
/* About Contents.txt */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text
;
path
=
"About Contents.txt"
;
sourceTree
=
"<group>"
;
};
7DDD0428172D98E5005A7B10
/* CFNetwork.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
CFNetwork.framework
;
path
=
System/Library/Frameworks/CFNetwork.framework
;
sourceTree
=
SDKROOT
;
};
A7924695170F0BA90036AAF2
/* libMediaLibraryKit.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libMediaLibraryKit.a
;
path
=
"ImportedSources/MediaLibraryKit/build/Release-iphonesimulator/libMediaLibraryKit.a"
;
sourceTree
=
"<group>"
;
};
A7924698170F0ED20036AAF2
/* Default-568h@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"Default-568h@2x.png"
;
sourceTree
=
"<group>"
;
};
A7924699170F0ED20036AAF2
/* Default.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
Default.png
;
sourceTree
=
"<group>"
;
};
...
...
@@ -152,6 +154,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
7DDD0429172D98E5005A7B10
/* CFNetwork.framework in Frameworks */
,
CC1BBC58170493E100A20CBF
/* CoreData.framework in Frameworks */
,
CC1BBC56170493C100A20CBF
/* QuartzCore.framework in Frameworks */
,
CC1BBC54170493B800A20CBF
/* AudioToolbox.framework in Frameworks */
,
...
...
@@ -233,6 +236,7 @@
7D94FCDD16DE7D1000F2623B
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
7DDD0428172D98E5005A7B10
/* CFNetwork.framework */
,
CC1BBC57170493E100A20CBF
/* CoreData.framework */
,
CC1BBC55170493C100A20CBF
/* QuartzCore.framework */
,
CC1BBC53170493B800A20CBF
/* AudioToolbox.framework */
,
...
...
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