Explorar el Código

Environment script updated.

doganekici hace 5 años
padre
commit
3a69713758
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Appcircle/environment.sh

+ 1 - 1
Appcircle/environment.sh

@@ -1,4 +1,4 @@
-FILE="development.xcconfig"
+FILE="$1"
 
 if [ ! -f "$FILE" ]; then
     echo ".xcconfig file not found!"