diff --git a/testapp/Podfile b/Podfile similarity index 100% rename from testapp/Podfile rename to Podfile diff --git a/testapp/Podfile.lock b/Podfile.lock similarity index 100% rename from testapp/Podfile.lock rename to Podfile.lock diff --git a/testapp/testapp.xcodeproj/project.pbxproj b/testapp.xcodeproj/project.pbxproj similarity index 100% rename from testapp/testapp.xcodeproj/project.pbxproj rename to testapp.xcodeproj/project.pbxproj diff --git a/testapp/testapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/testapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from testapp/testapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to testapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/testapp/testapp.xcworkspace/contents.xcworkspacedata b/testapp.xcworkspace/contents.xcworkspacedata similarity index 100% rename from testapp/testapp.xcworkspace/contents.xcworkspacedata rename to testapp.xcworkspace/contents.xcworkspacedata diff --git a/testapp/testapp/AppDelegate.swift b/testapp/AppDelegate.swift similarity index 100% rename from testapp/testapp/AppDelegate.swift rename to testapp/AppDelegate.swift diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/1024.png b/testapp/Assets.xcassets/AppIcon.appiconset/1024.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/1024.png rename to testapp/Assets.xcassets/AppIcon.appiconset/1024.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png b/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/120-1.png rename to testapp/Assets.xcassets/AppIcon.appiconset/120-1.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/120.png b/testapp/Assets.xcassets/AppIcon.appiconset/120.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/120.png rename to testapp/Assets.xcassets/AppIcon.appiconset/120.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/180.png b/testapp/Assets.xcassets/AppIcon.appiconset/180.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/180.png rename to testapp/Assets.xcassets/AppIcon.appiconset/180.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/40.png b/testapp/Assets.xcassets/AppIcon.appiconset/40.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/40.png rename to testapp/Assets.xcassets/AppIcon.appiconset/40.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/58.png b/testapp/Assets.xcassets/AppIcon.appiconset/58.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/58.png rename to testapp/Assets.xcassets/AppIcon.appiconset/58.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/60.png b/testapp/Assets.xcassets/AppIcon.appiconset/60.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/60.png rename to testapp/Assets.xcassets/AppIcon.appiconset/60.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/80.png b/testapp/Assets.xcassets/AppIcon.appiconset/80.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/80.png rename to testapp/Assets.xcassets/AppIcon.appiconset/80.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/87.png b/testapp/Assets.xcassets/AppIcon.appiconset/87.png similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/87.png rename to testapp/Assets.xcassets/AppIcon.appiconset/87.png diff --git a/testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json b/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from testapp/testapp/Assets.xcassets/AppIcon.appiconset/Contents.json rename to testapp/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/testapp/testapp/Assets.xcassets/Contents.json b/testapp/Assets.xcassets/Contents.json similarity index 100% rename from testapp/testapp/Assets.xcassets/Contents.json rename to testapp/Assets.xcassets/Contents.json diff --git a/testapp/testapp/Base.lproj/LaunchScreen.storyboard b/testapp/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from testapp/testapp/Base.lproj/LaunchScreen.storyboard rename to testapp/Base.lproj/LaunchScreen.storyboard diff --git a/testapp/testapp/Base.lproj/Main.storyboard b/testapp/Base.lproj/Main.storyboard similarity index 100% rename from testapp/testapp/Base.lproj/Main.storyboard rename to testapp/Base.lproj/Main.storyboard diff --git a/testapp/testapp/FirebaseConfigurator.swift b/testapp/FirebaseConfigurator.swift similarity index 100% rename from testapp/testapp/FirebaseConfigurator.swift rename to testapp/FirebaseConfigurator.swift diff --git a/testapp/testapp/Info.plist b/testapp/Info.plist similarity index 100% rename from testapp/testapp/Info.plist rename to testapp/Info.plist diff --git a/testapp/testapp/Resources/GoogleService-Info.plist b/testapp/Resources/GoogleService-Info.plist similarity index 100% rename from testapp/testapp/Resources/GoogleService-Info.plist rename to testapp/Resources/GoogleService-Info.plist diff --git a/testapp/testapp/SceneDelegate.swift b/testapp/SceneDelegate.swift similarity index 100% rename from testapp/testapp/SceneDelegate.swift rename to testapp/SceneDelegate.swift diff --git a/testapp/testapp/ViewController.swift b/testapp/ViewController.swift similarity index 100% rename from testapp/testapp/ViewController.swift rename to testapp/ViewController.swift