You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the build script code that may be helpful for more flexibility:
builduser="[build user name]"
if [ "$builduser" = "${USER}" ]; then
//read crashlytics key from a config file
./Crashlytics.framework/run $CrashlyticsKey
fi
Read crashlytics key from the same plist file and call [Crashlytics startWithAPIKey:crashLyticsAPIKey] in the app delegate.