You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the testing framework handle MacOS and iOS separately
The testing framework was originally using just __APPLE__ to identify if a build was for iOS. Unfortunately this is also true for MacOS. MacOS can be identified by checking TARGET_OS_IPHONE, after including TargetConditionals, so add the logic to do that.
PiperOrigin-RevId: 273574985
0 commit comments