

if [ ! -f "${J2OBJC_DIST}/j2objc" ]; then echo "J2OBJC_DIST is not correctly defined in config.xcconfig, currently set to '${J2OBJC_DIST}'"; exit 1; fi;
"${J2OBJC_DIST}/j2objc" -d ${DERIVED_FILE_DIR} -sourcepath "${PROJECT_DIR}/core/src" --no-package-directories -g -l -v --swift-friendly ${INPUT_FILE_PATH};


--
You received this message because you are subscribed to the Google Groups "j2objc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to j2objc-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/j2objc-discuss/0a6feeb7-cbc3-4786-a715-0367f43dc04cn%40googlegroups.com.