File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ class FrontendServer: InjectionServer {
159
159
if let sdkPlatform: String = arg [ #"/([A-Za-z]+)[\d\.]+\.sdk$"# ] {
160
160
platform = sdkPlatform
161
161
}
162
- if arg. hasSuffix ( " .swift " ) {
162
+ if arg. hasSuffix ( " .swift " ) && args. last != " -F " &&
163
+ Fstat ( path: arg) ? . isDirectory != true {
163
164
swiftFiles += arg+ " \n "
164
165
} else if arg [ Recompiler . optionsToRemove] {
165
166
_ = feed. readString ( )
Original file line number Diff line number Diff line change 19
19
<key >CFBundleShortVersionString </key >
20
20
<string >$(MARKETING_VERSION) </string >
21
21
<key >CFBundleVersion </key >
22
- <string >10770 </string >
22
+ <string >10783 </string >
23
23
<key >LSApplicationCategoryType </key >
24
24
<string >public.app-category.developer-tools </string >
25
25
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ class MonitorXcode {
146
146
#endif
147
147
}
148
148
149
- if arg. hasSuffix ( " .swift " ) {
149
+ if arg. hasSuffix ( " .swift " ) && args. last != " -F " &&
150
+ Fstat ( path: arg) ? . isDirectory != true {
150
151
swiftFiles += arg+ " \n "
151
152
fileCount += 1
152
153
} else if arg == " -fsyntax-only " || arg == " -o " {
You can’t perform that action at this time.
0 commit comments