File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ _DEVICE_FAMILY_VALUES = {
2929 "mac" : None ,
3030}
3131
32- # Align with Migrate apple_common.platform to Starlark implimentaion
32+ # Align with migrated apple_common.platform to Starlark implementation
3333TARGET_ENVIROMENT = struct (
3434 device = "device" ,
3535 catalyst = "macabi" ,
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ def apple_xcframework_test_suite(name):
361361 tags = [name ],
362362 )
363363
364- # Tests checks respect to platfrom name with ios build for iphonesimulator.
364+ # Test checks respect to platform name with ios build for iphonesimulator.
365365 archive_contents_test (
366366 name = "{}_multiple_infoplist_test_platform_name_iphonesimulator" .format (name ),
367367 build_type = "device" ,
@@ -373,7 +373,7 @@ def apple_xcframework_test_suite(name):
373373 tags = [name ],
374374 )
375375
376- # Tests checks respect to platfrom name with ios build for iphoneos.
376+ # Test checks respect to platform name with ios build for iphoneos.
377377 archive_contents_test (
378378 name = "{}_multiple_infoplist_test_platform_name_iphoneos" .format (name ),
379379 build_type = "device" ,
You can’t perform that action at this time.
0 commit comments