From ce41a848f90b8ce8096bbba7ace1136c9c6d4316 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 25 Jan 2021 11:44:41 +0500 Subject: [PATCH] change project file structure --- testapp/Podfile => Podfile | 0 testapp/Podfile.lock => Podfile.lock | 0 .../project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../contents.xcworkspacedata | 0 testapp/{testapp => }/AppDelegate.swift | 0 .../Assets.xcassets/AppIcon.appiconset/1024.png | Bin .../Assets.xcassets/AppIcon.appiconset/120-1.png | Bin .../Assets.xcassets/AppIcon.appiconset/120.png | Bin .../Assets.xcassets/AppIcon.appiconset/180.png | Bin .../Assets.xcassets/AppIcon.appiconset/40.png | Bin .../Assets.xcassets/AppIcon.appiconset/58.png | Bin .../Assets.xcassets/AppIcon.appiconset/60.png | Bin .../Assets.xcassets/AppIcon.appiconset/80.png | Bin .../Assets.xcassets/AppIcon.appiconset/87.png | Bin .../AppIcon.appiconset/Contents.json | 0 testapp/{testapp => }/Assets.xcassets/Contents.json | 0 .../Base.lproj/LaunchScreen.storyboard | 0 testapp/{testapp => }/Base.lproj/Main.storyboard | 0 testapp/{testapp => }/FirebaseConfigurator.swift | 0 testapp/{testapp => }/Info.plist | 0 .../Resources/GoogleService-Info.plist | 0 testapp/{testapp => }/SceneDelegate.swift | 0 testapp/{testapp => }/ViewController.swift | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename testapp/Podfile => Podfile (100%) rename testapp/Podfile.lock => Podfile.lock (100%) rename {testapp/testapp.xcodeproj => testapp.xcodeproj}/project.pbxproj (100%) rename {testapp/testapp.xcodeproj => testapp.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename {testapp/testapp.xcworkspace => testapp.xcworkspace}/contents.xcworkspacedata (100%) rename testapp/{testapp => }/AppDelegate.swift (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/1024.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/120-1.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/120.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/180.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/40.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/58.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/60.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/80.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/87.png (100%) rename testapp/{testapp => }/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename testapp/{testapp => }/Assets.xcassets/Contents.json (100%) rename testapp/{testapp => }/Base.lproj/LaunchScreen.storyboard (100%) rename testapp/{testapp => }/Base.lproj/Main.storyboard (100%) rename testapp/{testapp => }/FirebaseConfigurator.swift (100%) rename testapp/{testapp => }/Info.plist (100%) rename testapp/{testapp => }/Resources/GoogleService-Info.plist (100%) rename testapp/{testapp => }/SceneDelegate.swift (100%) rename testapp/{testapp => }/ViewController.swift (100%) 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