From 42d34544b3e0d248e8ec24ccbe6b122611d04b39 Mon Sep 17 00:00:00 2001 From: Charlie Hewitt Date: Thu, 26 Apr 2018 13:39:03 +0100 Subject: [PATCH] fix paths --- .../aff-song.xcodeproj/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcshareddata/WorkspaceSettings.xcsettings | 0 .../xcschemes/xcschememanagement.plist | 14 ++++++++++++++ {app/aff-song => App}/aff-song/AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 .../Assets.xcassets/AppIcon.appiconset/icon-1.png | Bin .../Assets.xcassets/AppIcon.appiconset/icon.png | Bin .../aff-song/Assets.xcassets/Contents.json | 0 .../aff-song/Base.lproj/LaunchScreen.storyboard | 0 .../aff-song/Base.lproj/Main.storyboard | 0 {app/aff-song => App}/aff-song/Info.plist | 0 App/aff-song/{aff-song => }/MobAffNetC.mlmodel | Bin App/aff-song/{aff-song => }/MobAffNetR.mlmodel | Bin .../aff-song/ResultsViewController.swift | 0 .../aff-song/Style/AffUIViewController.swift | 0 .../aff-song/Style/BorderedImageView.swift | 0 {app/aff-song => App}/aff-song/Style/HCSLICENSE | 0 .../aff-song/Style/HCSStarRatingView.h | 0 .../aff-song/Style/HCSStarRatingView.m | 0 .../aff-song/Style/RoundedUIButton.swift | 0 .../aff-song/Style/SlideHorSegue.swift | 0 .../UserStudy/USAnnotateViewController.swift | 0 .../UserStudy/USEmojiViewController.swift | 0 .../UserStudy/USFinishViewController.swift | 0 .../UserStudy/USResultsViewController.swift | 0 .../UserStudy/USStartViewController.swift | 0 .../aff-song/ViewController.swift | 0 .../aff-song/aff-song-Bridging-Header.h | 0 30 files changed, 14 insertions(+) rename {app/aff-song => App}/aff-song.xcodeproj/project.pbxproj (100%) rename {app/aff-song => App}/aff-song.xcodeproj/project.xcworkspace/contents.xcworkspacedata (100%) rename {app/aff-song => App}/aff-song.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {app/aff-song => App}/aff-song.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (100%) create mode 100644 App/aff-song.xcodeproj/xcuserdata/charlie.xcuserdatad/xcschemes/xcschememanagement.plist rename {app/aff-song => App}/aff-song/AppDelegate.swift (100%) rename {app/aff-song => App}/aff-song/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {app/aff-song => App}/aff-song/Assets.xcassets/AppIcon.appiconset/icon-1.png (100%) rename {app/aff-song => App}/aff-song/Assets.xcassets/AppIcon.appiconset/icon.png (100%) rename {app/aff-song => App}/aff-song/Assets.xcassets/Contents.json (100%) rename {app/aff-song => App}/aff-song/Base.lproj/LaunchScreen.storyboard (100%) rename {app/aff-song => App}/aff-song/Base.lproj/Main.storyboard (100%) rename {app/aff-song => App}/aff-song/Info.plist (100%) rename App/aff-song/{aff-song => }/MobAffNetC.mlmodel (100%) rename App/aff-song/{aff-song => }/MobAffNetR.mlmodel (100%) rename {app/aff-song => App}/aff-song/ResultsViewController.swift (100%) rename {app/aff-song => App}/aff-song/Style/AffUIViewController.swift (100%) rename {app/aff-song => App}/aff-song/Style/BorderedImageView.swift (100%) rename {app/aff-song => App}/aff-song/Style/HCSLICENSE (100%) rename {app/aff-song => App}/aff-song/Style/HCSStarRatingView.h (100%) rename {app/aff-song => App}/aff-song/Style/HCSStarRatingView.m (100%) rename {app/aff-song => App}/aff-song/Style/RoundedUIButton.swift (100%) rename {app/aff-song => App}/aff-song/Style/SlideHorSegue.swift (100%) rename {app/aff-song => App}/aff-song/UserStudy/USAnnotateViewController.swift (100%) rename {app/aff-song => App}/aff-song/UserStudy/USEmojiViewController.swift (100%) rename {app/aff-song => App}/aff-song/UserStudy/USFinishViewController.swift (100%) rename {app/aff-song => App}/aff-song/UserStudy/USResultsViewController.swift (100%) rename {app/aff-song => App}/aff-song/UserStudy/USStartViewController.swift (100%) rename {app/aff-song => App}/aff-song/ViewController.swift (100%) rename {app/aff-song => App}/aff-song/aff-song-Bridging-Header.h (100%) diff --git a/app/aff-song/aff-song.xcodeproj/project.pbxproj b/App/aff-song.xcodeproj/project.pbxproj similarity index 100% rename from app/aff-song/aff-song.xcodeproj/project.pbxproj rename to App/aff-song.xcodeproj/project.pbxproj diff --git a/app/aff-song/aff-song.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/App/aff-song.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from app/aff-song/aff-song.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to App/aff-song.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/app/aff-song/aff-song.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/App/aff-song.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from app/aff-song/aff-song.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to App/aff-song.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/app/aff-song/aff-song.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/App/aff-song.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from app/aff-song/aff-song.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to App/aff-song.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/App/aff-song.xcodeproj/xcuserdata/charlie.xcuserdatad/xcschemes/xcschememanagement.plist b/App/aff-song.xcodeproj/xcuserdata/charlie.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..42df732 --- /dev/null +++ b/App/aff-song.xcodeproj/xcuserdata/charlie.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + aff-song.xcscheme + + orderHint + 0 + + + + diff --git a/app/aff-song/aff-song/AppDelegate.swift b/App/aff-song/AppDelegate.swift similarity index 100% rename from app/aff-song/aff-song/AppDelegate.swift rename to App/aff-song/AppDelegate.swift diff --git a/app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/Contents.json b/App/aff-song/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/Contents.json rename to App/aff-song/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/icon-1.png b/App/aff-song/Assets.xcassets/AppIcon.appiconset/icon-1.png similarity index 100% rename from app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/icon-1.png rename to App/aff-song/Assets.xcassets/AppIcon.appiconset/icon-1.png diff --git a/app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/icon.png b/App/aff-song/Assets.xcassets/AppIcon.appiconset/icon.png similarity index 100% rename from app/aff-song/aff-song/Assets.xcassets/AppIcon.appiconset/icon.png rename to App/aff-song/Assets.xcassets/AppIcon.appiconset/icon.png diff --git a/app/aff-song/aff-song/Assets.xcassets/Contents.json b/App/aff-song/Assets.xcassets/Contents.json similarity index 100% rename from app/aff-song/aff-song/Assets.xcassets/Contents.json rename to App/aff-song/Assets.xcassets/Contents.json diff --git a/app/aff-song/aff-song/Base.lproj/LaunchScreen.storyboard b/App/aff-song/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from app/aff-song/aff-song/Base.lproj/LaunchScreen.storyboard rename to App/aff-song/Base.lproj/LaunchScreen.storyboard diff --git a/app/aff-song/aff-song/Base.lproj/Main.storyboard b/App/aff-song/Base.lproj/Main.storyboard similarity index 100% rename from app/aff-song/aff-song/Base.lproj/Main.storyboard rename to App/aff-song/Base.lproj/Main.storyboard diff --git a/app/aff-song/aff-song/Info.plist b/App/aff-song/Info.plist similarity index 100% rename from app/aff-song/aff-song/Info.plist rename to App/aff-song/Info.plist diff --git a/App/aff-song/aff-song/MobAffNetC.mlmodel b/App/aff-song/MobAffNetC.mlmodel similarity index 100% rename from App/aff-song/aff-song/MobAffNetC.mlmodel rename to App/aff-song/MobAffNetC.mlmodel diff --git a/App/aff-song/aff-song/MobAffNetR.mlmodel b/App/aff-song/MobAffNetR.mlmodel similarity index 100% rename from App/aff-song/aff-song/MobAffNetR.mlmodel rename to App/aff-song/MobAffNetR.mlmodel diff --git a/app/aff-song/aff-song/ResultsViewController.swift b/App/aff-song/ResultsViewController.swift similarity index 100% rename from app/aff-song/aff-song/ResultsViewController.swift rename to App/aff-song/ResultsViewController.swift diff --git a/app/aff-song/aff-song/Style/AffUIViewController.swift b/App/aff-song/Style/AffUIViewController.swift similarity index 100% rename from app/aff-song/aff-song/Style/AffUIViewController.swift rename to App/aff-song/Style/AffUIViewController.swift diff --git a/app/aff-song/aff-song/Style/BorderedImageView.swift b/App/aff-song/Style/BorderedImageView.swift similarity index 100% rename from app/aff-song/aff-song/Style/BorderedImageView.swift rename to App/aff-song/Style/BorderedImageView.swift diff --git a/app/aff-song/aff-song/Style/HCSLICENSE b/App/aff-song/Style/HCSLICENSE similarity index 100% rename from app/aff-song/aff-song/Style/HCSLICENSE rename to App/aff-song/Style/HCSLICENSE diff --git a/app/aff-song/aff-song/Style/HCSStarRatingView.h b/App/aff-song/Style/HCSStarRatingView.h similarity index 100% rename from app/aff-song/aff-song/Style/HCSStarRatingView.h rename to App/aff-song/Style/HCSStarRatingView.h diff --git a/app/aff-song/aff-song/Style/HCSStarRatingView.m b/App/aff-song/Style/HCSStarRatingView.m similarity index 100% rename from app/aff-song/aff-song/Style/HCSStarRatingView.m rename to App/aff-song/Style/HCSStarRatingView.m diff --git a/app/aff-song/aff-song/Style/RoundedUIButton.swift b/App/aff-song/Style/RoundedUIButton.swift similarity index 100% rename from app/aff-song/aff-song/Style/RoundedUIButton.swift rename to App/aff-song/Style/RoundedUIButton.swift diff --git a/app/aff-song/aff-song/Style/SlideHorSegue.swift b/App/aff-song/Style/SlideHorSegue.swift similarity index 100% rename from app/aff-song/aff-song/Style/SlideHorSegue.swift rename to App/aff-song/Style/SlideHorSegue.swift diff --git a/app/aff-song/aff-song/UserStudy/USAnnotateViewController.swift b/App/aff-song/UserStudy/USAnnotateViewController.swift similarity index 100% rename from app/aff-song/aff-song/UserStudy/USAnnotateViewController.swift rename to App/aff-song/UserStudy/USAnnotateViewController.swift diff --git a/app/aff-song/aff-song/UserStudy/USEmojiViewController.swift b/App/aff-song/UserStudy/USEmojiViewController.swift similarity index 100% rename from app/aff-song/aff-song/UserStudy/USEmojiViewController.swift rename to App/aff-song/UserStudy/USEmojiViewController.swift diff --git a/app/aff-song/aff-song/UserStudy/USFinishViewController.swift b/App/aff-song/UserStudy/USFinishViewController.swift similarity index 100% rename from app/aff-song/aff-song/UserStudy/USFinishViewController.swift rename to App/aff-song/UserStudy/USFinishViewController.swift diff --git a/app/aff-song/aff-song/UserStudy/USResultsViewController.swift b/App/aff-song/UserStudy/USResultsViewController.swift similarity index 100% rename from app/aff-song/aff-song/UserStudy/USResultsViewController.swift rename to App/aff-song/UserStudy/USResultsViewController.swift diff --git a/app/aff-song/aff-song/UserStudy/USStartViewController.swift b/App/aff-song/UserStudy/USStartViewController.swift similarity index 100% rename from app/aff-song/aff-song/UserStudy/USStartViewController.swift rename to App/aff-song/UserStudy/USStartViewController.swift diff --git a/app/aff-song/aff-song/ViewController.swift b/App/aff-song/ViewController.swift similarity index 100% rename from app/aff-song/aff-song/ViewController.swift rename to App/aff-song/ViewController.swift diff --git a/app/aff-song/aff-song/aff-song-Bridging-Header.h b/App/aff-song/aff-song-Bridging-Header.h similarity index 100% rename from app/aff-song/aff-song/aff-song-Bridging-Header.h rename to App/aff-song/aff-song-Bridging-Header.h