Browse Source

Environment script updated.

doganekici 5 years ago
parent
commit
3a69713758
1 changed files with 1 additions and 1 deletions
  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!"