⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286832 in webkit


Ignore:
Timestamp:
Dec 9, 2021, 9:42:28 PM (5 years ago)
Author:
Ryan Haddad
Message:

Add ability to inject messages into webpushd
https://bugs.webkit.org/show_bug.cgi?id=233988

Unreviewed attempt to fix some builds.

  • Configurations/webpushtool.xcconfig:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r286831 r286832  
     12021-12-09  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Add ability to inject messages into webpushd
     4        https://bugs.webkit.org/show_bug.cgi?id=233988
     5
     6        Unreviewed attempt to fix some builds.
     7
     8        * Configurations/webpushtool.xcconfig:
     9
    1102021-12-09  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebKit/Configurations/webpushtool.xcconfig

    r286788 r286832  
    3030EXCLUDED_SOURCE_FILE_NAMES[sdk=watch*] = *;
    3131
    32 OTHER_LDFLAGS = -framework WebKit -framework JavaScriptCore
     32OTHER_LDFLAGS = -framework Foundation -framework CoreFoundation -framework WebKit -framework JavaScriptCore
    3333LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR);
    3434
Note: See TracChangeset for help on using the changeset viewer.