[vlc-devel] commit: VLCKit: added an aggregate target to build both VLC and VLCKit with one click ( Felix Paul Kühne )

git version control git at videolan.org
Sat Feb 20 01:29:25 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 20 00:17:16 2010 +0100| [05c777f9072483d0026aa1db66378a2b8a2c4169] | committer: Felix Paul Kühne 

VLCKit: added an aggregate target to build both VLC and VLCKit with one click

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05c777f9072483d0026aa1db66378a2b8a2c4169
---

 .../framework/VLCKit.xcodeproj/project.pbxproj     |   67 ++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 5de574d..514fba2 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -56,6 +56,18 @@
 			name = "Run VLC configure";
 			productName = "vlc-bootstrap";
 		};
+		CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */ = {
+			isa = PBXAggregateTarget;
+			buildConfigurationList = CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */;
+			buildPhases = (
+			);
+			dependencies = (
+				CC610951112F4ABB00FAFD22 /* PBXTargetDependency */,
+				CC610953112F4ABF00FAFD22 /* PBXTargetDependency */,
+			);
+			name = "Make VLC and VLCKit";
+			productName = "Make VLC and VLCKit";
+		};
 /* End PBXAggregateTarget section */
 
 /* Begin PBXBuildFile section */
@@ -128,6 +140,20 @@
 			remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
 			remoteInfo = "vlc-bootstrap";
 		};
+		CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 6337547910ED090A0072A0D9 /* Make VLC */;
+			remoteInfo = "Make VLC";
+		};
+		CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* VLCKit */;
+			remoteInfo = VLCKit;
+		};
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
@@ -420,6 +446,7 @@
 				63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
 				6337547910ED090A0072A0D9 /* Make VLC */,
 				8DC2EF4F0486A6940098B216 /* VLCKit */,
+				CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */,
 			);
 		};
 /* End PBXProject section */
@@ -581,6 +608,16 @@
 			target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
 			targetProxy = 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */;
 		};
+		CC610951112F4ABB00FAFD22 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 6337547910ED090A0072A0D9 /* Make VLC */;
+			targetProxy = CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */;
+		};
+		CC610953112F4ABF00FAFD22 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 8DC2EF4F0486A6940098B216 /* VLCKit */;
+			targetProxy = CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */;
+		};
 /* End PBXTargetDependency section */
 
 /* Begin XCBuildConfiguration section */
@@ -780,6 +817,27 @@
 			};
 			name = Release;
 		};
+		CC61094D112F4AB600FAFD22 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				PRODUCT_NAME = "Make VLC and VLCKit";
+			};
+			name = Debug;
+		};
+		CC61094E112F4AB600FAFD22 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				GCC_ENABLE_FIX_AND_CONTINUE = NO;
+				PRODUCT_NAME = "Make VLC and VLCKit";
+				ZERO_LINK = NO;
+			};
+			name = Release;
+		};
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
@@ -837,6 +895,15 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Debug;
 		};
+		CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				CC61094D112F4AB600FAFD22 /* Debug */,
+				CC61094E112F4AB600FAFD22 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Debug;
+		};
 /* End XCConfigurationList section */
 	};
 	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;




More information about the vlc-devel mailing list