Skip to content

Commit 3a3592a

Browse files
committed
WIP
1 parent dac37fa commit 3a3592a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Examples/Showcase/Showcase/Controls.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ struct ControlsShowcase: View {
7474
#endif
7575
}
7676

77+
#if !targetEnvironment(macCatalyst)
7778
HStack {
7879
Slider(value: $sliderValue, in: 0...100)
7980
#if os(iOS)
@@ -97,6 +98,7 @@ struct ControlsShowcase: View {
9798
}
9899
#endif
99100
}
101+
#endif
100102

101103
HStack {
102104
Stepper(onIncrement: {}, onDecrement: {}) {

SwiftUIIntrospect.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/Tests.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
D5CEB5582E84304900A88BA3 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = D5CEB5572E84304900A88BA3 /* SwiftUIIntrospect */; };
11+
D5CEB6452E8431FB00A88BA3 /* Tests.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = D5CEB6442E8431FB00A88BA3 /* Tests.xctestplan */; };
1112
D5E04C312E842584006739F9 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = D5E04C302E842584006739F9 /* SwiftUIIntrospect */; };
1213
/* End PBXBuildFile section */
1314

@@ -23,6 +24,7 @@
2324

2425
/* Begin PBXFileReference section */
2526
D5CEB5502E84303E00A88BA3 /* TestFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TestFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
27+
D5CEB6442E8431FB00A88BA3 /* Tests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Tests.xctestplan; sourceTree = "<group>"; };
2628
D5E04C162E8424CD006739F9 /* TestsHostApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestsHostApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
2729
D5E04C262E84254D006739F9 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2830
/* End PBXFileReference section */
@@ -77,6 +79,7 @@
7779
children = (
7880
D5E04C182E8424CD006739F9 /* TestsHostApp */,
7981
D5E04C272E84254D006739F9 /* Tests */,
82+
D5CEB6442E8431FB00A88BA3 /* Tests.xctestplan */,
8083
D5CEB5512E84303E00A88BA3 /* TestFramework */,
8184
D5E04C2F2E842584006739F9 /* Frameworks */,
8285
D5E04C172E8424CD006739F9 /* Products */,
@@ -231,6 +234,7 @@
231234
isa = PBXResourcesBuildPhase;
232235
buildActionMask = 2147483647;
233236
files = (
237+
D5CEB6452E8431FB00A88BA3 /* Tests.xctestplan in Resources */,
234238
);
235239
runOnlyForDeploymentPostprocessing = 0;
236240
};

0 commit comments

Comments
 (0)