diff --git a/appcenter-pre-build.sh b/appcenter-pre-build.sh index f85017f55..f0f9a3101 100644 --- a/appcenter-pre-build.sh +++ b/appcenter-pre-build.sh @@ -22,7 +22,7 @@ cat $GOOGLE_JSON_FILE printf "Old .env file:\n" cat .env printf "Started script:\n" -ENV_WHITELIST=${ENV_WHITELIST:-"/ACTIVITY|WEBSOCKET|BACKEND|SERVER|TOKEN|PIN|URL/"} +ENV_WHITELIST=${ENV_WHITELIST:-"/ACTIVITY|WEBSOCKET|BACKEND|API|TOKEN|PIN|URL/"} printf "Creating an .env file with the following whitelist:\n" printf "%s\n\n" $ENV_WHITELIST set | egrep -e $ENV_WHITELIST | egrep -v "^_" | egrep -v "WHITELIST" | egrep -v "USER-DEFINED" > .env diff --git a/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate index b84ff906b..9962b2565 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate differ