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

Changeset 284661 in webkit


Ignore:
Timestamp:
Oct 21, 2021, 5:46:35 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Unreviewed, reverting r284570.

No longer needed

Reverted changeset:

"Remove com.apple.webkit.adattributiond.plist from build
temporarily"
https://bugs.webkit.org/show_bug.cgi?id=232045
https://commits.webkit.org/r284570

Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r284651 r284661  
     12021-10-21  Alex Christensen  <achristensen@webkit.org>
     2
     3        Unreviewed, reverting r284570.
     4
     5        No longer needed
     6
     7        Reverted changeset:
     8
     9        "Remove com.apple.webkit.adattributiond.plist from build
     10        temporarily"
     11        https://bugs.webkit.org/show_bug.cgi?id=232045
     12        https://commits.webkit.org/r284570
     13
    1142021-10-21  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp

    r284570 r284661  
    5151#if ENABLE(ARKIT_INLINE_PREVIEW)
    5252        setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory());
     53#endif
     54#if PLATFORM(IOS)
     55        setPCMMachServiceName("com.apple.webkit.adattributiond.service");
    5356#endif
    5457    }
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r284591 r284661  
    1458314583                        runOnlyForDeploymentPostprocessing = 0;
    1458414584                        shellPath = /bin/sh;
    14585                         shellScript = "echo \"not copying adattributiond plist\"\n";
     14585                        shellScript = "if [[ \"${WK_PLATFORM_NAME}\" == iphoneos ]]; then\n    DAEMON_PLIST_SOURCE=\"${SRCROOT}/Shared/EntryPointUtilities/Cocoa/Daemon/com.apple.webkit.adattributiond.plist\"\n    DAEMON_PLIST_DESTINATION=\"${DSTROOT}/System/Library/LaunchDaemons/com.apple.webkit.adattributiond.plist\"\n    echo \"copying adattributiond plist\"\n    echo plutil -convert binary1 -o \"${DAEMON_PLIST_DESTINATION}\" \"${DAEMON_PLIST_SOURCE}\"\n    plutil -convert binary1 -o \"${DAEMON_PLIST_DESTINATION}\" \"${DAEMON_PLIST_SOURCE}\"\nelse\n    echo \"not copying adattributiond plist\"\nfi\n";
    1458614586                };
    1458714587                E1AC2E2C20F7B95800B0897D /* Unlock Keychain */ = {
Note: See TracChangeset for help on using the changeset viewer.