Skip to content

Commit

Permalink
remove incorrect framework versions
Browse files Browse the repository at this point in the history
Summary: Remove incorrect framework versions, these frameworks are not available for maccatalyst

Reviewed By: drodriguez

Differential Revision: D63766516

fbshipit-source-id: c0a43fdbd47700fec8c20e8b69bfa75f308bf4e5
  • Loading branch information
rmaz authored and facebook-github-bot committed Oct 2, 2024
1 parent 6a7b01f commit dd2c6e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apple/apple_framework_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ FRAMEWORK_INTRODUCED_VERSIONS = {
"GLKit": {
"appletvos": (9, 0, 0),
"iphoneos": (5, 0, 0),
# TODO(T191992091): Enable OpenGLES/GLKit for Catalyst platforms
"maccatalyst": (13, 0, 0),
"macosx": (10, 8, 0),
},
"GLUT": {"macosx": (10, 0, 0)},
Expand Down Expand Up @@ -756,8 +754,7 @@ FRAMEWORK_INTRODUCED_VERSIONS = {
"OpenCL": {"macosx": (10, 6, 0)},
"OpenDirectory": {"maccatalyst": (13, 0, 0), "macosx": (10, 6, 0)},
"OpenGL": {"macosx": (10, 0, 0)},
# TODO(T191992091): Enable OpenGLES/GLKit for Catalyst platforms
"OpenGLES": {"appletvos": (9, 0, 0), "iphoneos": (2, 0, 0), "maccatalyst": (13, 0, 0)},
"OpenGLES": {"appletvos": (9, 0, 0), "iphoneos": (2, 0, 0)},
"PCSC": {"macosx": (10, 0, 0)},
"PDFKit": {"iphoneos": (11, 0, 0), "macosx": (10, 4, 0)},
"PHASE": {
Expand Down

0 comments on commit dd2c6e8

Please sign in to comment.