Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 82f9014

Browse files
committed
Updated validated project settings
1 parent f480ea3 commit 82f9014

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@
38993899
isa = PBXProject;
39003900
attributes = {
39013901
BuildIndependentTargetsInParallel = YES;
3902-
LastUpgradeCheck = 0440;
3902+
LastUpgradeCheck = 0450;
39033903
};
39043904
buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
39053905
compatibilityVersion = "Xcode 3.2";
@@ -4824,27 +4824,31 @@
48244824
0F4680AD14BA7FD900BFE272 /* Debug */ = {
48254825
isa = XCBuildConfiguration;
48264826
buildSettings = {
4827+
COMBINE_HIDPI_IMAGES = YES;
48274828
PRODUCT_NAME = "Derived Sources copy";
48284829
};
48294830
name = Debug;
48304831
};
48314832
0F4680AE14BA7FD900BFE272 /* Release */ = {
48324833
isa = XCBuildConfiguration;
48334834
buildSettings = {
4835+
COMBINE_HIDPI_IMAGES = YES;
48344836
PRODUCT_NAME = "Derived Sources copy";
48354837
};
48364838
name = Release;
48374839
};
48384840
0F4680AF14BA7FD900BFE272 /* Profiling */ = {
48394841
isa = XCBuildConfiguration;
48404842
buildSettings = {
4843+
COMBINE_HIDPI_IMAGES = YES;
48414844
PRODUCT_NAME = "Derived Sources copy";
48424845
};
48434846
name = Profiling;
48444847
};
48454848
0F4680B014BA7FD900BFE272 /* Production */ = {
48464849
isa = XCBuildConfiguration;
48474850
buildSettings = {
4851+
COMBINE_HIDPI_IMAGES = YES;
48484852
PRODUCT_NAME = "Derived Sources copy";
48494853
};
48504854
name = Production;
@@ -4902,6 +4906,7 @@
49024906
isa = XCBuildConfiguration;
49034907
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
49044908
buildSettings = {
4909+
COMBINE_HIDPI_IMAGES = YES;
49054910
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
49064911
};
49074912
name = Debug;
@@ -4910,6 +4915,7 @@
49104915
isa = XCBuildConfiguration;
49114916
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
49124917
buildSettings = {
4918+
COMBINE_HIDPI_IMAGES = YES;
49134919
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
49144920
};
49154921
name = Release;
@@ -4919,6 +4925,7 @@
49194925
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
49204926
buildSettings = {
49214927
BUILD_VARIANTS = normal;
4928+
COMBINE_HIDPI_IMAGES = YES;
49224929
};
49234930
name = Production;
49244931
};
@@ -4946,20 +4953,23 @@
49464953
149C276D08902AFE008A9EFC /* Debug */ = {
49474954
isa = XCBuildConfiguration;
49484955
buildSettings = {
4956+
COMBINE_HIDPI_IMAGES = YES;
49494957
PRODUCT_NAME = All;
49504958
};
49514959
name = Debug;
49524960
};
49534961
149C276E08902AFE008A9EFC /* Release */ = {
49544962
isa = XCBuildConfiguration;
49554963
buildSettings = {
4964+
COMBINE_HIDPI_IMAGES = YES;
49564965
PRODUCT_NAME = All;
49574966
};
49584967
name = Release;
49594968
};
49604969
149C277008902AFE008A9EFC /* Production */ = {
49614970
isa = XCBuildConfiguration;
49624971
buildSettings = {
4972+
COMBINE_HIDPI_IMAGES = YES;
49634973
PRODUCT_NAME = All;
49644974
};
49654975
name = Production;
@@ -5014,27 +5024,31 @@
50145024
5D6B2A48152B9E17005231DE /* Debug */ = {
50155025
isa = XCBuildConfiguration;
50165026
buildSettings = {
5027+
COMBINE_HIDPI_IMAGES = YES;
50175028
PRODUCT_NAME = "$(TARGET_NAME)";
50185029
};
50195030
name = Debug;
50205031
};
50215032
5D6B2A49152B9E17005231DE /* Release */ = {
50225033
isa = XCBuildConfiguration;
50235034
buildSettings = {
5035+
COMBINE_HIDPI_IMAGES = YES;
50245036
PRODUCT_NAME = "$(TARGET_NAME)";
50255037
};
50265038
name = Release;
50275039
};
50285040
5D6B2A4A152B9E17005231DE /* Profiling */ = {
50295041
isa = XCBuildConfiguration;
50305042
buildSettings = {
5043+
COMBINE_HIDPI_IMAGES = YES;
50315044
PRODUCT_NAME = "$(TARGET_NAME)";
50325045
};
50335046
name = Profiling;
50345047
};
50355048
5D6B2A4B152B9E17005231DE /* Production */ = {
50365049
isa = XCBuildConfiguration;
50375050
buildSettings = {
5051+
COMBINE_HIDPI_IMAGES = YES;
50385052
PRODUCT_NAME = "$(TARGET_NAME)";
50395053
};
50405054
name = Production;
@@ -5070,20 +5084,23 @@
50705084
65FB3F7809D11EBD00F49DEB /* Debug */ = {
50715085
isa = XCBuildConfiguration;
50725086
buildSettings = {
5087+
COMBINE_HIDPI_IMAGES = YES;
50735088
PRODUCT_NAME = "Generate Derived Sources";
50745089
};
50755090
name = Debug;
50765091
};
50775092
65FB3F7909D11EBD00F49DEB /* Release */ = {
50785093
isa = XCBuildConfiguration;
50795094
buildSettings = {
5095+
COMBINE_HIDPI_IMAGES = YES;
50805096
PRODUCT_NAME = "Generate Derived Sources";
50815097
};
50825098
name = Release;
50835099
};
50845100
65FB3F7A09D11EBD00F49DEB /* Production */ = {
50855101
isa = XCBuildConfiguration;
50865102
buildSettings = {
5103+
COMBINE_HIDPI_IMAGES = YES;
50875104
PRODUCT_NAME = "Generate Derived Sources";
50885105
};
50895106
name = Production;
@@ -5099,6 +5116,7 @@
50995116
A761483E0E6402F700E357FA /* Profiling */ = {
51005117
isa = XCBuildConfiguration;
51015118
buildSettings = {
5119+
COMBINE_HIDPI_IMAGES = YES;
51025120
PRODUCT_NAME = All;
51035121
};
51045122
name = Profiling;
@@ -5107,13 +5125,15 @@
51075125
isa = XCBuildConfiguration;
51085126
baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
51095127
buildSettings = {
5128+
COMBINE_HIDPI_IMAGES = YES;
51105129
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
51115130
};
51125131
name = Profiling;
51135132
};
51145133
A76148400E6402F700E357FA /* Profiling */ = {
51155134
isa = XCBuildConfiguration;
51165135
buildSettings = {
5136+
COMBINE_HIDPI_IMAGES = YES;
51175137
PRODUCT_NAME = "Generate Derived Sources";
51185138
};
51195139
name = Profiling;
@@ -5394,27 +5414,31 @@
53945414
B6E69C01166BDD18005EF4B1 /* Debug */ = {
53955415
isa = XCBuildConfiguration;
53965416
buildSettings = {
5417+
COMBINE_HIDPI_IMAGES = YES;
53975418
PRODUCT_NAME = "$(TARGET_NAME)";
53985419
};
53995420
name = Debug;
54005421
};
54015422
B6E69C02166BDD18005EF4B1 /* Release */ = {
54025423
isa = XCBuildConfiguration;
54035424
buildSettings = {
5425+
COMBINE_HIDPI_IMAGES = YES;
54045426
PRODUCT_NAME = "$(TARGET_NAME)";
54055427
};
54065428
name = Release;
54075429
};
54085430
B6E69C03166BDD18005EF4B1 /* Profiling */ = {
54095431
isa = XCBuildConfiguration;
54105432
buildSettings = {
5433+
COMBINE_HIDPI_IMAGES = YES;
54115434
PRODUCT_NAME = "$(TARGET_NAME)";
54125435
};
54135436
name = Profiling;
54145437
};
54155438
B6E69C04166BDD18005EF4B1 /* Production */ = {
54165439
isa = XCBuildConfiguration;
54175440
buildSettings = {
5441+
COMBINE_HIDPI_IMAGES = YES;
54185442
PRODUCT_NAME = "$(TARGET_NAME)";
54195443
};
54205444
name = Production;

0 commit comments

Comments
 (0)