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
if [ !"${INSTABUG_APP_VERSION_CODE}" ] || [ -z"${INSTABUG_APP_VERSION_CODE}" ];then
30
-
echo"Environment variable $INSTABUG_APP_VERSION_CODE_ENV was specified inside info.plist but was not found, please upload the sourcemap files manually"
30
+
echo"Environment variable $INSTABUG_APP_VERSION_CODE_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
if [ !"${INSTABUG_APP_VERSION_NAME}" ] || [ -z"${INSTABUG_APP_VERSION_NAME}" ];then
45
-
echo"Environment variable $INSTABUG_APP_VERSION_NAME_ENV was specified inside info.plist but was not found, please upload the sourcemap files manually"
45
+
echo"Environment variable $INSTABUG_APP_VERSION_NAME_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
0 commit comments