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: Sources/ModifierGenerator/Subcommands/DocumentationExtensions.swift
+14-20Lines changed: 14 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ extension ModifierGenerator {
16
16
staticletconfiguration=CommandConfiguration(abstract:"Output a list of the names of all available modifiers.")
17
17
18
18
@Option(
19
-
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-ios.swiftinterface`",
19
+
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface`",
Copy file name to clipboardExpand all lines: Sources/ModifierGenerator/Subcommands/List.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ extension ModifierGenerator {
9
9
staticletconfiguration=CommandConfiguration(abstract:"Output a list of the names of all available modifiers.")
10
10
11
11
@Option(
12
-
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-ios.swiftinterface`",
12
+
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface`",
Copy file name to clipboardExpand all lines: Sources/ModifierGenerator/Subcommands/Schema.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ extension ModifierGenerator {
9
9
staticletconfiguration=CommandConfiguration(abstract:"Generate a `stylesheet-language.json` file compatible with the VS Code extension.")
10
10
11
11
@Option(
12
-
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-ios.swiftinterface`",
12
+
help:"The `.swiftinterface` file from `/Applications/Xcode.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface`",
defpgenerate_modifier_documentation_extensions(xcode_path),do: ~c(xcrun swift run ModifierGenerator documentation-extensions --interface "#{Path.join(xcode_path,@swiftui_interface_path)}" --output Sources/LiveViewNative/LiveViewNative.docc/DocumentationExtensions)
12
12
@generate_documentation_extensions~c(xcrun swift package plugin --allow-writing-to-package-directory generate-documentation-extensions)
13
13
defpmodifier_list(xcode_path),do: ~s(xcrun swift run ModifierGenerator list --interface "#{Path.join(xcode_path,@swiftui_interface_path)}" --modifier-search-path Sources/LiveViewNative/Stylesheets/Modifiers)
0 commit comments