Searched refs:BUNDLE_NAME (Results 1 – 6 of 6) sorted by relevance
54 executable_file="${BUNDLE_NAME}.framework/${BUNDLE_NAME}"139 merge_cmd+=(-create -output "${BUNDLE_NAME}")142 chmod +x "${BUNDLE_NAME}"144 mv "${BUNDLE_NAME}" "${executable_file}"145 ( TZ=UTC find "${BUNDLE_NAME}.framework/" -exec touch -h -t 198001010000 {} \+ )146 zip --compression-method store --symlinks --recurse-paths --quiet "${OUTPUT}" "${BUNDLE_NAME}.frame…
60 "BUNDLE_NAME=\"" + bundle_name + "\" " +
90 BUNDLE_NAME, enumerator156 options[BUNDLE_NAME].value = DATA_NAME; in main()177 bundleName = options[BUNDLE_NAME].value; in main()
77 BUNDLE_NAME, enumerator141 options[BUNDLE_NAME].value = "LocaleElements"; in main()170 if((options[JAVA_PACKAGE].doesOccur || options[BUNDLE_NAME].doesOccur) && in main()736 options[JAVA_PACKAGE].value, options[BUNDLE_NAME].value, &status); in processFile()
23 "BUNDLE_NAME=\"" + bundle_name + "\" " +
83 public static UOption BUNDLE_NAME() { return create("bundle-name", 'b', REQUIRES_ARG); } in BUNDLE_NAME() method in UOption