Kaynağa Gözat

Remove __can_include from GIDFakeMainBundle

This check is not needed as the test target will still build and the tests will pass without it.
Matthew Mathias 3 yıl önce
ebeveyn
işleme
74188170c1
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m

+ 0 - 5
GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m

@@ -12,11 +12,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-
-#if __has_include(<UIKit/UIKit.h>)
-#import <UIKit/UIKit.h>
-#endif
-
 #import "GoogleSignIn/Tests/Unit/GIDFakeMainBundle.h"
 
 #import <GoogleUtilities/GULSwizzler.h>