Commit d3b42ad4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework: Updated the test project to conform with the latest changes...

MacOSX/Framework: Updated the test project to conform with the latest changes in VLC.framework. Patch by Enrique Osuna.
parent cb99f9f4
...@@ -120,7 +120,7 @@ static void *sleepForMe(void) ...@@ -120,7 +120,7 @@ static void *sleepForMe(void)
for (i = 0; i < [droppedItems count]; i++) for (i = 0; i < [droppedItems count]; i++)
{ {
NSString * filename = [droppedItems objectAtIndex:i]; NSString * filename = [droppedItems objectAtIndex:i];
VLCMedia *media = [VLCMedia mediaWithURL:filename]; VLCMedia * media = [VLCMedia mediaWithURL:[NSURL fileURLWithPath:filename]];
NSLog(@"%@ length = %@", media, [media lengthWaitUntilDate:[NSDate dateWithTimeIntervalSinceNow:60]]); NSLog(@"%@ length = %@", media, [media lengthWaitUntilDate:[NSDate dateWithTimeIntervalSinceNow:60]]);
[playlist addMedia:media]; [playlist addMedia:media];
} }
......
...@@ -173,6 +173,7 @@ ...@@ -173,6 +173,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = { 29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject; isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "test" */; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "test" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
mainGroup = 29B97314FDCFA39411CA2CEA /* test */; mainGroup = 29B97314FDCFA39411CA2CEA /* test */;
projectDirPath = ""; projectDirPath = "";
...@@ -182,6 +183,7 @@ ...@@ -182,6 +183,7 @@
ProjectRef = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */; ProjectRef = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */;
}, },
); );
projectRoot = "";
targets = ( targets = (
8D1107260486CEB800E47090 /* test */, 8D1107260486CEB800E47090 /* test */,
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment