Skip to content

Commit

Permalink
Cherry-pick 598136f. rdar://123483436
Browse files Browse the repository at this point in the history
    Unreviewed, reverting 275210@main.
    https://bugs.webkit.org/show_bug.cgi?id=269962

    Patch needs more work

    Reverted changeset:

    "Update identifier for WebKit process extensions"
    https://bugs.webkit.org/show_bug.cgi?id=269936
    https://commits.webkit.org/275210@main

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

Canonical link: https://commits.webkit.org/272448.694@safari-7618-branch
  • Loading branch information
webkit-commit-queue authored and Dan Robson committed Mar 6, 2024
1 parent 9d3db4d commit ac7c116
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.gpu</string>
<string>com.apple.web-browser-engine.rendering</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.content</string>
<string>com.apple.web-browser-engine.webcontent</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.content</string>
<string>com.apple.web-browser-engine.webcontent</string>
</dict>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
Expand Down

0 comments on commit ac7c116

Please sign in to comment.