Quellcode durchsuchen

Environment script updated.

doganekici vor 5 Jahren
Ursprung
Commit
3a69713758
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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!"