Skip to content

Commit

Permalink
[Chore] DoCatch -> Concurrency로 폴더명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshiningsoo committed Dec 1, 2022
1 parent 3eea8cb commit 165c90a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftUIDictionary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,14 @@
path = Toggle;
sourceTree = "<group>";
};
DF717B7E2933839400B9A20D /* DoTry */ = {
DF717B7E2933839400B9A20D /* Concurrency */ = {
isa = PBXGroup;
children = (
DF717B7F293383F200B9A20D /* DoCatchTryThrow.swift */,
DF717B862938893B00B9A20D /* DownloadImageAsync.swift */,
DF3B93702938B642002428B3 /* AsyncAwait.swift */,
);
path = DoTry;
path = Concurrency;
sourceTree = "<group>";
};
DF7A9228281270620037B390 /* NavigationView */ = {
Expand Down Expand Up @@ -407,7 +407,7 @@
children = (
DFEE91F12809689D0030D7C5 /* SwiftUIDictionaryApp.swift */,
DFEE91F32809689D0030D7C5 /* ContentView.swift */,
DF717B7E2933839400B9A20D /* DoTry */,
DF717B7E2933839400B9A20D /* Concurrency */,
DF57121D290EA4B500614D0D /* Combine */,
DF8A5B9228C492ED0010E863 /* Networking */,
DF3F8CC328C0E6E300D48913 /* Thread */,
Expand Down
File renamed without changes.

0 comments on commit 165c90a

Please sign in to comment.