Skip to content

Commit

Permalink
Cherry-pick 7301277. rdar://123514796
Browse files Browse the repository at this point in the history
    Update identifier for WebKit process extensions
    https://bugs.webkit.org/show_bug.cgi?id=269936
    rdar://123460280

    Reviewed by Timothy Hatcher and Chris Dumez.

    * Source/WebKit/Shared/AuxiliaryProcessExtensions/GPUExtension-Info.plist:
    * Source/WebKit/Shared/AuxiliaryProcessExtensions/WebContentExtension-CaptivePortal-Info.plist:
    * Source/WebKit/Shared/AuxiliaryProcessExtensions/WebContentExtension-Info.plist:

    Canonical link: https://commits.webkit.org/275210@main

Identifier: 273664.1312@safari-7619.1.5-branch
  • Loading branch information
pvollan authored and MyahCobbs committed Feb 26, 2024
1 parent 16c5a2b commit cdc52e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>EXAppExtensionAttributes</key>
<dict>
<key>EXExtensionPointIdentifier</key>
<string>com.apple.web-browser-engine.rendering</string>
<string>com.apple.web-browser-engine.gpu</string>
</dict>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>EXAppExtensionAttributes</key>
<dict>
<key>EXExtensionPointIdentifier</key>
<string>com.apple.web-browser-engine.webcontent</string>
<string>com.apple.web-browser-engine.content</string>
</dict>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>EXAppExtensionAttributes</key>
<dict>
<key>EXExtensionPointIdentifier</key>
<string>com.apple.web-browser-engine.webcontent</string>
<string>com.apple.web-browser-engine.content</string>
</dict>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
Expand Down

0 comments on commit cdc52e7

Please sign in to comment.