]> git.sesse.net Git - vlc/commitdiff
VLCKit: added an aggregate target to build both VLC and VLCKit with one click
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 19 Feb 2010 23:17:16 +0000 (00:17 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 20 Feb 2010 00:29:22 +0000 (01:29 +0100)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 5de574d0a484df60ba34e28dbb4d95350084bb26..514fba27f2568f9f737a6ed74327338c1c854cda 100644 (file)
                        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 */
                        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 */
                                63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
                                6337547910ED090A0072A0D9 /* Make VLC */,
                                8DC2EF4F0486A6940098B216 /* VLCKit */,
+                               CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */,
                        );
                };
 /* End PBXProject section */
                        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 */
                        };
                        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 */
                        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 */;