-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.dot
58 lines (58 loc) · 3.36 KB
/
result.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
digraph result_graph {
"//App:Bye_World" [style=filled,color="#F6FBD5"];
"//App:Hello_World" [style=filled,color="#859181"];
"//App:Needle" [style=filled,color="#8CBAB0"];
"//App:TicTacToeAppAssets" [style=filled,color="#A58798"];
"//App:TicTacToeAppBinary" [style=filled,color="#86B3AF"];
"//App:TicTacToeAppBinary" -> "//App:TicTacToeCore";
"//App:TicTacToeCore" [style=filled,color="#D6D3F5"];
"//App:TicTacToeCore" -> "//App:Bye_World";
"//App:TicTacToeCore" -> "//App:Hello_World";
"//App:TicTacToeCore" -> "//App:Needle";
"//App:TicTacToeCore" -> "//App:TicTacToeAppAssets";
"//App:TicTacToeCore" -> "//App/Resources:StoryboardResources";
"//App:TicTacToeCore" -> "//App/Resources:TicTacToeAppStringResources";
"//App:TicTacToeCore" -> "//Carthage:CarthageProjectGeneratorHack";
"//App:TicTacToeCore" -> "//Libraries/LoggedInPlugin:LoggedInPlugin";
"//App:TicTacToeCore" -> "//Libraries/LoggedInPluginPoint:LoggedInPluginPoint";
"//App:TicTacToeCore" -> "//Libraries/Models:Models";
"//App:TicTacToeCore" -> "//Libraries/ScoreSheet:ScoreSheet";
"//App:TicTacToeCore" -> "//Libraries/TTTUtilties:TTTUtilties";
"//App:TicTacToeCore" -> "//Pods:NeedleFoundation";
"//App:TicTacToeCore" -> "//Pods:RIBs";
"//App:TicTacToeCore" -> "//Pods:RxCocoa";
"//App:TicTacToeCore" -> "//Pods:RxSwift";
"//App:TicTacToeCore" -> "//Pods:SnapKit";
"//App/Resources:StoryboardResources" [style=filled,color="#D3DDE9"];
"//App/Resources:TicTacToeAppStringResources" [style=filled,color="#D3DDE9"];
"//Carthage:CarthageProjectGeneratorHack" [style=filled,color="#D6D3F5"];
"//Libraries/LoggedInPlugin:LoggedInPlugin" [style=filled,color="#D6D3F5"];
"//Libraries/LoggedInPlugin:LoggedInPlugin" -> "//Pods:RIBs";
"//Libraries/LoggedInPluginPoint:LoggedInPluginPoint" [style=filled,color="#D6D3F5"];
"//Libraries/LoggedInPluginPoint:LoggedInPluginPoint" -> "//Libraries/Models:Models";
"//Libraries/LoggedInPluginPoint:LoggedInPluginPoint" -> "//Libraries/ScoreSheet:ScoreSheet";
"//Libraries/LoggedInPluginPoint:LoggedInPluginPoint" -> "//Pods:NeedleFoundation";
"//Libraries/Models:Models" [style=filled,color="#D6D3F5"];
"//Libraries/Models:Models" -> "//Pods:RxRelay";
"//Libraries/Models:Models" -> "//Pods:RxSwift";
"//Libraries/ScoreSheet:BuildConfigurationScoreSheet" [style=filled,color="#8CBAB0"];
"//Libraries/ScoreSheet:ScoreSheet" [style=filled,color="#D6D3F5"];
"//Libraries/ScoreSheet:ScoreSheet" -> "//Libraries/LoggedInPlugin:LoggedInPlugin";
"//Libraries/ScoreSheet:ScoreSheet" -> "//Libraries/Models:Models";
"//Libraries/ScoreSheet:ScoreSheet" -> "//Libraries/ScoreSheet:BuildConfigurationScoreSheet";
"//Libraries/ScoreSheet:ScoreSheet" -> "//Pods:RxCocoa";
"//Libraries/ScoreSheet:ScoreSheet" -> "//Pods:RxSwift";
"//Libraries/ScoreSheet:ScoreSheet" -> "//Pods:SnapKit";
"//Libraries/TTTUtilties:TTTUtilties" [style=filled,color="#D6D3F5"];
"//Pods:NeedleFoundation" [style=filled,color="#D6D3F5"];
"//Pods:RIBs" [style=filled,color="#D6D3F5"];
"//Pods:RIBs" -> "//Pods:RxRelay";
"//Pods:RIBs" -> "//Pods:RxSwift";
"//Pods:RxCocoa" [style=filled,color="#D6D3F5"];
"//Pods:RxCocoa" -> "//Pods:RxRelay";
"//Pods:RxCocoa" -> "//Pods:RxSwift";
"//Pods:RxRelay" [style=filled,color="#D6D3F5"];
"//Pods:RxRelay" -> "//Pods:RxSwift";
"//Pods:RxSwift" [style=filled,color="#D6D3F5"];
"//Pods:SnapKit" [style=filled,color="#D6D3F5"];
}