diff options
author | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-01-14 19:51:39 +0000 |
commit | 5af0ab53c1a1aad743e37dca713f4a7a8598ac40 (patch) | |
tree | ec20761d8b58adae6eac647364397d7c36e1f25e /macosx/InstantHandBrake/libhb.xcodeproj | |
parent | 95439c31034a1523fb9450aa1aa968588f4905ce (diff) |
IHB: Interface beautifications, and an appletv preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1195 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/libhb.xcodeproj')
-rw-r--r-- | macosx/InstantHandBrake/libhb.xcodeproj/project.pbxproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/macosx/InstantHandBrake/libhb.xcodeproj/project.pbxproj b/macosx/InstantHandBrake/libhb.xcodeproj/project.pbxproj index c41cffd35..6859cbe64 100644 --- a/macosx/InstantHandBrake/libhb.xcodeproj/project.pbxproj +++ b/macosx/InstantHandBrake/libhb.xcodeproj/project.pbxproj @@ -847,7 +847,7 @@ }; name = Deployment; }; - 0D096E690B707D5800A845D4 /* UB */ = { + 0D096E690B707D5800A845D4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/../libhb"; @@ -908,9 +908,9 @@ SEPARATE_STRIP = YES; ZERO_LINK = NO; }; - name = UB; + name = Release; }; - 0D88F56B0B6CDCD400F81F26 /* UB */ = { + 0D88F56B0B6CDCD400F81F26 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/"; @@ -942,9 +942,9 @@ SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; ZERO_LINK = NO; }; - name = UB; + name = Release; }; - 0D88F56F0B6CDCD400F81F26 /* UB */ = { + 0D88F56F0B6CDCD400F81F26 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( @@ -957,7 +957,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.5; SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; }; - name = UB; + name = Release; }; 0DFF0B740B6BC70400549488 /* Development */ = { isa = XCBuildConfiguration; @@ -1121,7 +1121,7 @@ }; name = Deployment; }; - A9DB38E40D37E9BA00F77345 /* UB */ = { + A9DB38E40D37E9BA00F77345 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; @@ -1148,7 +1148,7 @@ PRODUCT_NAME = HB; ZERO_LINK = YES; }; - name = UB; + name = Release; }; /* End XCBuildConfiguration section */ @@ -1158,7 +1158,7 @@ buildConfigurations = ( 0D096E660B707D5800A845D4 /* Development */, 0D096E670B707D5800A845D4 /* Deployment */, - 0D096E690B707D5800A845D4 /* UB */, + 0D096E690B707D5800A845D4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; @@ -1168,7 +1168,7 @@ buildConfigurations = ( 0DFF0B740B6BC70400549488 /* Development */, 0DFF0B750B6BC70400549488 /* Deployment */, - 0D88F56B0B6CDCD400F81F26 /* UB */, + 0D88F56B0B6CDCD400F81F26 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; @@ -1178,7 +1178,7 @@ buildConfigurations = ( 4D4E7BC5087804870051572B /* Development */, 4D4E7BC6087804870051572B /* Deployment */, - 0D88F56F0B6CDCD400F81F26 /* UB */, + 0D88F56F0B6CDCD400F81F26 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; @@ -1188,7 +1188,7 @@ buildConfigurations = ( A9DB38E20D37E9BA00F77345 /* Development */, A9DB38E30D37E9BA00F77345 /* Deployment */, - A9DB38E40D37E9BA00F77345 /* UB */, + A9DB38E40D37E9BA00F77345 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; |