Skip to content

Instantly share code, notes, and snippets.

@r-plus
Last active October 7, 2023 09:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-plus/4f82d4d7b3a5ea11a78e666633402072 to your computer and use it in GitHub Desktop.
Save r-plus/4f82d4d7b3a5ea11a78e666633402072 to your computer and use it in GitHub Desktop.
WebKit version in iOS

確認方法

  • ブラウザのUAは当てにならない
  • 実機からは /System/Frameworks/WebKit.framework/Info.plist のBundleVersionから確認できる
  • SDKからは /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/WebKit.tbd のcurrent-versionから確認できる

メモ

  • iOS 13.4: 609.1.20

  • iOS 13.5: 609.2.9

  • 実機やSDKから確認したバージョンがtrunkにあるとは限らない(というか大体ない)

  • ApplePlatform用にforkされたものはこっち https://trac.webkit.org/browser/webkit/releases/Apple

  • なのだが、更新が遅い。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment