Universal Binary
parent
b663bbe3d5
commit
bfcfa78b22
|
@ -0,0 +1,8 @@
|
||||||
|
for directory in *
|
||||||
|
do
|
||||||
|
if [ -d $directory ]; then
|
||||||
|
cd $directory
|
||||||
|
xcodebuild -configuration Release
|
||||||
|
cd ..
|
||||||
|
fi
|
||||||
|
done
|
Loading…
Reference in New Issue