Changeset 284661 in webkit
- Timestamp:
- Oct 21, 2021, 5:46:35 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp (modified) (1 diff)
-
WebKit.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r284651 r284661 1 2021-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 1 14 2021-10-21 Chris Dumez <cdumez@apple.com> 2 15 -
trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp
r284570 r284661 51 51 #if ENABLE(ARKIT_INLINE_PREVIEW) 52 52 setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory()); 53 #endif 54 #if PLATFORM(IOS) 55 setPCMMachServiceName("com.apple.webkit.adattributiond.service"); 53 56 #endif 54 57 } -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r284591 r284661 14583 14583 runOnlyForDeploymentPostprocessing = 0; 14584 14584 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"; 14586 14586 }; 14587 14587 E1AC2E2C20F7B95800B0897D /* Unlock Keychain */ = {
Note:
See TracChangeset
for help on using the changeset viewer.