Skip to content

Commit 7c8c2c9

Browse files
committed
Enabled COMBINE_HIDPI_IMAGES flags for Foundation.xcodeproj
1 parent c52ed47 commit 7c8c2c9

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

Foundation.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@
16431643
isa = PBXProject;
16441644
attributes = {
16451645
LastSwiftUpdateCheck = 0720;
1646-
LastUpgradeCheck = 0710;
1646+
LastUpgradeCheck = 0730;
16471647
ORGANIZATIONNAME = Apple;
16481648
TargetAttributes = {
16491649
5B5D885C1BBC938800234F36 = {
@@ -2208,6 +2208,7 @@
22082208
isa = XCBuildConfiguration;
22092209
buildSettings = {
22102210
CODE_SIGN_IDENTITY = "-";
2211+
COMBINE_HIDPI_IMAGES = YES;
22112212
EXECUTABLE_PREFIX = lib;
22122213
GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
22132214
HEADER_SEARCH_PATHS = /usr/include/libxml2;
@@ -2241,6 +2242,7 @@
22412242
isa = XCBuildConfiguration;
22422243
buildSettings = {
22432244
CODE_SIGN_IDENTITY = "-";
2245+
COMBINE_HIDPI_IMAGES = YES;
22442246
EXECUTABLE_PREFIX = lib;
22452247
GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
22462248
HEADER_SEARCH_PATHS = /usr/include/libxml2;

Foundation.xcodeproj/xcshareddata/xcschemes/CoreFoundation.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"

Foundation.xcodeproj/xcshareddata/xcschemes/SwiftFoundation.xcscheme

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
4-
version = "1.8">
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"
77
buildImplicitDependencies = "NO">

Foundation.xcodeproj/xcshareddata/xcschemes/TestFoundation.xcscheme

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
4-
version = "1.8">
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"
77
buildImplicitDependencies = "NO">

Foundation.xcodeproj/xcshareddata/xcschemes/plutil.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"

0 commit comments

Comments
 (0)