Source/WebKit/ChangeLog

 12021-05-10 Eric Carlson <eric.carlson@apple.com>
 2
 3 [Cocoa] Add _STAttributionDisplayName to macOS and iOS GPUProcess Info.plist
 4 https://bugs.webkit.org/show_bug.cgi?id=225626
 5 rdar://77019240
 6
 7 Reviewed by Youenn Fablet.
 8
 9 * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist:
 10 * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist:
 11
1122021-05-10 Antoine Quint <graouts@webkit.org>
213
314 Fix some unified build errors

Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist

2828 <string>NSApplication</string>
2929 <key>LSUIElement</key>
3030 <true/>
 31 <key>_STAttributionDisplayName</key>
 32 <string>Website</string>
3133 <key>XPCService</key>
3234 <dict>
3335 <key>ServiceType</key>

Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist

2828 <string>NSApplication</string>
2929 <key>LSUIElement</key>
3030 <true/>
 31 <key>_STAttributionDisplayName</key>
 32 <string>Website</string>
3133 <key>XPCService</key>
3234 <dict>
3335 <key>ServiceType</key>