From 4b9be13dc8e84a496f2e9fef59cef748911febe1 Mon Sep 17 00:00:00 2001 From: Sergey Chelombitko Date: Tue, 6 Aug 2024 10:21:47 +0100 Subject: [PATCH] Update run configurations --- .idea/runConfigurations/android_app.xml | 17 ------------- .../android_app_gradle_plugin.xml | 23 ------------------ .idea/runConfigurations/android_library.xml | 17 ------------- .idea/runConfigurations/ios_app.xml | 15 ------------ .idea/runConfigurations/ios_app_setup.xml | 9 ------- .idea/runConfigurations/sample.xml | 24 +++++++++++++++++++ 6 files changed, 24 insertions(+), 81 deletions(-) delete mode 100644 .idea/runConfigurations/android_app.xml delete mode 100644 .idea/runConfigurations/android_app_gradle_plugin.xml delete mode 100644 .idea/runConfigurations/android_library.xml delete mode 100644 .idea/runConfigurations/ios_app.xml delete mode 100644 .idea/runConfigurations/ios_app_setup.xml create mode 100644 .idea/runConfigurations/sample.xml diff --git a/.idea/runConfigurations/android_app.xml b/.idea/runConfigurations/android_app.xml deleted file mode 100644 index 9e35f4800..000000000 --- a/.idea/runConfigurations/android_app.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - diff --git a/.idea/runConfigurations/android_app_gradle_plugin.xml b/.idea/runConfigurations/android_app_gradle_plugin.xml deleted file mode 100644 index e0cd3eb49..000000000 --- a/.idea/runConfigurations/android_app_gradle_plugin.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - true - - - - diff --git a/.idea/runConfigurations/android_library.xml b/.idea/runConfigurations/android_library.xml deleted file mode 100644 index fb301c0f4..000000000 --- a/.idea/runConfigurations/android_library.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - diff --git a/.idea/runConfigurations/ios_app.xml b/.idea/runConfigurations/ios_app.xml deleted file mode 100644 index d3d9f8d00..000000000 --- a/.idea/runConfigurations/ios_app.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/.idea/runConfigurations/ios_app_setup.xml b/.idea/runConfigurations/ios_app_setup.xml deleted file mode 100644 index 3f232f431..000000000 --- a/.idea/runConfigurations/ios_app_setup.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/.idea/runConfigurations/sample.xml b/.idea/runConfigurations/sample.xml new file mode 100644 index 000000000..39bdf0c4a --- /dev/null +++ b/.idea/runConfigurations/sample.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file