From 089194fc15b8a76c9963ed735217f2db7826bbc1 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 30 Mar 2017 14:23:12 +0200 Subject: [PATCH] update iml and .idea (#9101) --- examples/platform_channel/.idea/modules.xml | 2 +- .../main_dart.xml} | 4 +-- examples/platform_channel/.idea/workspace.xml | 29 +++++++++++++++++++ ...form_services.iml => platform_channel.iml} | 0 4 files changed, 32 insertions(+), 3 deletions(-) rename examples/platform_channel/.idea/{runConfiguration/platform_services.xml => runConfigurations/main_dart.xml} (54%) create mode 100644 examples/platform_channel/.idea/workspace.xml rename examples/platform_channel/{platform_services.iml => platform_channel.iml} (100%) diff --git a/examples/platform_channel/.idea/modules.xml b/examples/platform_channel/.idea/modules.xml index 65b2dcbcc1..875f94960a 100644 --- a/examples/platform_channel/.idea/modules.xml +++ b/examples/platform_channel/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/examples/platform_channel/.idea/runConfiguration/platform_services.xml b/examples/platform_channel/.idea/runConfigurations/main_dart.xml similarity index 54% rename from examples/platform_channel/.idea/runConfiguration/platform_services.xml rename to examples/platform_channel/.idea/runConfigurations/main_dart.xml index 4e03f3817e..aab7b5cd83 100644 --- a/examples/platform_channel/.idea/runConfiguration/platform_services.xml +++ b/examples/platform_channel/.idea/runConfigurations/main_dart.xml @@ -1,6 +1,6 @@ - + - + \ No newline at end of file diff --git a/examples/platform_channel/.idea/workspace.xml b/examples/platform_channel/.idea/workspace.xml new file mode 100644 index 0000000000..1e7e0cd929 --- /dev/null +++ b/examples/platform_channel/.idea/workspace.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/platform_channel/platform_services.iml b/examples/platform_channel/platform_channel.iml similarity index 100% rename from examples/platform_channel/platform_services.iml rename to examples/platform_channel/platform_channel.iml