Searched refs:FORCE_BUNDLING (Results 1 – 11 of 11) sorted by relevance
9 if [[ "$FORCE_BUNDLING" ]]; then
38 if [[ "$FORCE_BUNDLING" ]]; then
39 if [[ "$FORCE_BUNDLING" ]]; then
58 force_bundling_flag = ex_updates_native_debug ? "export FORCE_BUNDLING=1\n" : ""
60 …p for both debug and release builds, by replacing the string "SKIP_BUNDLING" with "FORCE_BUNDLING":63 sed -i '' 's/SKIP_BUNDLING/FORCE_BUNDLING/g;' ios/<project name>.xcodeproj/project.pbxproj
627 …scripts during iOS debug builds and add support for `SKIP_BUNDLING`/`FORCE_BUNDLING` environment v…
233 "$ sed -i '' 's/SKIP_BUNDLING/FORCE_BUNDLING/g;' ios/<project name>.xcodeproj/project.pbxproj",
255 sed -i '' 's/SKIP_BUNDLING/FORCE_BUNDLING/g;' ios/<project name>.xcodeproj/project.pbxproj
254 …scripts during iOS debug builds and add support for `SKIP_BUNDLING`/`FORCE_BUNDLING` environment v…