diff --git a/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldb_helper.py b/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldb_helper.py deleted file mode 100644 index a88caf99..00000000 --- a/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldb_helper.py +++ /dev/null @@ -1,32 +0,0 @@ -# -# Generated file, do not edit. -# - -import lldb - -def handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_dict): - """Intercept NOTIFY_DEBUGGER_ABOUT_RX_PAGES and touch the pages.""" - base = frame.register["x0"].GetValueAsAddress() - page_len = frame.register["x1"].GetValueAsUnsigned() - - # Note: NOTIFY_DEBUGGER_ABOUT_RX_PAGES will check contents of the - # first page to see if handled it correctly. This makes diagnosing - # misconfiguration (e.g. missing breakpoint) easier. - data = bytearray(page_len) - data[0:8] = b'IHELPED!' - - error = lldb.SBError() - frame.GetThread().GetProcess().WriteMemory(base, data, error) - if not error.Success(): - print(f'Failed to write into {base}[+{page_len}]', error) - return - -def __lldb_init_module(debugger: lldb.SBDebugger, _): - target = debugger.GetDummyTarget() - # Caveat: must use BreakpointCreateByRegEx here and not - # BreakpointCreateByName. For some reasons callback function does not - # get carried over from dummy target for the later. - bp = target.BreakpointCreateByRegex("^NOTIFY_DEBUGGER_ABOUT_RX_PAGES$") - bp.SetScriptCallbackFunction('{}.handle_new_rx_page'.format(__name__)) - bp.SetAutoContinue(True) - print("-- LLDB integration loaded --") diff --git a/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldbinit b/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldbinit deleted file mode 100644 index e3ba6fbe..00000000 --- a/apps/mobile/apps/client/ios/Flutter/ephemeral/flutter_lldbinit +++ /dev/null @@ -1,5 +0,0 @@ -# -# Generated file, do not edit. -# - -command script import --relative-to-command-file flutter_lldb_helper.py diff --git a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux b/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux deleted file mode 120000 index a3d04c65..00000000 --- a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.2.1/ \ No newline at end of file diff --git a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux b/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux deleted file mode 120000 index 69fcd5d6..00000000 --- a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ \ No newline at end of file diff --git a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux b/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux deleted file mode 120000 index 7d617f53..00000000 --- a/apps/mobile/apps/client/linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/url_launcher_linux-3.2.2/ \ No newline at end of file diff --git a/apps/mobile/apps/client/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/apps/mobile/apps/client/macos/Flutter/ephemeral/Flutter-Generated.xcconfig deleted file mode 100644 index 4a7e1bef..00000000 --- a/apps/mobile/apps/client/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ /dev/null @@ -1,18 +0,0 @@ -// This is a generated file; do not edit or check into version control. -<<<<<<< Updated upstream -FLUTTER_ROOT=/Users/josesalazar/flutter -FLUTTER_APPLICATION_PATH=/Users/josesalazar/Documents/DEV/krow-workforce/apps/mobile/apps/client -======= -FLUTTER_ROOT=C:\flutter\src\flutter -FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\client ->>>>>>> Stashed changes -COCOAPODS_PARALLEL_CODE_SIGN=true -FLUTTER_TARGET=/Users/josesalazar/Documents/DEV/krow-workforce/apps/mobile/apps/client/lib/main.dart -FLUTTER_BUILD_DIR=build -FLUTTER_BUILD_NAME=1.0.0 -FLUTTER_BUILD_NUMBER=1 -DART_DEFINES=RkxVVFRFUl9WRVJTSU9OPTMuMzguNw==,RkxVVFRFUl9DSEFOTkVMPXN0YWJsZQ==,RkxVVFRFUl9HSVRfVVJMPWh0dHBzOi8vZ2l0aHViLmNvbS9mbHV0dGVyL2ZsdXR0ZXIuZ2l0,RkxVVFRFUl9GUkFNRVdPUktfUkVWSVNJT049M2I2MmVmYzJhMw==,RkxVVFRFUl9FTkdJTkVfUkVWSVNJT049NzhmYzMwMTJlNA==,RkxVVFRFUl9EQVJUX1ZFUlNJT049My4xMC43 -DART_OBFUSCATION=false -TRACK_WIDGET_CREATION=true -TREE_SHAKE_ICONS=false -PACKAGE_CONFIG=/Users/josesalazar/Documents/DEV/krow-workforce/apps/mobile/.dart_tool/package_config.json diff --git a/apps/mobile/apps/client/macos/Flutter/ephemeral/flutter_export_environment.sh b/apps/mobile/apps/client/macos/Flutter/ephemeral/flutter_export_environment.sh deleted file mode 100755 index 9fbb458b..00000000 --- a/apps/mobile/apps/client/macos/Flutter/ephemeral/flutter_export_environment.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=C:\flutter\src\flutter" -export "FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\client" -export "COCOAPODS_PARALLEL_CODE_SIGN=true" -export "FLUTTER_TARGET=/Users/josesalazar/Documents/DEV/krow-workforce/apps/mobile/apps/client/lib/main.dart" -export "FLUTTER_BUILD_DIR=build" -export "FLUTTER_BUILD_NAME=1.0.0" -export "FLUTTER_BUILD_NUMBER=1" -export "DART_DEFINES=RkxVVFRFUl9WRVJTSU9OPTMuMzguNw==,RkxVVFRFUl9DSEFOTkVMPXN0YWJsZQ==,RkxVVFRFUl9HSVRfVVJMPWh0dHBzOi8vZ2l0aHViLmNvbS9mbHV0dGVyL2ZsdXR0ZXIuZ2l0,RkxVVFRFUl9GUkFNRVdPUktfUkVWSVNJT049M2I2MmVmYzJhMw==,RkxVVFRFUl9FTkdJTkVfUkVWSVNJT049NzhmYzMwMTJlNA==,RkxVVFRFUl9EQVJUX1ZFUlNJT049My4xMC43" -export "DART_OBFUSCATION=false" -export "TRACK_WIDGET_CREATION=true" -export "TREE_SHAKE_ICONS=false" -export "PACKAGE_CONFIG=/Users/josesalazar/Documents/DEV/krow-workforce/apps/mobile/.dart_tool/package_config.json" diff --git a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth b/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth deleted file mode 120000 index efc9b27b..00000000 --- a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth-6.1.4/ \ No newline at end of file diff --git a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_core b/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_core deleted file mode 120000 index 6bc76b76..00000000 --- a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/firebase_core +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-4.4.0/ \ No newline at end of file diff --git a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows b/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows deleted file mode 120000 index 157b7b53..00000000 --- a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.3.0/ \ No newline at end of file diff --git a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows b/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows deleted file mode 120000 index 53ed7a04..00000000 --- a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ \ No newline at end of file diff --git a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows b/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows deleted file mode 120000 index 1ffdde41..00000000 --- a/apps/mobile/apps/client/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/url_launcher_windows-3.1.5/ \ No newline at end of file diff --git a/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldb_helper.py b/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldb_helper.py deleted file mode 100644 index a88caf99..00000000 --- a/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldb_helper.py +++ /dev/null @@ -1,32 +0,0 @@ -# -# Generated file, do not edit. -# - -import lldb - -def handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_dict): - """Intercept NOTIFY_DEBUGGER_ABOUT_RX_PAGES and touch the pages.""" - base = frame.register["x0"].GetValueAsAddress() - page_len = frame.register["x1"].GetValueAsUnsigned() - - # Note: NOTIFY_DEBUGGER_ABOUT_RX_PAGES will check contents of the - # first page to see if handled it correctly. This makes diagnosing - # misconfiguration (e.g. missing breakpoint) easier. - data = bytearray(page_len) - data[0:8] = b'IHELPED!' - - error = lldb.SBError() - frame.GetThread().GetProcess().WriteMemory(base, data, error) - if not error.Success(): - print(f'Failed to write into {base}[+{page_len}]', error) - return - -def __lldb_init_module(debugger: lldb.SBDebugger, _): - target = debugger.GetDummyTarget() - # Caveat: must use BreakpointCreateByRegEx here and not - # BreakpointCreateByName. For some reasons callback function does not - # get carried over from dummy target for the later. - bp = target.BreakpointCreateByRegex("^NOTIFY_DEBUGGER_ABOUT_RX_PAGES$") - bp.SetScriptCallbackFunction('{}.handle_new_rx_page'.format(__name__)) - bp.SetAutoContinue(True) - print("-- LLDB integration loaded --") diff --git a/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldbinit b/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldbinit deleted file mode 100644 index e3ba6fbe..00000000 --- a/apps/mobile/apps/design_system_viewer/ios/Flutter/ephemeral/flutter_lldbinit +++ /dev/null @@ -1,5 +0,0 @@ -# -# Generated file, do not edit. -# - -command script import --relative-to-command-file flutter_lldb_helper.py diff --git a/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/Flutter-Generated.xcconfig deleted file mode 100644 index bf202125..00000000 --- a/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -// This is a generated file; do not edit or check into version control. -FLUTTER_ROOT=C:\flutter\src\flutter -FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\design_system_viewer -COCOAPODS_PARALLEL_CODE_SIGN=true -FLUTTER_BUILD_DIR=build -FLUTTER_BUILD_NAME=1.0.0 -FLUTTER_BUILD_NUMBER=1 -DART_OBFUSCATION=false -TRACK_WIDGET_CREATION=true -TREE_SHAKE_ICONS=false -PACKAGE_CONFIG=.dart_tool/package_config.json diff --git a/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/flutter_export_environment.sh b/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/flutter_export_environment.sh deleted file mode 100755 index a7d08152..00000000 --- a/apps/mobile/apps/design_system_viewer/macos/Flutter/ephemeral/flutter_export_environment.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=C:\flutter\src\flutter" -export "FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\design_system_viewer" -export "COCOAPODS_PARALLEL_CODE_SIGN=true" -export "FLUTTER_BUILD_DIR=build" -export "FLUTTER_BUILD_NAME=1.0.0" -export "FLUTTER_BUILD_NUMBER=1" -export "DART_OBFUSCATION=false" -export "TRACK_WIDGET_CREATION=true" -export "TREE_SHAKE_ICONS=false" -export "PACKAGE_CONFIG=.dart_tool/package_config.json" diff --git a/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldb_helper.py b/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldb_helper.py deleted file mode 100644 index a88caf99..00000000 --- a/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldb_helper.py +++ /dev/null @@ -1,32 +0,0 @@ -# -# Generated file, do not edit. -# - -import lldb - -def handle_new_rx_page(frame: lldb.SBFrame, bp_loc, extra_args, intern_dict): - """Intercept NOTIFY_DEBUGGER_ABOUT_RX_PAGES and touch the pages.""" - base = frame.register["x0"].GetValueAsAddress() - page_len = frame.register["x1"].GetValueAsUnsigned() - - # Note: NOTIFY_DEBUGGER_ABOUT_RX_PAGES will check contents of the - # first page to see if handled it correctly. This makes diagnosing - # misconfiguration (e.g. missing breakpoint) easier. - data = bytearray(page_len) - data[0:8] = b'IHELPED!' - - error = lldb.SBError() - frame.GetThread().GetProcess().WriteMemory(base, data, error) - if not error.Success(): - print(f'Failed to write into {base}[+{page_len}]', error) - return - -def __lldb_init_module(debugger: lldb.SBDebugger, _): - target = debugger.GetDummyTarget() - # Caveat: must use BreakpointCreateByRegEx here and not - # BreakpointCreateByName. For some reasons callback function does not - # get carried over from dummy target for the later. - bp = target.BreakpointCreateByRegex("^NOTIFY_DEBUGGER_ABOUT_RX_PAGES$") - bp.SetScriptCallbackFunction('{}.handle_new_rx_page'.format(__name__)) - bp.SetAutoContinue(True) - print("-- LLDB integration loaded --") diff --git a/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldbinit b/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldbinit deleted file mode 100644 index e3ba6fbe..00000000 --- a/apps/mobile/apps/staff/ios/Flutter/ephemeral/flutter_lldbinit +++ /dev/null @@ -1,5 +0,0 @@ -# -# Generated file, do not edit. -# - -command script import --relative-to-command-file flutter_lldb_helper.py diff --git a/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux b/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux deleted file mode 120000 index a3d04c65..00000000 --- a/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.2.1/ \ No newline at end of file diff --git a/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux b/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux deleted file mode 120000 index 69fcd5d6..00000000 --- a/apps/mobile/apps/staff/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ \ No newline at end of file diff --git a/apps/mobile/apps/staff/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/apps/mobile/apps/staff/macos/Flutter/ephemeral/Flutter-Generated.xcconfig deleted file mode 100644 index f1704fe8..00000000 --- a/apps/mobile/apps/staff/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -// This is a generated file; do not edit or check into version control. -FLUTTER_ROOT=C:\flutter\src\flutter -FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\staff -COCOAPODS_PARALLEL_CODE_SIGN=true -FLUTTER_BUILD_DIR=build -FLUTTER_BUILD_NAME=1.0.0 -FLUTTER_BUILD_NUMBER=1 -DART_OBFUSCATION=false -TRACK_WIDGET_CREATION=true -TREE_SHAKE_ICONS=false -PACKAGE_CONFIG=.dart_tool/package_config.json diff --git a/apps/mobile/apps/staff/macos/Flutter/ephemeral/flutter_export_environment.sh b/apps/mobile/apps/staff/macos/Flutter/ephemeral/flutter_export_environment.sh deleted file mode 100755 index 781de8e3..00000000 --- a/apps/mobile/apps/staff/macos/Flutter/ephemeral/flutter_export_environment.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=C:\flutter\src\flutter" -export "FLUTTER_APPLICATION_PATH=E:\Krow-google\krow-workforce\apps\mobile\apps\staff" -export "COCOAPODS_PARALLEL_CODE_SIGN=true" -export "FLUTTER_BUILD_DIR=build" -export "FLUTTER_BUILD_NAME=1.0.0" -export "FLUTTER_BUILD_NUMBER=1" -export "DART_OBFUSCATION=false" -export "TRACK_WIDGET_CREATION=true" -export "TREE_SHAKE_ICONS=false" -export "PACKAGE_CONFIG=.dart_tool/package_config.json" diff --git a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth b/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth deleted file mode 120000 index efc9b27b..00000000 --- a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_auth +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_auth-6.1.4/ \ No newline at end of file diff --git a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_core b/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_core deleted file mode 120000 index 6bc76b76..00000000 --- a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/firebase_core +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-4.4.0/ \ No newline at end of file diff --git a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows b/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows deleted file mode 120000 index 157b7b53..00000000 --- a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.3.0/ \ No newline at end of file diff --git a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows b/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows deleted file mode 120000 index 53ed7a04..00000000 --- a/apps/mobile/apps/staff/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows +++ /dev/null @@ -1 +0,0 @@ -C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ \ No newline at end of file