Skip to content

Commit 11c5c56

Browse files
authored
Remove __can_include from GIDFakeMainBundle (#160)
This check is not needed as the test target will still build and the tests will pass without it.
1 parent c455218 commit 11c5c56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
16-
#if __has_include(<UIKit/UIKit.h>)
17-
#import <UIKit/UIKit.h>
18-
#endif
19-
2015
#import "GoogleSignIn/Tests/Unit/GIDFakeMainBundle.h"
2116

2217
#import <GoogleUtilities/GULSwizzler.h>

0 commit comments

Comments
 (0)