Selaa lähdekoodia

Environment script updated.

doganekici 5 vuotta sitten
vanhempi
säilyke
3a69713758
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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!"