diff --git a/experimental/examples/todoapp-lite/.gitignore b/experimental/examples/todoapp-lite/.gitignore index a32b16597b..cc4b0964f9 100644 --- a/experimental/examples/todoapp-lite/.gitignore +++ b/experimental/examples/todoapp-lite/.gitignore @@ -1,15 +1,15 @@ *.iml .gradle /local.properties -/.idea -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +/.idea/ .DS_Store build/ /captures .externalNativeBuild .cxx +iosApp/Podfile.lock +iosApp/Pods/* +iosApp/TodoAppLite.xcworkspace/* +iosApp/TodoAppLite.xcodeproj/* +!iosApp/TodoAppLite.xcodeproj/project.pbxproj +shared/shared.podspec \ No newline at end of file diff --git a/experimental/examples/todoapp-lite/.run/desktop.run.xml b/experimental/examples/todoapp-lite/.run/desktopApp.run.xml similarity index 70% rename from experimental/examples/todoapp-lite/.run/desktop.run.xml rename to experimental/examples/todoapp-lite/.run/desktopApp.run.xml index c10d50877a..2d56d7f072 100644 --- a/experimental/examples/todoapp-lite/.run/desktop.run.xml +++ b/experimental/examples/todoapp-lite/.run/desktopApp.run.xml @@ -1,6 +1,11 @@ - + +