Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
310
Issues
310
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
eb57aa24
Commit
eb57aa24
authored
May 19, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the path for the DropBox SDK
parent
42ffb76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
VLC for iOS.xcodeproj/project.pbxproj
VLC for iOS.xcodeproj/project.pbxproj
+6
-6
No files found.
VLC for iOS.xcodeproj/project.pbxproj
View file @
eb57aa24
...
...
@@ -38,8 +38,8 @@
2915544017490B9C00B86CAD
/* HTTPRedirectResponse.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2915543817490B9C00B86CAD
/* HTTPRedirectResponse.m */
;
};
2915544117490B9C00B86CAD
/* WebSocket.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2915543A17490B9C00B86CAD
/* WebSocket.m */
;
};
2915544317490D4A00B86CAD
/* Security.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2915544217490D4A00B86CAD
/* Security.framework */
;
};
293DF2F417494F8200BB880F
/* DropboxSDK.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D05ADEA174945CE0087550C
/* DropboxSDK.framework */
;
};
29CE2D44174912C600922D8F
/* VLCHTTPUploaderController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
29CE2D42174912C600922D8F
/* VLCHTTPUploaderController.m */
;
};
7D05ADEB174945CE0087550C
/* DropboxSDK.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D05ADEA174945CE0087550C
/* DropboxSDK.framework */
;
};
7D10BC761743FA0F00DA7059
/* audio.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6A1743FA0F00DA7059
/* audio.png */
;
};
7D10BC771743FA0F00DA7059
/* audio@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6B1743FA0F00DA7059
/* audio@2x.png */
;
};
7D10BC781743FA0F00DA7059
/* backward.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC6C1743FA0F00DA7059
/* backward.png */
;
};
...
...
@@ -199,7 +199,7 @@
2915544217490D4A00B86CAD
/* Security.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
Security.framework
;
path
=
System/Library/Frameworks/Security.framework
;
sourceTree
=
SDKROOT
;
};
29CE2D41174912C600922D8F
/* VLCHTTPUploaderController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
VLCHTTPUploaderController.h
;
sourceTree
=
"<group>"
;
};
29CE2D42174912C600922D8F
/* VLCHTTPUploaderController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCHTTPUploaderController.m
;
sourceTree
=
"<group>"
;
};
7D05ADEA174945CE0087550C
/* DropboxSDK.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
DropboxSDK.framework
;
path
=
"../../../../Downloads/dropbox-ios-sdk-1.3.4/DropboxSDK.framework"
;
sourceTree
=
"<group>"
;
};
7D05ADEA174945CE0087550C
/* DropboxSDK.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
DropboxSDK.framework
;
path
=
ImportedSources/Dropbox/DropboxSDK.framework
;
sourceTree
=
"<group>"
;
};
7D10BC6A1743FA0F00DA7059
/* audio.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
audio.png
;
sourceTree
=
"<group>"
;
};
7D10BC6B1743FA0F00DA7059
/* audio@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
"audio@2x.png"
;
sourceTree
=
"<group>"
;
};
7D10BC6C1743FA0F00DA7059
/* backward.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
path
=
backward.png
;
sourceTree
=
"<group>"
;
};
...
...
@@ -337,6 +337,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
293DF2F417494F8200BB880F
/* DropboxSDK.framework in Frameworks */
,
2915544317490D4A00B86CAD
/* Security.framework in Frameworks */
,
7DDD0429172D98E5005A7B10
/* CFNetwork.framework in Frameworks */
,
CC1BBC58170493E100A20CBF
/* CoreData.framework in Frameworks */
,
...
...
@@ -353,7 +354,6 @@
7D94FCE116DE7D1000F2623B
/* Foundation.framework in Frameworks */
,
7D94FCE316DE7D1000F2623B
/* CoreGraphics.framework in Frameworks */
,
A7924696170F0BA90036AAF2
/* libMediaLibraryKit.a in Frameworks */
,
7D05ADEB174945CE0087550C
/* DropboxSDK.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -1022,7 +1022,7 @@
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"\"$(SRCROOT)/
../../../../Downloads/dropbox-ios-sdk-1.3.4
\""
,
"\"$(SRCROOT)/
ImportedSources/Dropbox
\""
,
);
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
2
;
...
...
@@ -1055,7 +1055,7 @@
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"\"$(SRCROOT)/
../../../../Downloads/dropbox-ios-sdk-1.3.4
\""
,
"\"$(SRCROOT)/
ImportedSources/Dropbox
\""
,
);
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
...
...
@@ -1115,7 +1115,7 @@
EXCLUDED_SOURCE_FILE_NAMES
=
"iTunesArtwork*"
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"\"$(SRCROOT)/
../../../../Downloads/dropbox-ios-sdk-1.3.4
\""
,
"\"$(SRCROOT)/
ImportedSources/Dropbox
\""
,
);
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
...
...
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