RESOLVED FIXED 212855
WebKitLegacy: Link to framework stubs for watchOS and tvOS
https://bugs.webkit.org/show_bug.cgi?id=212855
Summary WebKitLegacy: Link to framework stubs for watchOS and tvOS
Jonathan Bedard
Reported 2020-06-05 16:16:10 PDT
WebKitLegacy should link to framework stubs for watchOS and tvOS.
Attachments
Patch (3.61 KB, patch)
2020-06-05 16:26 PDT, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-05 16:16:29 PDT
Jonathan Bedard
Comment 2 2020-06-05 16:26:19 PDT
Tim Horton
Comment 3 2020-06-05 16:41:13 PDT
Comment on attachment 401214 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401214&action=review > Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:42 > +FRAMEWORK_SEARCH_PATHS[sdk=embedded*] = $(BUILT_PRODUCTS_DIR) $(WK_PRIVATE_FRAMEWORKS_DIR); > +FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR) "$(UMBRELLA_FRAMEWORKS_DIR)"; I think you're changing macCatalyst here (macCatalyst being "Cocoa Touch" but also sdk=macosx* is the reason I removed all the SDK conditionals back in the day). Maybe it's OK?
Jonathan Bedard
Comment 4 2020-06-06 06:41:45 PDT
(In reply to Tim Horton from comment #3) > Comment on attachment 401214 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=401214&action=review > > > Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:42 > > +FRAMEWORK_SEARCH_PATHS[sdk=embedded*] = $(BUILT_PRODUCTS_DIR) $(WK_PRIVATE_FRAMEWORKS_DIR); > > +FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR) "$(UMBRELLA_FRAMEWORKS_DIR)"; > > I think you're changing macCatalyst here (macCatalyst being "Cocoa Touch" > but also sdk=macosx* is the reason I removed all the SDK conditionals back > in the day). Maybe it's OK? I plan on look at getting Catalyst building next. It seems to me that Catalyst should be using Mac framework stubs, although that's something we'll need to decide.
EWS
Comment 5 2020-06-06 06:53:44 PDT
Committed r262676: <https://trac.webkit.org/changeset/262676> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401214 [details].
Note You need to log in before you can comment on or make changes to this bug.