WebKit Bugzilla
Attachment 362535 Details for
Bug 194869
: [Xcode] Add SDKVariant.xcconfig to various Xcode projects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194869-20190220135659.patch (text/plain), 49.37 KB, created by
Andy Estes
on 2019-02-20 13:57:00 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andy Estes
Created:
2019-02-20 13:57:00 PST
Size:
49.37 KB
patch
obsolete
>Subversion Revision: 241770 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 2037305202e21eb67129223c6b751fae61e72d28..e4c1c47c71f12056357e8124b469aaed3c864295 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * JavaScriptCore.xcodeproj/project.pbxproj: >+ > 2019-02-18 Yusuke Suzuki <ysuzuki@apple.com> > > [JSC] Introduce JSNonDestructibleProxy for JavaScriptCore.framework's GlobalThis >diff --git a/Source/ThirdParty/ANGLE/ChangeLog b/Source/ThirdParty/ANGLE/ChangeLog >index cb7ed22843f8af10444fa02d499b3daff63e111c..669aab3f5dbcf971270e37ded5c87fdd3c7add9f 100644 >--- a/Source/ThirdParty/ANGLE/ChangeLog >+++ b/Source/ThirdParty/ANGLE/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * ANGLE.xcodeproj/project.pbxproj: >+ > 2019-01-18 Jer Noble <jer.noble@apple.com> > > SDK_VARIANT build destinations should be separate from non-SDK_VARIANT builds >diff --git a/Source/ThirdParty/libwebrtc/ChangeLog b/Source/ThirdParty/libwebrtc/ChangeLog >index 3d3129f6b763172acbcb8491f95c094b41c2d969..f5eb43cdef466095d3322e5c031052c532f2e6ba 100644 >--- a/Source/ThirdParty/libwebrtc/ChangeLog >+++ b/Source/ThirdParty/libwebrtc/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * libwebrtc.xcodeproj/project.pbxproj: >+ > 2019-02-04 David Kilzer <ddkilzer@apple.com> > > vp8e_mr_alloc_mem() leaks LOWER_RES_FRAME_INFO if second memory allocation fails >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 7ed63270ca4a3cf458d5bdc79b508799a1e15b2e..79b4cbb04975078b20ee3ce3842bd4ae3418a57d 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WTF.xcodeproj/project.pbxproj: >+ > 2019-02-19 Keith Miller <keith_miller@apple.com> > > Code quality cleanup in NeverDestroyed >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index a6da53fe8e04ad79dd06c117c410a040b2b97e76..6ffe400e1f95b6382c6e96d02d2c820a234a6a96 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests (OOPS!). >+ >+ * WebCore.xcodeproj/project.pbxproj: >+ > 2019-02-19 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r241722. >diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 52527096430a428410340d731bbab710801624ef..872afff9345bc374606735ec71e13f4da2af4a99 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebInspectorUI.xcodeproj/project.pbxproj: >+ > 2019-02-19 Joseph Pecoraro <pecoraro@apple.com> > > Web Inspector: Scripts timeline on-going-recording text looks poor in dark mode >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 49a21d9da5bf5c9b72dc98218272aa389899ca1c..5777d9d03977820043c5cc52294652577c63e9de 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebKit.xcodeproj/project.pbxproj: >+ > 2019-02-19 Antoine Quint <graouts@apple.com> > > [iOS] "touch-action: none" should not prevent text selection or tapping on a link >diff --git a/Source/WebKitLegacy/ChangeLog b/Source/WebKitLegacy/ChangeLog >index 97d73683b1c326494ef14595d44328ef36b34c1f..731a70bd2b0033e9f3b89e833345db17c40b2814 100644 >--- a/Source/WebKitLegacy/ChangeLog >+++ b/Source/WebKitLegacy/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebKitLegacy.xcodeproj/project.pbxproj: >+ > 2019-01-31 Takashi Komori <Takashi.Komori@sony.com> > > [Curl] Remove unnecessary member from NetworkStorageSession. >diff --git a/Source/bmalloc/ChangeLog b/Source/bmalloc/ChangeLog >index 7ce650abaa61f19c916af47af18912ac66a94657..23b410e9b3ba58caa65757bcb1e6b0dc5e24a01d 100644 >--- a/Source/bmalloc/ChangeLog >+++ b/Source/bmalloc/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * bmalloc.xcodeproj/project.pbxproj: >+ > 2019-02-15 Yusuke Suzuki <ysuzuki@apple.com> > > [bmalloc] NSBundle-based application name check should be executed after debug-heap environment variable check >diff --git a/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj b/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj >index 18129305da5fe6b1c24b8ed746c5eae8e4dc7915..d08b0b3bab808bc87a8dd1998d37510ce2abb67e 100644 >--- a/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj >+++ b/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj >@@ -4066,6 +4066,7 @@ > A1712B4011C7B235007A5315 /* RegExpKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpKey.h; sourceTree = "<group>"; }; > A18193E11B4E0CDB00FC1029 /* IntlCollatorConstructor.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollatorConstructor.lut.h; sourceTree = "<group>"; }; > A18193E21B4E0CDB00FC1029 /* IntlCollatorPrototype.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollatorPrototype.lut.h; sourceTree = "<group>"; }; >+ A1B89B88221E002A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A1B9E2331B4E0D6700BC7FED /* IntlCollator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IntlCollator.cpp; sourceTree = "<group>"; }; > A1B9E2341B4E0D6700BC7FED /* IntlCollator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntlCollator.h; sourceTree = "<group>"; }; > A1B9E2351B4E0D6700BC7FED /* IntlCollatorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IntlCollatorConstructor.cpp; sourceTree = "<group>"; }; >@@ -6121,6 +6122,7 @@ > 449097EE0F8F81B50076A327 /* FeatureDefines.xcconfig */, > 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */, > 5DAFD6CB146B686300FBEFB4 /* JSC.xcconfig */, >+ A1B89B88221E002A00EB4CEA /* SDKVariant.xcconfig */, > BC021BF2136900C300FC5467 /* ToolExecutable.xcconfig */, > 1C9051420BA9E8A70081E9D0 /* Version.xcconfig */, > 37119A7720CCB5DC002C6DC9 /* WebKitTargetConditionals.xcconfig */, >diff --git a/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj b/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj >index 2ef357a988858a6a504a204ec824db4c83c5d272..9d4805b3daeca8c52e3002b485143101ecb186b2 100644 >--- a/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj >+++ b/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj >@@ -1097,6 +1097,7 @@ > 72309A57183C27F100370B93 /* ExpressionParser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ExpressionParser.cpp; sourceTree = "<group>"; }; > A08C3CDA16D6CB61003F0B83 /* ArrayBoundsClamper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ArrayBoundsClamper.cpp; path = src/third_party/compiler/ArrayBoundsClamper.cpp; sourceTree = "<group>"; }; > A08C3CDB16D6CB61003F0B83 /* ArrayBoundsClamper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArrayBoundsClamper.h; path = src/third_party/compiler/ArrayBoundsClamper.h; sourceTree = "<group>"; }; >+ A1B89B89221E003A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A264F89316974DED006FAA5A /* DiagnosticsBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DiagnosticsBase.cpp; sourceTree = "<group>"; }; > A264F89416974DED006FAA5A /* DiagnosticsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticsBase.h; sourceTree = "<group>"; }; > A264F89516974DED006FAA5A /* DirectiveHandlerBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectiveHandlerBase.cpp; sourceTree = "<group>"; }; >@@ -1811,6 +1812,7 @@ > 5D7C59C51208C68B001C873E /* ANGLE.xcconfig */, > 5D7C59C61208C68B001C873E /* Base.xcconfig */, > 5D7C59C71208C68B001C873E /* DebugRelease.xcconfig */, >+ A1B89B89221E003A00EB4CEA /* SDKVariant.xcconfig */, > ); > path = Configurations; > sourceTree = "<group>"; >diff --git a/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj b/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj >index 449238da867bc095a7b1b7db59b4b14c1364983c..c3bd7a3f1511797b8acca337eaa6c93b52135658 100644 >--- a/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj >+++ b/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj >@@ -7312,6 +7312,7 @@ > 5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libwebrtc.xcconfig; sourceTree = "<group>"; }; > 5D7C59C61208C68B001C873E /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; }; > 5D7C59C71208C68B001C873E /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; }; >+ A1B89B8A221E004C00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > FB39D0D11200F0E300088E69 /* libwebrtc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwebrtc.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; > /* End PBXFileReference section */ > >@@ -9110,8 +9111,8 @@ > 419C847B1FE256A80040C30F /* fiat */ = { > isa = PBXGroup; > children = ( >- 415449B721CAC4EC001C0A55 /* p256.c */, > 419C847C1FE256B90040C30F /* curve25519.c */, >+ 415449B721CAC4EC001C0A55 /* p256.c */, > ); > path = fiat; > sourceTree = "<group>"; >@@ -9799,21 +9800,21 @@ > 41EA53AF1EFC2C8B002FF04C /* ec */ = { > isa = PBXGroup; > children = ( >- 415449B521CAC4CE001C0A55 /* util.c */, >- 415449AC21CAC3F4001C0A55 /* felem.c */, >- 415449AE21CAC3F5001C0A55 /* scalar.c */, >- 415449AD21CAC3F5001C0A55 /* simple_mul.c */, > 41EA53B01EFC2C8B002FF04C /* asm */, > 41EA53B21EFC2C8B002FF04C /* ec.c */, > 41EA53B31EFC2C8B002FF04C /* ec_key.c */, > 41EA53B41EFC2C8B002FF04C /* ec_montgomery.c */, >+ 415449AC21CAC3F4001C0A55 /* felem.c */, > 41EA53B71EFC2C8B002FF04C /* internal.h */, > 41EA53B81EFC2C8B002FF04C /* oct.c */, > 41EA53B91EFC2C8B002FF04C /* p224-64.c */, > 41EA53BB1EFC2C8B002FF04C /* p256-x86_64-table.h */, > 41EA53BC1EFC2C8B002FF04C /* p256-x86_64.c */, > 41EA53BD1EFC2C8B002FF04C /* p256-x86_64.h */, >+ 415449AE21CAC3F5001C0A55 /* scalar.c */, > 41EA53C01EFC2C8B002FF04C /* simple.c */, >+ 415449AD21CAC3F5001C0A55 /* simple_mul.c */, >+ 415449B521CAC4CE001C0A55 /* util.c */, > 41EA53C21EFC2C8B002FF04C /* wnaf.c */, > ); > name = ec; >@@ -9840,8 +9841,6 @@ > 41EA53DA1EFC2D1A002FF04C /* bn */ = { > isa = PBXGroup; > children = ( >- 415449A521CAC399001C0A55 /* div_extra.c */, >- 415449A621CAC399001C0A55 /* gcd_extra.c */, > 41EA53DC1EFC2D1A002FF04C /* asm */, > 41EA53DB1EFC2D1A002FF04C /* add.c */, > 41EA53E61EFC2D1A002FF04C /* bn.c */, >@@ -9849,8 +9848,10 @@ > 41EA53EB1EFC2D1A002FF04C /* cmp.c */, > 41EA53EC1EFC2D1A002FF04C /* ctx.c */, > 41EA53ED1EFC2D1A002FF04C /* div.c */, >+ 415449A521CAC399001C0A55 /* div_extra.c */, > 41EA53EE1EFC2D1A002FF04C /* exponentiation.c */, > 41EA53EF1EFC2D1A002FF04C /* gcd.c */, >+ 415449A621CAC399001C0A55 /* gcd_extra.c */, > 41EA53F01EFC2D1A002FF04C /* generic.c */, > 41EA53F11EFC2D1A002FF04C /* internal.h */, > 41EA53F21EFC2D1A002FF04C /* jacobi.c */, >@@ -10395,12 +10396,12 @@ > 5C4B44421E42A588002651C8 /* bytestring */ = { > isa = PBXGroup; > children = ( >- 415449A121CAC34D001C0A55 /* unicode.c */, > 5C4B46301E42A994002651C8 /* asn1_compat.c */, > 5C4B46311E42A994002651C8 /* ber.c */, > 5C4B46321E42A994002651C8 /* cbb.c */, > 5C4B46331E42A994002651C8 /* cbs.c */, > 5C4B46341E42A994002651C8 /* internal.h */, >+ 415449A121CAC34D001C0A55 /* unicode.c */, > ); > name = bytestring; > sourceTree = "<group>"; >@@ -10626,7 +10627,6 @@ > 5C4B44631E42A6A7002651C8 /* x509v3 */ = { > isa = PBXGroup; > children = ( >- 415449A321CAC371001C0A55 /* v3_ocsp.c */, > 5C4B44641E42A6E2002651C8 /* ext_dat.h */, > 5C4B44651E42A6E2002651C8 /* pcy_cache.c */, > 5C4B44661E42A6E2002651C8 /* pcy_data.c */, >@@ -10651,6 +10651,7 @@ > 5C4B447A1E42A6E2002651C8 /* v3_int.c */, > 5C4B447B1E42A6E2002651C8 /* v3_lib.c */, > 5C4B447C1E42A6E2002651C8 /* v3_ncons.c */, >+ 415449A321CAC371001C0A55 /* v3_ocsp.c */, > 5C4B447D1E42A6E2002651C8 /* v3_pci.c */, > 5C4B447E1E42A6E2002651C8 /* v3_pcia.c */, > 5C4B447F1E42A6E2002651C8 /* v3_pcons.c */, >@@ -13550,6 +13551,7 @@ > 5C0885361E4AA38900403995 /* libwebrtcpcrtc.xcconfig */, > 5C08848A1E4A978C00403995 /* libyuv.xcconfig */, > 5C4B4A8F1E42C431002651C8 /* opus.xcconfig */, >+ A1B89B8A221E004C00EB4CEA /* SDKVariant.xcconfig */, > 5C11A0331E4576A9004F0987 /* usrsctp.xcconfig */, > 37119A8020CCB6DD002C6DC9 /* Version.xcconfig */, > 37119A8120CCB6DD002C6DC9 /* WebKitTargetConditionals.xcconfig */, >@@ -15969,9 +15971,7 @@ > files = ( > 5C4B47471E42AAF5002651C8 /* a_bitstr.c in Sources */, > 5C4B47481E42AAF5002651C8 /* a_bool.c in Sources */, >- 415449A721CAC39A001C0A55 /* div_extra.c in Sources */, > 5C4B47491E42AAF5002651C8 /* a_d2i_fp.c in Sources */, >- 415449BB21CAC5B4001C0A55 /* ecdh_extra.c in Sources */, > 5C4B466D1E42AA3C002651C8 /* a_digest.c in Sources */, > 5C4B474A1E42AAF5002651C8 /* a_dup.c in Sources */, > 5C4B474B1E42AAF5002651C8 /* a_enum.c in Sources */, >@@ -15986,14 +15986,12 @@ > 5C4B466F1E42AA3C002651C8 /* a_strex.c in Sources */, > 5C4B47531E42AAF5002651C8 /* a_strnid.c in Sources */, > 5C4B47541E42AAF5002651C8 /* a_time.c in Sources */, >- 415449B821CAC4EC001C0A55 /* p256.c in Sources */, > 5C4B47551E42AAF5002651C8 /* a_type.c in Sources */, > 5C4B47561E42AAF5002651C8 /* a_utctm.c in Sources */, > 5C4B47571E42AAF5002651C8 /* a_utf8.c in Sources */, > 5C4B46701E42AA3C002651C8 /* a_verify.c in Sources */, > 41EA53FC1EFC2D1B002FF04C /* add.c in Sources */, > 41A3918F1EFC44EB00C4516A /* aead.c in Sources */, >- 415449A021CAC330001C0A55 /* ecdh.c in Sources */, > 41A392211EFC5CFA00C4516A /* aes.c in Sources */, > 5C4B46711E42AA3C002651C8 /* algorithm.c in Sources */, > 5C4B471E1E42AAD6002651C8 /* asn1_compat.c in Sources */, >@@ -16037,10 +16035,10 @@ > 5C4B470A1E42AABE002651C8 /* dh_asn1.c in Sources */, > 41EA53AB1EFC2C4D002FF04C /* digest.c in Sources */, > 41A391DD1EFC489A00C4516A /* digest_extra.c in Sources */, >- 415449B021CAC3F5001C0A55 /* simple_mul.c in Sources */, > 41EA53AC1EFC2C4D002FF04C /* digests.c in Sources */, > 5C4B46E31E42AA97002651C8 /* digestsign.c in Sources */, > 41EA54031EFC2D1B002FF04C /* div.c in Sources */, >+ 415449A721CAC39A001C0A55 /* div_extra.c in Sources */, > 5C4B47041E42AAB4002651C8 /* dsa.c in Sources */, > 5C4B48471E42C0F6002651C8 /* dsa_asn1.c in Sources */, > 41A392201EFC5CF500C4516A /* e_aes.c in Sources */, >@@ -16054,9 +16052,10 @@ > 41A391B21EFC454F00C4516A /* e_tls.c in Sources */, > 41EA53C31EFC2C8B002FF04C /* ec.c in Sources */, > 41A391E41EFC48CE00C4516A /* ec_asn1.c in Sources */, >- 415449A421CAC372001C0A55 /* v3_ocsp.c in Sources */, > 41EA53C41EFC2C8B002FF04C /* ec_key.c in Sources */, > 41EA53C51EFC2C8B002FF04C /* ec_montgomery.c in Sources */, >+ 415449A021CAC330001C0A55 /* ecdh.c in Sources */, >+ 415449BB21CAC5B4001C0A55 /* ecdh_extra.c in Sources */, > 41EA53D81EFC2CDC002FF04C /* ecdsa.c in Sources */, > 41A391E31EFC48AE00C4516A /* ecdsa_asn1.c in Sources */, > 5C4B46F21E42AAA1002651C8 /* engine.c in Sources */, >@@ -16070,9 +16069,11 @@ > 5C4B475E1E42AAF5002651C8 /* f_int.c in Sources */, > 5C4B475F1E42AAF5002651C8 /* f_string.c in Sources */, > 5C4B473E1E42AAEA002651C8 /* fd.c in Sources */, >+ 415449AF21CAC3F5001C0A55 /* felem.c in Sources */, > 5C4B473F1E42AAEA002651C8 /* file.c in Sources */, > 41A392151EFC4B3A00C4516A /* forkunsafe.c in Sources */, > 41EA54051EFC2D1B002FF04C /* gcd.c in Sources */, >+ 415449A821CAC39A001C0A55 /* gcd_extra.c in Sources */, > 41A3917A1EFC447C00C4516A /* gcm.c in Sources */, > 41EA54061EFC2D1B002FF04C /* generic.c in Sources */, > 5C4B47401E42AAEA002651C8 /* hexdump.c in Sources */, >@@ -16080,10 +16081,10 @@ > 41EA53A51EFC2C14002FF04C /* hmac.c in Sources */, > 5C4B46761E42AA3C002651C8 /* i2d_pr.c in Sources */, > 41EA54081EFC2D1B002FF04C /* jacobi.c in Sources */, >+ 415449AB21CAC3CF001C0A55 /* kdf.c in Sources */, > 41A392001EFC493000C4516A /* key_wrap.c in Sources */, > 5C4B46DF1E42AA89002651C8 /* lhash.c in Sources */, > 41EA54191EFC2D53002FF04C /* md4.c in Sources */, >- 415449AB21CAC3CF001C0A55 /* kdf.c in Sources */, > 41EA541A1EFC2D53002FF04C /* md5.c in Sources */, > 5C4B463F1E42AA2C002651C8 /* mem.c in Sources */, > 41A392011EFC493000C4516A /* mode_wrappers.c in Sources */, >@@ -16096,6 +16097,7 @@ > 41A3917D1EFC447C00C4516A /* ofb.c in Sources */, > 41EA53CA1EFC2C8B002FF04C /* p224-64.c in Sources */, > 41EA53CD1EFC2C8B002FF04C /* p256-x86_64.c in Sources */, >+ 415449B821CAC4EC001C0A55 /* p256.c in Sources */, > 5C4B46BC1E42AA66002651C8 /* p5_pbev2.c in Sources */, > 5C4B46E81E42AA97002651C8 /* p_dsa_asn1.c in Sources */, > 5C4B46EA1E42AA97002651C8 /* p_ec.c in Sources */, >@@ -16104,7 +16106,6 @@ > 41A392081EFC4A7100C4516A /* p_ed25519_asn1.c in Sources */, > 5C4B46EC1E42AA97002651C8 /* p_rsa.c in Sources */, > 5C4B46EB1E42AA97002651C8 /* p_rsa_asn1.c in Sources */, >- 415449A221CAC34D001C0A55 /* unicode.c in Sources */, > 41A391861EFC447C00C4516A /* padding.c in Sources */, > 5C4B47421E42AAEA002651C8 /* pair.c in Sources */, > 5C4B470C1E42AABE002651C8 /* params.c in Sources */, >@@ -16120,7 +16121,6 @@ > 5C4B46C31E42AA6B002651C8 /* pem_lib.c in Sources */, > 5C4B46C41E42AA6B002651C8 /* pem_oth.c in Sources */, > 5C4B46C51E42AA6B002651C8 /* pem_pk8.c in Sources */, >- 415449B121CAC3F5001C0A55 /* scalar.c in Sources */, > 5C4B46C61E42AA6B002651C8 /* pem_pkey.c in Sources */, > 5C4B46C71E42AA6B002651C8 /* pem_x509.c in Sources */, > 5C4B46C81E42AA6B002651C8 /* pem_xaux.c in Sources */, >@@ -16143,6 +16143,7 @@ > 41A391881EFC447C00C4516A /* rsa_impl.c in Sources */, > 5C4B467A1E42AA3C002651C8 /* rsa_pss.c in Sources */, > 41EA540E1EFC2D1B002FF04C /* rsaz_exp.c in Sources */, >+ 415449B121CAC3F5001C0A55 /* scalar.c in Sources */, > 41A391731EFC447C00C4516A /* sha1-altivec.c in Sources */, > 41A391741EFC447C00C4516A /* sha1.c in Sources */, > 41A391751EFC447C00C4516A /* sha256.c in Sources */, >@@ -16150,6 +16151,7 @@ > 41EA54101EFC2D1B002FF04C /* shift.c in Sources */, > 5C4B46F01E42AA97002651C8 /* sign.c in Sources */, > 41EA53D01EFC2C8B002FF04C /* simple.c in Sources */, >+ 415449B021CAC3F5001C0A55 /* simple_mul.c in Sources */, > 5C4B47451E42AAEA002651C8 /* socket.c in Sources */, > 5C4B47441E42AAEA002651C8 /* socket_helper.c in Sources */, > 5C4B4D021E432185002651C8 /* spake25519.c in Sources */, >@@ -16171,11 +16173,12 @@ > 5C4B46461E42AA2C002651C8 /* thread_win.c in Sources */, > 41A392031EFC495B00C4516A /* time_support.c in Sources */, > 41A391B41EFC454F00C4516A /* tls_cbc.c in Sources */, >+ 415449A221CAC34D001C0A55 /* unicode.c in Sources */, > 41A391831EFC447C00C4516A /* urandom.c in Sources */, >+ 415449B621CAC4CE001C0A55 /* util.c in Sources */, > 5C4B46521E42AA34002651C8 /* v3_akey.c in Sources */, > 5C4B46531E42AA34002651C8 /* v3_akeya.c in Sources */, > 5C4B46541E42AA34002651C8 /* v3_alt.c in Sources */, >- 415449AF21CAC3F5001C0A55 /* felem.c in Sources */, > 5C4B46551E42AA34002651C8 /* v3_bcons.c in Sources */, > 5C4B46561E42AA34002651C8 /* v3_bitst.c in Sources */, > 5C4B46571E42AA34002651C8 /* v3_conf.c in Sources */, >@@ -16184,12 +16187,12 @@ > 5C4B465A1E42AA34002651C8 /* v3_enum.c in Sources */, > 5C4B465B1E42AA34002651C8 /* v3_extku.c in Sources */, > 5C4B465C1E42AA34002651C8 /* v3_genn.c in Sources */, >- 415449B621CAC4CE001C0A55 /* util.c in Sources */, > 5C4B465D1E42AA34002651C8 /* v3_ia5.c in Sources */, > 5C4B465E1E42AA34002651C8 /* v3_info.c in Sources */, > 5C4B465F1E42AA34002651C8 /* v3_int.c in Sources */, > 5C4B46601E42AA34002651C8 /* v3_lib.c in Sources */, > 5C4B46611E42AA34002651C8 /* v3_ncons.c in Sources */, >+ 415449A421CAC372001C0A55 /* v3_ocsp.c in Sources */, > 5C4B46621E42AA34002651C8 /* v3_pci.c in Sources */, > 5C4B46631E42AA34002651C8 /* v3_pcia.c in Sources */, > 5C4B46641E42AA34002651C8 /* v3_pcons.c in Sources */, >@@ -16217,7 +16220,6 @@ > 5C4B469B1E42AA3C002651C8 /* x509_txt.c in Sources */, > 5C4B469C1E42AA3C002651C8 /* x509_v3.c in Sources */, > 5C4B469D1E42AA3C002651C8 /* x509_vfy.c in Sources */, >- 415449A821CAC39A001C0A55 /* gcd_extra.c in Sources */, > 5C4B469E1E42AA3C002651C8 /* x509_vpm.c in Sources */, > 5C4B46A01E42AA3C002651C8 /* x509cset.c in Sources */, > 5C4B46A11E42AA3C002651C8 /* x509name.c in Sources */, >diff --git a/Source/WTF/WTF.xcodeproj/project.pbxproj b/Source/WTF/WTF.xcodeproj/project.pbxproj >index 3c11ef739b558f73f8d84c9a4206539e34252a8b..097f8ba53a7cf7dfab6a647142544cac6e1d62c9 100644 >--- a/Source/WTF/WTF.xcodeproj/project.pbxproj >+++ b/Source/WTF/WTF.xcodeproj/project.pbxproj >@@ -441,6 +441,7 @@ > 9BC70F04176C379D00101DEC /* AtomicStringTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AtomicStringTable.cpp; sourceTree = "<group>"; }; > 9BD8F40A176C2AD80002D865 /* AtomicStringTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomicStringTable.h; sourceTree = "<group>"; }; > 9C67C542589348E285B49699 /* IndexedContainerIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndexedContainerIterator.h; sourceTree = "<group>"; }; >+ A1B89B87221E000F00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A30D412C1F0DE0BA00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoftLinking.h; sourceTree = "<group>"; }; > A30D412D1F0DE13F00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoftLinking.h; sourceTree = "<group>"; }; > A32D8FA421FFFAB400780662 /* ThreadingPOSIX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadingPOSIX.cpp; sourceTree = "<group>"; }; >@@ -786,6 +787,7 @@ > 5D247B6E14689C4700E78B76 /* Base.xcconfig */, > 6541CAF41630DB26006D0DEC /* CopyWTFHeaders.xcconfig */, > 5D247B7014689C4700E78B76 /* DebugRelease.xcconfig */, >+ A1B89B87221E000F00EB4CEA /* SDKVariant.xcconfig */, > 5D247B7314689C4700E78B76 /* WTF.xcconfig */, > ); > path = Configurations; >@@ -1032,8 +1034,6 @@ > A8A472CE151A825B004123FF /* MetaAllocator.h */, > A8A472CF151A825B004123FF /* MetaAllocatorHandle.h */, > FE7497ED209163060003565B /* MetaAllocatorPtr.h */, >- 5FAD3AE121B9636600BEE178 /* URLHelpers.cpp */, >- 5FAD3AE021B9636600BEE178 /* URLHelpers.h */, > 0F66B2821DC97BAB004A1D3F /* MonotonicTime.cpp */, > 0F66B2831DC97BAB004A1D3F /* MonotonicTime.h */, > FE8225301B2A1E5B00BA68FD /* NakedPtr.h */, >@@ -1181,6 +1181,8 @@ > 5CC0EE7121629F1800A1A842 /* URL.h */, > 5C1F0597216439940039302C /* URLHash.h */, > 5CC0EE772162A01000A1A842 /* URLHash.h */, >+ 5FAD3AE121B9636600BEE178 /* URLHelpers.cpp */, >+ 5FAD3AE021B9636600BEE178 /* URLHelpers.h */, > 5CC0EE7321629F1900A1A842 /* URLParser.cpp */, > 5CC0EE7221629F1900A1A842 /* URLParser.h */, > 7AFEC6B01EB22B5900DADE36 /* UUID.cpp */, >@@ -1565,7 +1567,6 @@ > 5CC0EE8A2162BC2200A1A842 /* NSURLExtras.mm in Sources */, > A8A473F4151A825B004123FF /* NumberOfCores.cpp in Sources */, > 8348BA0E21FBC0D500FD3054 /* ObjectIdentifier.cpp in Sources */, >- 5FAD3AE221B9636600BEE178 /* URLHelpers.cpp in Sources */, > A3EE5C3A21FFAC5F00FABD61 /* OSAllocatorPOSIX.cpp in Sources */, > A8A473F9151A825B004123FF /* OSRandomSource.cpp in Sources */, > A8A47402151A825B004123FF /* PageBlock.cpp in Sources */, >@@ -1622,6 +1623,7 @@ > 5CC0EE7621629F1900A1A842 /* URL.cpp in Sources */, > 5C1F0595216437B30039302C /* URLCF.cpp in Sources */, > 5CC0EE892162BC2200A1A842 /* URLCocoa.mm in Sources */, >+ 5FAD3AE221B9636600BEE178 /* URLHelpers.cpp in Sources */, > 5CC0EE7521629F1900A1A842 /* URLParser.cpp in Sources */, > 1C181C8F1D307AB800F5FA16 /* UTextProvider.cpp in Sources */, > 1C181C911D307AB800F5FA16 /* UTextProviderLatin1.cpp in Sources */, >diff --git a/Source/WebCore/WebCore.xcodeproj/project.pbxproj b/Source/WebCore/WebCore.xcodeproj/project.pbxproj >index 22e0c2f0454c5eecb8a59ab6a2511ea589028a72..46a2d8ce7084e774b3f282772c6cee0b5017e6f3 100644 >--- a/Source/WebCore/WebCore.xcodeproj/project.pbxproj >+++ b/Source/WebCore/WebCore.xcodeproj/project.pbxproj >@@ -11274,6 +11274,7 @@ > A1AFEDE51F8BFF6D0087013F /* MockPaymentCoordinator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MockPaymentCoordinator.cpp; sourceTree = "<group>"; }; > A1B5B29C1AAA846E008B6042 /* MockContentFilterSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockContentFilterSettings.cpp; sourceTree = "<group>"; }; > A1B5B29D1AAA846E008B6042 /* MockContentFilterSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockContentFilterSettings.h; sourceTree = "<group>"; }; >+ A1B89B8D221E01EF00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A1BB85992159AEA10067E07D /* ApplePayErrorCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplePayErrorCode.h; sourceTree = "<group>"; }; > A1BB859B2159AEA10067E07D /* ApplePayErrorCode.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = ApplePayErrorCode.idl; sourceTree = "<group>"; }; > A1BB85A02159AF570067E07D /* ApplePayErrorContactField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplePayErrorContactField.h; sourceTree = "<group>"; }; >@@ -17214,6 +17215,7 @@ > 1CDD45E40BA9C84600F90147 /* DebugRelease.xcconfig */, > 449098B10F8F82520076A327 /* FeatureDefines.xcconfig */, > 5355E8DD1F9680420031E08C /* GenerateUnifiedSources.xcconfig */, >+ A1B89B8D221E01EF00EB4CEA /* SDKVariant.xcconfig */, > 1C904DF90BA9D2C80081E9D0 /* Version.xcconfig */, > 1CDD45E50BA9C84600F90147 /* WebCore.xcconfig */, > E1BA66F21742BDCC00C20251 /* WebCoreTestShim.xcconfig */, >diff --git a/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj b/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj >index 37c234fe5dadd0ed39db5b0d09afdd5578054ba9..fd8c1781e712c04fdfb2924e744ff166121f4ae9 100644 >--- a/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj >+++ b/Source/WebInspectorUI/WebInspectorUI.xcodeproj/project.pbxproj >@@ -23,6 +23,7 @@ > 1C60FFE114E79B0F006CD77D /* copy-user-interface-resources.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = "copy-user-interface-resources.pl"; sourceTree = "<group>"; }; > 1C78EE131760E115002F6AA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; > 1C78EE1617611340002F6AA5 /* WebInspectorUI.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = WebInspectorUI.c; sourceTree = "<group>"; }; >+ A1B89B8F221E021000EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A54C2257148B23DF00373FA3 /* WebInspectorUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebInspectorUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; > /* End PBXFileReference section */ > >@@ -32,6 +33,7 @@ > children = ( > 1C60FE2F14E5F3CD006CD77D /* Base.xcconfig */, > 1C60FE3114E5F3CD006CD77D /* DebugRelease.xcconfig */, >+ A1B89B8F221E021000EB4CEA /* SDKVariant.xcconfig */, > 1C60FE3214E5F3CD006CD77D /* Version.xcconfig */, > 1C60FE3314E5F3CD006CD77D /* WebInspectorUIFramework.xcconfig */, > ); >diff --git a/Source/WebKit/WebKit.xcodeproj/project.pbxproj b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >index 9050fdad6ed169ee0846ceb980ad579e3d673c67..64365536d612747c60f67b8757903f1e85919af5 100644 >--- a/Source/WebKit/WebKit.xcodeproj/project.pbxproj >+++ b/Source/WebKit/WebKit.xcodeproj/project.pbxproj >@@ -3848,6 +3848,7 @@ > A1A4FE5818DCE9FA00B5EA8A /* _WKDownload.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = _WKDownload.mm; sourceTree = "<group>"; }; > A1A4FE5918DCE9FA00B5EA8A /* _WKDownloadInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKDownloadInternal.h; sourceTree = "<group>"; }; > A1A4FE6018DD54A400B5EA8A /* _WKDownloadDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKDownloadDelegate.h; sourceTree = "<group>"; }; >+ A1B89B92221E023300EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A1C512C6190656E500448914 /* WebPreviewLoaderClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebPreviewLoaderClient.cpp; path = ios/WebPreviewLoaderClient.cpp; sourceTree = "<group>"; }; > A1C512C7190656E500448914 /* WebPreviewLoaderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebPreviewLoaderClient.h; path = ios/WebPreviewLoaderClient.h; sourceTree = "<group>"; }; > A1DF631018E0B7C8003A3E2A /* DownloadClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DownloadClient.mm; sourceTree = "<group>"; }; >@@ -4846,6 +4847,7 @@ > BC8283F416B4FC5300A278FE /* PluginService.64.xcconfig */, > 536F46D3220D385100126322 /* PluginService.entitlements */, > 37E83D401B37D27B002079EE /* SandboxProfiles.xcconfig */, >+ A1B89B92221E023300EB4CEA /* SDKVariant.xcconfig */, > A1EDD2DC1884B9B500BBFE98 /* SecItemShim.xcconfig */, > 5183B3931379F85C00E8754E /* Shim.xcconfig */, > 1A4F976E100E7B6600637A18 /* Version.xcconfig */, >diff --git a/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj b/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj >index ee257506dc71a268fd59951b484bf89b1ddad22c..92a3a1769a8869609f6aa782baf7c72427643590 100644 >--- a/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj >+++ b/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj >@@ -1482,6 +1482,7 @@ > A17A11B0180DC84800E5498C /* WebPluginPackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPluginPackagePrivate.h; sourceTree = "<group>"; }; > A182B74E199E7B8F001FD95A /* migrate-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "migrate-headers.sh"; path = "mac/migrate-headers.sh"; sourceTree = "<group>"; }; > A182B74F199E7B8F001FD95A /* postprocess-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "postprocess-headers.sh"; path = "mac/postprocess-headers.sh"; sourceTree = "<group>"; }; >+ A1B89B90221E022000EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A560946414D8AD2600799A8A /* WebIndicateLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebIndicateLayer.h; sourceTree = "<group>"; }; > A560946514D8AD2600799A8A /* WebIndicateLayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebIndicateLayer.mm; sourceTree = "<group>"; }; > A5687BD8135B791A0074CBCB /* WebNodeHighlighter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebNodeHighlighter.h; sourceTree = "<group>"; }; >@@ -1767,6 +1768,7 @@ > 1C904FD50BA9DD0F0081E9D0 /* Base.xcconfig */, > 1C904FD40BA9DD0F0081E9D0 /* DebugRelease.xcconfig */, > 449098B90F8F82DF0076A327 /* FeatureDefines.xcconfig */, >+ A1B89B90221E022000EB4CEA /* SDKVariant.xcconfig */, > 1C904FD30BA9DD0F0081E9D0 /* Version.xcconfig */, > 1C904FD20BA9DD0F0081E9D0 /* WebKitLegacy.xcconfig */, > 37119A7B20CCB62D002C6DC9 /* WebKitTargetConditionals.xcconfig */, >diff --git a/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj b/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj >index ba4f0f8946e6b197cf4ea75eae358fedd2450d70..24d58cf785f1189a826cf42995f777be722f1e30 100644 >--- a/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj >+++ b/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj >@@ -301,6 +301,7 @@ > 6599C5CB1EC3F15900A2F7BB /* AvailableMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AvailableMemory.h; path = bmalloc/AvailableMemory.h; sourceTree = "<group>"; }; > 7939885A2076EEB50074A2E7 /* BulkDecommit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BulkDecommit.h; path = bmalloc/BulkDecommit.h; sourceTree = "<group>"; }; > 795AB3C6206E0D250074FE76 /* PhysicalPageMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PhysicalPageMap.h; path = bmalloc/PhysicalPageMap.h; sourceTree = "<group>"; }; >+ A1B89B86221DFFEE00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > AD0934321FCF405000E85EB5 /* BCompiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BCompiler.h; path = bmalloc/BCompiler.h; sourceTree = "<group>"; }; > AD14AD27202529A600890E3B /* ProcessCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProcessCheck.h; path = bmalloc/ProcessCheck.h; sourceTree = "<group>"; }; > AD14AD28202529B000890E3B /* ProcessCheck.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ProcessCheck.mm; path = bmalloc/ProcessCheck.mm; sourceTree = "<group>"; }; >@@ -463,6 +464,7 @@ > 14B650C618F39F4800751968 /* bmalloc.xcconfig */, > 14B650C718F39F4800751968 /* DebugRelease.xcconfig */, > 14B650C918F3A04200751968 /* mbmalloc.xcconfig */, >+ A1B89B86221DFFEE00EB4CEA /* SDKVariant.xcconfig */, > ); > path = Configurations; > sourceTree = "<group>"; >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 84fe3d6f546a00479cb1b4907ca1cf3d7c016267..a43024bb5675aef58ff521de57f48916d6cd797f 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,17 @@ >+2019-02-20 Andy Estes <aestes@apple.com> >+ >+ [Xcode] Add SDKVariant.xcconfig to various Xcode projects >+ https://bugs.webkit.org/show_bug.cgi?id=194869 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: >+ * ImageDiff/ImageDiff.xcodeproj/project.pbxproj: >+ * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: >+ * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj: >+ * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: >+ * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: >+ > 2019-02-19 Pablo Saavedra <psaavedra@igalia.com> > > pytest is not correctly auto-installed >diff --git a/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj b/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj >index 80b3175d79696d92d5ae6097d9f19a8822bd11ff..afcba2976130e159e2193dd0e9c5a5bf5a7d8d16 100644 >--- a/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj >+++ b/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj >@@ -345,6 +345,7 @@ > A16CD20D18907A7D0092363E /* BaseTarget.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = BaseTarget.xcconfig; path = mac/Configurations/BaseTarget.xcconfig; sourceTree = "<group>"; }; > A19317FC1892855F001C52B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; }; > A19317FD18928738001C52B1 /* DumpRenderTreeApp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = DumpRenderTreeApp.xcconfig; path = mac/Configurations/DumpRenderTreeApp.xcconfig; sourceTree = "<group>"; }; >+ A1B89B93221E025B00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = SDKVariant.xcconfig; path = mac/Configurations/SDKVariant.xcconfig; sourceTree = "<group>"; }; > A30A21F72051D8960008FF42 /* TestOptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestOptions.cpp; sourceTree = "<group>"; }; > A803FF7409CAAD08009B2A37 /* DumpRenderTree.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = DumpRenderTree.h; sourceTree = "<group>"; }; > A817090308B164D300CCB9FB /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = JavaScriptCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; >@@ -811,6 +812,7 @@ > A19317FD18928738001C52B1 /* DumpRenderTreeApp.xcconfig */, > A134E5391890671C00901D06 /* DumpRenderTreeLibrary.xcconfig */, > A1103B5B1892498F00738C87 /* LayoutTestHelper.xcconfig */, >+ A1B89B93221E025B00EB4CEA /* SDKVariant.xcconfig */, > BCB283DE0CFA7C20007E533E /* TestNetscapePlugIn.xcconfig */, > ); > name = Configurations; >diff --git a/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj b/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj >index fb16a1fa173119b6d26028f2fde6e6df2c601e42..5d0ec557bca2cf1d7eb6a95c611a1c76aa79cc8d 100644 >--- a/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj >+++ b/Tools/ImageDiff/ImageDiff.xcodeproj/project.pbxproj >@@ -33,6 +33,7 @@ > 7A41C8F11EC1F919003DBC76 /* ImageDiff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageDiff.cpp; sourceTree = "<group>"; }; > 7A41C8F31EC1F935003DBC76 /* PlatformImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatformImage.cpp; sourceTree = "<group>"; }; > 7A41C8F51EC1F946003DBC76 /* PlatformImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformImage.h; sourceTree = "<group>"; }; >+ A1B89B9A221E02AD00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > /* End PBXFileReference section */ > > /* Begin PBXFrameworksBuildPhase section */ >@@ -72,6 +73,7 @@ > 31DF42C41EBBBBB90096ED44 /* Base.xcconfig */, > 31DF42C51EBBBBB90096ED44 /* DebugRelease.xcconfig */, > 31DF42C61EBBBBB90096ED44 /* ImageDiff.xcconfig */, >+ A1B89B9A221E02AD00EB4CEA /* SDKVariant.xcconfig */, > ); > name = Configurations; > path = cg/Configurations; >diff --git a/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj b/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj >index c6df6d0af300cb379a5db76b7b86a96d1eae1495..cb0c5a340d6c771b132b958276b0194e8e7c4345 100644 >--- a/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj >+++ b/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj >@@ -42,6 +42,7 @@ > 7CA379401AC381C10079DC37 /* ExtensionManagerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtensionManagerWindowController.m; path = mac/ExtensionManagerWindowController.m; sourceTree = "<group>"; }; > 7CA379411AC381C10079DC37 /* ExtensionManagerWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ExtensionManagerWindowController.xib; path = mac/ExtensionManagerWindowController.xib; sourceTree = "<group>"; }; > 8D1107320486CEB800E47090 /* MiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; >+ A1B89B95221E027A00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > BC329486116A92E2008635D0 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = mac/main.m; sourceTree = "<group>"; }; > BC329496116A941B008635D0 /* WK2BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK2BrowserWindowController.h; path = mac/WK2BrowserWindowController.h; sourceTree = "<group>"; }; > BC329497116A941B008635D0 /* WK2BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK2BrowserWindowController.m; path = mac/WK2BrowserWindowController.m; sourceTree = "<group>"; }; >@@ -145,6 +146,7 @@ > BCA8CBDD11E578A000812FB7 /* Base.xcconfig */, > BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */, > BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */, >+ A1B89B95221E027A00EB4CEA /* SDKVariant.xcconfig */, > ); > path = Configurations; > sourceTree = "<group>"; >diff --git a/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj b/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >index a4c0a09c22e19560a61bd0afa0b60d3b3e3dfbba..dc4c6fd7533bfec79120b8eb5baa036f925281d7 100644 >--- a/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >+++ b/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >@@ -63,6 +63,7 @@ > /* Begin PBXFileReference section */ > 3F0B439A1D908D0C00D186B5 /* looping2s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = looping2s.html; path = Resources/looping2s.html; sourceTree = "<group>"; }; > 3F0B439C1D908DE700D186B5 /* test2s.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = test2s.mp4; path = Resources/test2s.mp4; sourceTree = "<group>"; }; >+ A1B89B97221E028700EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = SDKVariant.xcconfig; path = Configurations/SDKVariant.xcconfig; sourceTree = "<group>"; }; > CD1DAF921D709E3600017CF0 /* MobileMiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileMiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; > CD1DAF961D709E3600017CF0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; > CD1DAF981D709E3600017CF0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; >@@ -192,6 +193,7 @@ > CD4DEEE21D78C6FF00625986 /* Base.xcconfig */, > CD4DEEE31D78C6FF00625986 /* DebugRelease.xcconfig */, > CD4DEEE41D78C6FF00625986 /* MobileMiniBrowser.xcconfig */, >+ A1B89B97221E028700EB4CEA /* SDKVariant.xcconfig */, > ); > name = Configurations; > sourceTree = "<group>"; >diff --git a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >index 00a5fdb98e567c662b6c7b1c85725486b5518d6f..fe8571a4b9b0f05998a3f14086fedee4b1f62e20 100644 >--- a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >+++ b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj >@@ -1946,6 +1946,7 @@ > A180C0F91EE67DF000468F47 /* RunOpenPanel.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RunOpenPanel.mm; sourceTree = "<group>"; }; > A18AA8CC1C3FA218009B2B97 /* ContentFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentFiltering.h; sourceTree = "<group>"; }; > A1A4FE5D18DD3DB700B5EA8A /* Download.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Download.mm; sourceTree = "<group>"; }; >+ A1B89B99221E029F00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > A1C4FB6C1BACCE50003742D0 /* QuickLook.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = QuickLook.mm; sourceTree = "<group>"; }; > A1C4FB721BACD1B7003742D0 /* pages.pages */ = {isa = PBXFileReference; lastKnownFileType = file; name = pages.pages; path = ios/pages.pages; sourceTree = SOURCE_ROOT; }; > A1DF74301C41B65800A2F4D0 /* AlwaysRevalidatedURLSchemes.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AlwaysRevalidatedURLSchemes.mm; sourceTree = "<group>"; }; >@@ -3070,6 +3071,7 @@ > BC90957F12554CF900083756 /* DebugRelease.xcconfig */, > CD773F711C5057DB0002257C /* FeatureDefines.xcconfig */, > BC575AE2126E88B1006F0F12 /* InjectedBundle.xcconfig */, >+ A1B89B99221E029F00EB4CEA /* SDKVariant.xcconfig */, > 5735F0251F3A4EA6000EE801 /* TestWebKitAPI-iOS.entitlements */, > BC90958012554CF900083756 /* TestWebKitAPI.xcconfig */, > 7CCE7EA31A4115CB00447C4C /* TestWebKitAPILibrary.xcconfig */, >diff --git a/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj b/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj >index b494d249f39c65bcdcf184722bb6157932000cb8..4b47e89a9ceb53a259952f16cbae11db0525d1bb 100644 >--- a/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj >+++ b/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj >@@ -343,6 +343,7 @@ > A18510271B9ADE4800744AEB /* libWebKitTestRunner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libWebKitTestRunner.a; sourceTree = BUILT_PRODUCTS_DIR; }; > A18510381B9ADF2200744AEB /* WebKitTestRunner.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKitTestRunner.xcconfig; sourceTree = "<group>"; }; > A18510391B9ADFF800744AEB /* WebKitTestRunnerApp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKitTestRunnerApp.xcconfig; sourceTree = "<group>"; }; >+ A1B89B94221E026B00EB4CEA /* SDKVariant.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SDKVariant.xcconfig; sourceTree = "<group>"; }; > BC14E4D8120E02D000826C0C /* GCController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCController.h; sourceTree = "<group>"; }; > BC14E4D9120E02D000826C0C /* GCController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GCController.cpp; sourceTree = "<group>"; }; > BC14E4E1120E032000826C0C /* GCController.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GCController.idl; sourceTree = "<group>"; }; >@@ -793,6 +794,7 @@ > 0F2109C7189C650D00F879A3 /* BaseTarget.xcconfig */, > BC793427118F7DAF005EA8E2 /* DebugRelease.xcconfig */, > BC25197111D15E61002EBC01 /* InjectedBundle.xcconfig */, >+ A1B89B94221E026B00EB4CEA /* SDKVariant.xcconfig */, > A18510381B9ADF2200744AEB /* WebKitTestRunner.xcconfig */, > 9B0D132E2036D346008FC8FB /* WebKitTestRunnerApp-iOS.entitlements */, > 311183AA212B1AC70077BCE0 /* WebKitTestRunnerApp-watchOS.entitlements */,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194869
:
362535
|
362537