Browse Source

Rename test example to 'BasicPlayerWithPlaylist'

Felix Paul Kühne 11 years ago
parent
commit
5798232190
1 changed files with 12 additions and 12 deletions
  1. 12 12
      Examples_OSX/test/test.xcodeproj/project.pbxproj

+ 12 - 12
Examples_OSX/test/test.xcodeproj/project.pbxproj

@@ -27,7 +27,7 @@
 		633302780BD24CDB00193D7D /* Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = "<group>"; };
 		633302790BD24CDB00193D7D /* Controller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Controller.m; sourceTree = "<group>"; };
 		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
-		8D1107320486CEB800E47090 /* test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = test.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		8D1107320486CEB800E47090 /* BasicPlayerWithPlaylist.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BasicPlayerWithPlaylist.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		CC786BB31715AAB50024EDC0 /* VLCKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLCKit.framework; path = ../../build/Debug/VLCKit.framework; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
@@ -75,7 +75,7 @@
 		19C28FACFE9D520D11CA2CBB /* Products */ = {
 			isa = PBXGroup;
 			children = (
-				8D1107320486CEB800E47090 /* test.app */,
+				8D1107320486CEB800E47090 /* BasicPlayerWithPlaylist.app */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -123,9 +123,9 @@
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
-		8D1107260486CEB800E47090 /* test */ = {
+		8D1107260486CEB800E47090 /* BasicPlayerWithPlaylist */ = {
 			isa = PBXNativeTarget;
-			buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "test" */;
+			buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BasicPlayerWithPlaylist" */;
 			buildPhases = (
 				8D1107290486CEB800E47090 /* Resources */,
 				8D11072C0486CEB800E47090 /* Sources */,
@@ -135,10 +135,10 @@
 			);
 			dependencies = (
 			);
-			name = test;
+			name = BasicPlayerWithPlaylist;
 			productInstallPath = "$(HOME)/Applications";
 			productName = test;
-			productReference = 8D1107320486CEB800E47090 /* test.app */;
+			productReference = 8D1107320486CEB800E47090 /* BasicPlayerWithPlaylist.app */;
 			productType = "com.apple.product-type.application";
 		};
 /* End PBXNativeTarget section */
@@ -146,7 +146,7 @@
 /* Begin PBXProject section */
 		29B97313FDCFA39411CA2CEA /* Project object */ = {
 			isa = PBXProject;
-			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "test" */;
+			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "BasicPlayerWithPlaylist" */;
 			compatibilityVersion = "Xcode 2.4";
 			developmentRegion = English;
 			hasScannedForEncodings = 1;
@@ -157,7 +157,7 @@
 			projectDirPath = "";
 			projectRoot = "";
 			targets = (
-				8D1107260486CEB800E47090 /* test */,
+				8D1107260486CEB800E47090 /* BasicPlayerWithPlaylist */,
 			);
 		};
 /* End PBXProject section */
@@ -230,7 +230,7 @@
 					"$(LD_FLAGS_LIBVLC)",
 					"$(LD_FLAGS_LIBVLC_CONTROL)",
 				);
-				PRODUCT_NAME = test;
+				PRODUCT_NAME = BasicPlayerWithPlaylist;
 				SYMROOT = ../../build;
 				VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
 				WRAPPER_EXTENSION = app;
@@ -259,7 +259,7 @@
 					"$(LD_FLAGS_LIBVLC)",
 					"$(LD_FLAGS_LIBVLC_CONTROL)",
 				);
-				PRODUCT_NAME = test;
+				PRODUCT_NAME = BasicPlayerWithPlaylist;
 				SYMROOT = ../../build;
 				VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
 				WRAPPER_EXTENSION = app;
@@ -288,7 +288,7 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "test" */ = {
+		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BasicPlayerWithPlaylist" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				C01FCF4B08A954540054247B /* Debug */,
@@ -297,7 +297,7 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Debug;
 		};
-		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "test" */ = {
+		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "BasicPlayerWithPlaylist" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				C01FCF4F08A954540054247B /* Debug */,