Skip to content

Commit

Permalink
Set Base SDK to Mac OS X 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Apr 29, 2010
1 parent 6dd596f commit 21e9a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Spot Color.xcodeproj/project.pbxproj
Expand Up @@ -271,7 +271,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.5;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.5;
};
name = Debug;
};
Expand All @@ -284,7 +284,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.5;
};
name = Release;
};
Expand Down

0 comments on commit 21e9a20

Please sign in to comment.