Skip to content

Instantly share code, notes, and snippets.

@scalbatty
scalbatty / hack-sign-in-dependencies.sh
Created December 8, 2017 10:00
Script to build a new Google Sign in dependencies that will work with Firebase
root=$PWD
binary=GoogleSignInDependencies
signInFrameworkDir=./google_signin_sdk_4_0_1
archs=(armv7 x86_64 arm64 i386)
duplicateClasses=(GTMLogger GTMNSDictionary+URLArguments GTMSessionFetcher GTMSessionFetcherService GTMSessionUploadFetcher)
hackDir=hack
framework=$binary.framework