You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,6 @@ this avoids including any binary files into your project.
83
83
84
84
7. Repeat point 3 and 4 for every target in your project
85
85
86
-
87
-
88
-
89
86
At every build, the generated file will update automatically and there's no need
90
87
to do anything.
91
88
@@ -111,7 +108,7 @@ You can add these options to customize R.objc behaviour:
111
108
112
109
- `-p` (or `--path`): **MANDATORY** path to the root of the project or from where you want the scan to begin
113
110
114
-
- `-e` (or `--excluded`): excluded dir path; all dirs within this path will be excluded; you can use `-e` option more than once
111
+
- `-e` (or `--excluded`): excluded dir path; all dirs within this path will be excluded; you can use `-e` option more than once, e.g. `-e $(SRCROOT)/Pods` `-e $(SRCROOT)/Carthage`
115
112
116
113
- `-v` (or `--verbose`): verbose logging
117
114
@@ -123,7 +120,7 @@ You can add these options to customize R.objc behaviour:
123
120
124
121
- `--skip-images`: jump the images step
125
122
126
-
- `--skip-themes`: jump the themes step
123
+
- `--skip-themes`: jump the themes step. Use this to avoid Giotto import error
127
124
128
125
- `--skip-storyboards`: jump the storyboards step
129
126
@@ -209,7 +206,15 @@ Example:
209
206
R.theme.constants.COLOR_TEXT_LIGHT // reference to a constant in the theme
0 commit comments