Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit e2e7a46

Browse files
author
Frederik De Bleser
committed
Update Xcode project file.
1 parent a806c7e commit e2e7a46

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NodeBox.xcodeproj/project.pbxproj

+9-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
452452
isa = PBXProject;
453453
attributes = {
454-
LastUpgradeCheck = 0420;
454+
LastUpgradeCheck = 0450;
455455
};
456456
buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "NodeBox" */;
457457
compatibilityVersion = "Xcode 3.2";
@@ -636,45 +636,52 @@
636636
61DB841110BEABCF003F73B9 /* Debug */ = {
637637
isa = XCBuildConfiguration;
638638
buildSettings = {
639+
COMBINE_HIDPI_IMAGES = YES;
639640
PRODUCT_NAME = "Build Distribution";
640641
};
641642
name = Debug;
642643
};
643644
61DB841210BEABCF003F73B9 /* Release */ = {
644645
isa = XCBuildConfiguration;
645646
buildSettings = {
647+
COMBINE_HIDPI_IMAGES = YES;
646648
PRODUCT_NAME = "Build Distribution";
647649
};
648650
name = Release;
649651
};
650652
61EF506210BC26D1006DEF6C /* Debug */ = {
651653
isa = XCBuildConfiguration;
652654
buildSettings = {
655+
COMBINE_HIDPI_IMAGES = YES;
653656
};
654657
name = Debug;
655658
};
656659
61EF506310BC26D1006DEF6C /* Release */ = {
657660
isa = XCBuildConfiguration;
658661
buildSettings = {
662+
COMBINE_HIDPI_IMAGES = YES;
659663
};
660664
name = Release;
661665
};
662666
61FFC03910BAD90D009AF371 /* Debug */ = {
663667
isa = XCBuildConfiguration;
664668
buildSettings = {
669+
COMBINE_HIDPI_IMAGES = YES;
665670
};
666671
name = Debug;
667672
};
668673
61FFC03A10BAD90D009AF371 /* Release */ = {
669674
isa = XCBuildConfiguration;
670675
buildSettings = {
676+
COMBINE_HIDPI_IMAGES = YES;
671677
};
672678
name = Release;
673679
};
674680
C05733C808A9546B00998B17 /* Debug */ = {
675681
isa = XCBuildConfiguration;
676682
buildSettings = {
677683
ALWAYS_SEARCH_USER_PATHS = NO;
684+
COMBINE_HIDPI_IMAGES = YES;
678685
COPY_PHASE_STRIP = NO;
679686
GCC_DYNAMIC_NO_PIC = NO;
680687
GCC_MODEL_TUNING = G5;
@@ -693,6 +700,7 @@
693700
isa = XCBuildConfiguration;
694701
buildSettings = {
695702
ALWAYS_SEARCH_USER_PATHS = NO;
703+
COMBINE_HIDPI_IMAGES = YES;
696704
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
697705
GCC_MODEL_TUNING = G5;
698706
GCC_PRECOMPILE_PREFIX_HEADER = YES;

0 commit comments

Comments
 (0)