shellScript="diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
sql=[NSStringstringWithFormat:@"SELECT * FROM %@ WHERE NAME LIKE '%%%@%%' AND ENABLED = 1 ORDER BY %@",tableStr,titleStr,@"uuid"];
sql=[NSStringstringWithFormat:@"SELECT * FROM %@ WHERE (NAME LIKE '%%%@%%' or LOGIN LIKE '%%%@%%') AND ENABLED = 1 AND POSITION = 'purchaser' ORDER BY %@",tableStr,titleStr,titleStr,@"uuid"];
}else{
sql=[NSStringstringWithFormat:@"SELECT * FROM %@ WHERE ENABLED = 1 ORDER BY %@",tableStr,@"uuid"];
sql=[NSStringstringWithFormat:@"SELECT * FROM %@ WHERE ENABLED = 1 AND POSITION = 'purchaser' ORDER BY %@",tableStr,@"uuid"];