1# Description: 2# A collection of source from different Google projects that may be of use to 3# developers working other Mac projects. 4package( 5 default_visibility = ["//visibility:private"], 6) 7 8licenses(["notice"]) # Apache 2.0 9 10exports_files(["LICENSE"]) 11 12exports_files( 13 ["UnitTest-Info.plist"], 14 visibility = ["//visibility:public"], 15) 16 17objc_library( 18 name = "GTM_Defines", 19 hdrs = ["GTMDefines.h"], 20 includes = ["."], 21 visibility = ["//visibility:public"], 22) 23