Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BuildLoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
2 changes: 1 addition & 1 deletion BuildLoopCaregiver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
2 changes: 1 addition & 1 deletion BuildLoopFollow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
2 changes: 1 addition & 1 deletion BuildTrio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
6 changes: 3 additions & 3 deletions Build_iAPS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ USE_OVERRIDE_IN_REPO="1"
OVERRIDE_FILE="ConfigOverride.xcconfig"
DEV_TEAM_SETTING_NAME="DEVELOPER_TEAM"

# sub modules are not required
CLONE_SUB_MODULES="0"
# sub modules are required
CLONE_SUB_MODULES="1"

FLAG_USE_SHA=0 # Initialize FLAG_USE_SHA to 0
FIXED_SHA="" # Initialize FIXED_SHA with an empty string
Expand Down Expand Up @@ -209,7 +209,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
2 changes: 1 addition & 1 deletion BuildxDrip4iOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function erase_previous_line {
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
2 changes: 1 addition & 1 deletion inline_functions/build_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
: ${USE_OVERRIDE_IN_REPO:="0"}

# Default: some projects use submodules (and need --recurse-submodule)
# Some, like iAPS and LoopFollow, do not use submodules
# Some, like LoopFollow, do not use submodules
# in that case, set CLONE_SUB_MODULES to 0 in the src/Build script
: ${CLONE_SUB_MODULES:="1"}

Expand Down
4 changes: 2 additions & 2 deletions src/Build_iAPS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ USE_OVERRIDE_IN_REPO="1"
OVERRIDE_FILE="ConfigOverride.xcconfig"
DEV_TEAM_SETTING_NAME="DEVELOPER_TEAM"

# sub modules are not required
CLONE_SUB_MODULES="0"
# sub modules are required
CLONE_SUB_MODULES="1"

FLAG_USE_SHA=0 # Initialize FLAG_USE_SHA to 0
FIXED_SHA="" # Initialize FIXED_SHA with an empty string
Expand Down