From 64ca6baa003a5c21534d0d59d3c0fd6423ee225e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:51:20 +0000 Subject: [PATCH] casing (#7) --- .../Assets.xcassets/AccentColor.colorset/Contents.json | 0 .../Assets.xcassets/AppIcon.appiconset/Contents.json | 0 {barista => Barista}/Assets.xcassets/Contents.json | 0 {barista => Barista}/ContentView.swift | 0 {barista => Barista}/Info.plist | 0 .../Preview Content/Preview Assets.xcassets/Contents.json | 0 {barista => Barista}/barista.entitlements | 0 {barista => Barista}/baristaApp.swift | 0 {baristaTests => BaristaTests}/baristaTests.swift | 0 {baristaUITests => BaristaUITests}/baristaUITests.swift | 0 .../baristaUITestsLaunchTests.swift | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {barista => Barista}/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename {barista => Barista}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {barista => Barista}/Assets.xcassets/Contents.json (100%) rename {barista => Barista}/ContentView.swift (100%) rename {barista => Barista}/Info.plist (100%) rename {barista => Barista}/Preview Content/Preview Assets.xcassets/Contents.json (100%) rename {barista => Barista}/barista.entitlements (100%) rename {barista => Barista}/baristaApp.swift (100%) rename {baristaTests => BaristaTests}/baristaTests.swift (100%) rename {baristaUITests => BaristaUITests}/baristaUITests.swift (100%) rename {baristaUITests => BaristaUITests}/baristaUITestsLaunchTests.swift (100%) diff --git a/barista/Assets.xcassets/AccentColor.colorset/Contents.json b/Barista/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from barista/Assets.xcassets/AccentColor.colorset/Contents.json rename to Barista/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/barista/Assets.xcassets/AppIcon.appiconset/Contents.json b/Barista/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from barista/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Barista/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/barista/Assets.xcassets/Contents.json b/Barista/Assets.xcassets/Contents.json similarity index 100% rename from barista/Assets.xcassets/Contents.json rename to Barista/Assets.xcassets/Contents.json diff --git a/barista/ContentView.swift b/Barista/ContentView.swift similarity index 100% rename from barista/ContentView.swift rename to Barista/ContentView.swift diff --git a/barista/Info.plist b/Barista/Info.plist similarity index 100% rename from barista/Info.plist rename to Barista/Info.plist diff --git a/barista/Preview Content/Preview Assets.xcassets/Contents.json b/Barista/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from barista/Preview Content/Preview Assets.xcassets/Contents.json rename to Barista/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/barista/barista.entitlements b/Barista/barista.entitlements similarity index 100% rename from barista/barista.entitlements rename to Barista/barista.entitlements diff --git a/barista/baristaApp.swift b/Barista/baristaApp.swift similarity index 100% rename from barista/baristaApp.swift rename to Barista/baristaApp.swift diff --git a/baristaTests/baristaTests.swift b/BaristaTests/baristaTests.swift similarity index 100% rename from baristaTests/baristaTests.swift rename to BaristaTests/baristaTests.swift diff --git a/baristaUITests/baristaUITests.swift b/BaristaUITests/baristaUITests.swift similarity index 100% rename from baristaUITests/baristaUITests.swift rename to BaristaUITests/baristaUITests.swift diff --git a/baristaUITests/baristaUITestsLaunchTests.swift b/BaristaUITests/baristaUITestsLaunchTests.swift similarity index 100% rename from baristaUITests/baristaUITestsLaunchTests.swift rename to BaristaUITests/baristaUITestsLaunchTests.swift