aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-08 12:05:31 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-08 12:05:31 +0000
commit829c83c7c9a997993207b68f6fcaf7a5bbcd10b2 (patch)
tree9996ca8975c285b83805cefcbe162dfa9e34afe6 /xcode
parentbbff1d507aa3f470139e2df409e94074a2f9425f (diff)
fix odd-pixel bug in mipmap downsamplers (thanks brett)
git-svn-id: http://skia.googlecode.com/svn/trunk@204 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'xcode')
-rw-r--r--xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj42
1 files changed, 42 insertions, 0 deletions
diff --git a/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj b/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
index b3a38f1152..88dac6b869 100644
--- a/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
+++ b/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
@@ -95,6 +95,27 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
+ 000A99D20FDD3530007E45BD /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 0096583F0FC71CA700C3AE15 /* core.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* core */;
+ remoteInfo = core;
+ };
+ 000A99D40FDD3534007E45BD /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 0064EE5E0FC72C9600D71FB0 /* effects.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* effects */;
+ remoteInfo = effects;
+ };
+ 000A99D60FDD3538007E45BD /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 0096585B0FC7201800C3AE15 /* maccore.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* maccore */;
+ remoteInfo = maccore;
+ };
006DC7D80FC7475400BF5F45 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0064EE5E0FC72C9600D71FB0 /* effects.xcodeproj */;
@@ -477,6 +498,9 @@
buildRules = (
);
dependencies = (
+ 000A99D30FDD3530007E45BD /* PBXTargetDependency */,
+ 000A99D50FDD3534007E45BD /* PBXTargetDependency */,
+ 000A99D70FDD3538007E45BD /* PBXTargetDependency */,
);
name = "«PROJECTNAME»";
productInstallPath = "$(HOME)/Applications";
@@ -637,6 +661,24 @@
};
/* End PBXSourcesBuildPhase section */
+/* Begin PBXTargetDependency section */
+ 000A99D30FDD3530007E45BD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = core;
+ targetProxy = 000A99D20FDD3530007E45BD /* PBXContainerItemProxy */;
+ };
+ 000A99D50FDD3534007E45BD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = effects;
+ targetProxy = 000A99D40FDD3534007E45BD /* PBXContainerItemProxy */;
+ };
+ 000A99D70FDD3538007E45BD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = maccore;
+ targetProxy = 000A99D60FDD3538007E45BD /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
/* Begin PBXVariantGroup section */
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;