mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Turn on COMBINE_HIDPI_IMAGES to comply with Xcode 4.6 recommended settings
This commit is contained in:
parent
125d12798d
commit
f7754a2927
1 changed files with 3 additions and 1 deletions
|
@ -816,7 +816,7 @@
|
|||
D0A084F213B3AC130099B651 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0440;
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = D0A084F513B3AC130099B651 /* Build configuration list for PBXProject "fish" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
|
@ -1276,6 +1276,7 @@
|
|||
D0A564E7168CFDD800AF6161 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -1283,6 +1284,7 @@
|
|||
D0A564E8168CFDD800AF6161 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in a new issue