From 59e2ff6e85041da69632b1b508c7694fc8a5597f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:00:20 +0000 Subject: [PATCH] Add apps repo submodule --- .gitmodules | 3 +++ applications/external | 1 + 2 files changed, 4 insertions(+) create mode 160000 applications/external diff --git a/.gitmodules b/.gitmodules index 52cf4a207..f73959dae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,3 +38,6 @@ [submodule "lib/stm32wb_copro"] path = lib/stm32wb_copro url = https://github.com/flipperdevices/stm32wb_copro.git +[submodule "applications/external"] + path = applications/external + url = https://github.com/Flipper-XFW/Xtreme-Apps.git diff --git a/applications/external b/applications/external new file mode 160000 index 000000000..9aa22756b --- /dev/null +++ b/applications/external @@ -0,0 +1 @@ +Subproject commit 9aa22756b4028bfb19ecdd9ee77aae09155c0133