Changeset 284570 in webkit
- Timestamp:
- Oct 20, 2021, 2:35:45 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
r284564 r284570 1 2021-10-20 Alex Christensen <achristensen@webkit.org> 2 3 Remove com.apple.webkit.adattributiond.plist from build temporarily 4 https://bugs.webkit.org/show_bug.cgi?id=232045 5 6 Reviewed by Tim Horton. 7 8 There are some problems with the internal verifiers that will take some time to resolve. 9 Until they are resolved, don't install the plist and don't tell the network process to connect to the daemon registered by the plist. 10 11 * UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp: 12 (WebKit::WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration): 13 * WebKit.xcodeproj/project.pbxproj: 14 1 15 2021-10-20 Brady Eidson <beidson@apple.com> 2 16 -
trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp
r284304 r284570 51 51 #if ENABLE(ARKIT_INLINE_PREVIEW) 52 52 setModelElementCacheDirectory(WebsiteDataStore::defaultModelElementCacheDirectory()); 53 #endif54 #if PLATFORM(IOS)55 setPCMMachServiceName("com.apple.webkit.adattributiond.service");56 53 #endif 57 54 } -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r284564 r284570 14567 14567 runOnlyForDeploymentPostprocessing = 0; 14568 14568 shellPath = /bin/sh; 14569 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";14569 shellScript = "echo \"not copying adattributiond plist\"\n"; 14570 14570 }; 14571 14571 E1AC2E2C20F7B95800B0897D /* Unlock Keychain */ = {
Note:
See TracChangeset
for help on using the changeset viewer.