mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
21
mobile/ios/Docs/Dependency Graphs/README.md
Normal file
21
mobile/ios/Docs/Dependency Graphs/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
Available Dependency Graphs
|
||||
===============
|
||||
|
||||
* `digraph-fxios` - a graph showing dependencies between the different targets in Firefox for iOS
|
||||
* `digraph-fxios-carthage` - a graph showing dependencies between Firefox for iOS targets and our Carthage Dependencies
|
||||
* `digraph-carthage-fxios` - a graph showing dependencies between our Carthage Dependencies and Firefox for iOS targets
|
||||
|
||||
Generating dependency graphs
|
||||
-----------
|
||||
|
||||
* Download [Graphviz](http://www.graphviz.org/Download_macos.php) or install via homebrew `brew install graphviz`
|
||||
* Open Graphviz.app
|
||||
* Import `.dot` file
|
||||
* Export as `jpg` or `pdf`
|
||||
|
||||
|
||||
Examples
|
||||
-----------
|
||||
|
||||
Here are some [examples](http://graphs.grevian.org/example) of more things you can do with Graphviz
|
||||
Loading…
Add table
Add a link
Reference in a new issue