-
Create a new file:
.ai/status/YYYY-MM-DD.md -
Structure the update with sections:
- Development Steps
- Key Decisions
- Next Steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import superagent from 'superagent'; | |
| import merge from 'lodash/merge'; | |
| import { camelizeKeys, decamelizeKeys } from 'humps'; | |
| import config from 'config'; | |
| const CALL_API = Symbol.for('Call API'); | |
| /** | |
| * Prepare headers for each request and include the token for authentication. | |
| * @param {Boolean} token Authentication token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # UDEV rules to setup automatic backup upon disk insertion | |
| # You can get the discriminant informations with the following command : | |
| # udevinfo -a -p $(udevinfo -q path -n /dev/sda) | |
| KERNEL=="sd?1", ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{vendor}=="Maxtor", ATTRS{model}=="Basics Portable", RUN+="/root/autobackup.sh %k" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%= form_for @changeset, @action, fn f -> %> | |
| <%= if @changeset.action do %> | |
| <div class="alert alert-danger"> | |
| <p>Oops, something went wrong! Please check the errors below.</p> | |
| </div> | |
| <% end %> | |
| <div class="form-group"> | |
| <%= label f, :type, class: "control-label" %> | |
| <%= select f, :type, @workout_types, prompt: "Choose workout type", class: "form-control" %> |
- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide, https://ios.cfw.guide/sideloading-apps/
Last Edited: Mar 30, 2026 @ 7:45AM PST · Supports iOS versions 15.0 - 26.3
Make sure you are always using up-to-date guides to ensure full compatibility. The official SideStore documentation can be found here in case anything changes. For additional information and credits, scroll to the bottom of this page.
Important • iOS 26.4 broke the method used by SideStore and this tutorial to refresh apps. A new guide will come soon for people on iOS 26.4 once the necessary tools are available.
👋 Hello again, r/sideloaded!
OlderNewer