Skip to content

enable experiments with shorter remote windows of 3 and 5 minutes#95

Open
marionbarker wants to merge 1 commit intodevfrom
remote_window_options
Open

enable experiments with shorter remote windows of 3 and 5 minutes#95
marionbarker wants to merge 1 commit intodevfrom
remote_window_options

Conversation

@marionbarker
Copy link
Contributor

@marionbarker marionbarker commented Mar 9, 2026

Configure a few options for different remote window extensions.

This requires loopandlearn/customization#64 as well as this PR #95.

@marionbarker
Copy link
Contributor Author

Test method

To test the updated customization with the updated script:

For testing with a Mac-Xcode:

export SCRIPT_BRANCH=remote_window_options
export PATCH_BRANCH=remote_window_options

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" 

Choose either remote_window (10 minutes), remote_window_5 (5 minutes) or remote_window_3 (3 minutes).

Open Xcode after each modification and observe this value minTreatmentIntervalInMinutes is set to 10, 5 or 3 minutes in 2 places each.

  • LoopWorkspace/Loop/Loop/Managers/DeviceDataManager.swift
  • LoopWorkspace/Loop/Loop/Managers/LoopDataManager.swift

Only one can be applied at a time - the others become incompatible.

Be sure to remove the customization after each test so the current clone and be used again.

To restore the Terminal to nominal version:

unset SCRIPT_BRANCH
unset PATCH_BRANCH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant