Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
d7303162
Commit
d7303162
authored
May 10, 2015
by
Felix Paul Kühne
Browse files
watch extension: fix library lookup paths
This fixes compilation for ARMv7
parent
def58c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
VLC for iOS.xcodeproj/project.pbxproj
View file @
d7303162
...
...
@@ -1616,8 +1616,8 @@
CCE2A22D17A5859E00D9EAAD
/* CoreText.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
CoreText.framework
;
path
=
System/Library/Frameworks/CoreText.framework
;
sourceTree
=
SDKROOT
;
};
DAF8927B0BE9C328466C0EA7
/* libPods-vlc-ios.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
includeInIndex
=
0
;
path
=
"libPods-vlc-ios.a"
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
DD02C2FC1ACACF400026EFEE
/* VLC for iOS WatchKit Extension.entitlements */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
path
=
"VLC for iOS WatchKit Extension.entitlements"
;
sourceTree
=
"<group>"
;
};
DD02C2FE1ACAE7A10026EFEE
/* libMediaLibraryKit.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libMediaLibraryKit.a
;
path
=
"../../../Library/Developer/Xcode/DerivedData/VLC_for_iOS-asxdcuzswmictvazfgdbzoqjdhaf/Build/Products/Debug-iphoneos
/libMediaLibraryKit.a
"
;
sourceTree
=
"<group>"
;
};
DD02C3001ACAE9690026EFEE
/* libMobileVLCKit.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libMobileVLCKit.a
;
path
=
"../../../Library/Developer/Xcode/DerivedData/VLC_for_iOS-asxdcuzswmictvazfgdbzoqjdhaf/Build/Products/Debug-iphoneos
/libMobileVLCKit.a
"
;
sourceTree
=
"<group>"
;
};
DD02C2FE1ACAE7A10026EFEE
/* libMediaLibraryKit.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libMediaLibraryKit.a
;
path
=
External/MediaLibraryKit
/libMediaLibraryKit.a
;
sourceTree
=
"<group>"
;
};
DD02C3001ACAE9690026EFEE
/* libMobileVLCKit.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libMobileVLCKit.a
;
path
=
External/MobileVLCKit
/libMobileVLCKit.a
;
sourceTree
=
"<group>"
;
};
DD02C30A1ACAF0370026EFEE
/* libstdc++.6.0.9.dylib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.dylib"
;
name
=
"libstdc++.6.0.9.dylib"
;
path
=
"usr/lib/libstdc++.6.0.9.dylib"
;
sourceTree
=
SDKROOT
;
};
DD02C30C1ACAF4A50026EFEE
/* VLCRowController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
VLCRowController.h
;
sourceTree
=
"<group>"
;
};
DD02C30D1ACAF4A50026EFEE
/* VLCRowController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCRowController.m
;
sourceTree
=
"<group>"
;
};
...
...
@@ -4237,7 +4237,8 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
;
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/VLC_for_iOS-asxdcuzswmictvazfgdbzoqjdhaf/Build/Products/Debug-iphoneos"
,
"$(SRCROOT)/External/MobileVLCKit/"
,
"$(SRCROOT)/External/MediaLibraryKit/"
,
);
MTL_ENABLE_DEBUG_INFO
=
YES
;
PRODUCT_NAME
=
"${TARGET_NAME}"
;
...
...
@@ -4277,7 +4278,8 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
;
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/VLC_for_iOS-asxdcuzswmictvazfgdbzoqjdhaf/Build/Products/Debug-iphoneos"
,
"$(SRCROOT)/External/MobileVLCKit/"
,
"$(SRCROOT)/External/MediaLibraryKit/"
,
);
MTL_ENABLE_DEBUG_INFO
=
NO
;
PRODUCT_NAME
=
"${TARGET_NAME}"
;
...
...
@@ -4317,7 +4319,8 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
;
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/VLC_for_iOS-asxdcuzswmictvazfgdbzoqjdhaf/Build/Products/Debug-iphoneos"
,
"$(SRCROOT)/External/MobileVLCKit/"
,
"$(SRCROOT)/External/MediaLibraryKit/"
,
);
MTL_ENABLE_DEBUG_INFO
=
NO
;
PRODUCT_NAME
=
"${TARGET_NAME}"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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