Skip to content

Commit 4d94ec7

Browse files
fix: include all public headers unconditionally in umbrella header (#595)
Co-authored-by: Mike Fullerton <mike@mikefullerton.com> Co-authored-by: Worthing <115107835+w-goog@users.noreply.github.com>
1 parent b37c9d8 commit 4d94ec7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#import <TargetConditionals.h>
17-
18-
#if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
1916
#import "GIDAppCheckError.h"
20-
#endif
2117
#import "GIDConfiguration.h"
2218
#import "GIDGoogleUser.h"
2319
#import "GIDProfileData.h"

0 commit comments

Comments
 (0)