Skip to content

Commit 3716e41

Browse files
philipphofmannbrustolin
authored andcommitted
feat: UI event transactions for clicks (#1784)
Creates transactions when the user clicks an UIButton, UISegmentedControl, UIBarButtonItem, or UIPageControl. Co-authored-by: Dhiogo Brustolin <[email protected]>
1 parent b9e6798 commit 3716e41

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

Samples/watchOS-Swift/watchOS-Swift.xcodeproj/xcshareddata/xcschemes/watchOS-Swift WatchKit App.xcscheme

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,46 @@
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES">
57-
<BuildableProductRunnable
58-
runnableDebuggingMode = "0">
57+
<RemoteRunnable
58+
runnableDebuggingMode = "2"
59+
BundleIdentifier = "com.apple.Carousel"
60+
RemotePath = "/watchOS-Swift WatchKit App">
5961
<BuildableReference
6062
BuildableIdentifier = "primary"
6163
BlueprintIdentifier = "7B82C48224C98A93002CA6D1"
6264
BuildableName = "watchOS-Swift WatchKit App.app"
6365
BlueprintName = "watchOS-Swift WatchKit App"
6466
ReferencedContainer = "container:watchOS-Swift.xcodeproj">
6567
</BuildableReference>
66-
</BuildableProductRunnable>
68+
</RemoteRunnable>
6769
</LaunchAction>
6870
<ProfileAction
6971
buildConfiguration = "Release"
7072
shouldUseLaunchSchemeArgsEnv = "YES"
7173
savedToolIdentifier = ""
7274
useCustomWorkingDirectory = "NO"
7375
debugDocumentVersioning = "YES">
74-
<BuildableProductRunnable
75-
runnableDebuggingMode = "0">
76+
<RemoteRunnable
77+
runnableDebuggingMode = "2"
78+
BundleIdentifier = "com.apple.Carousel"
79+
RemotePath = "/watchOS-Swift WatchKit App">
7680
<BuildableReference
7781
BuildableIdentifier = "primary"
7882
BlueprintIdentifier = "7B82C48224C98A93002CA6D1"
7983
BuildableName = "watchOS-Swift WatchKit App.app"
8084
BlueprintName = "watchOS-Swift WatchKit App"
8185
ReferencedContainer = "container:watchOS-Swift.xcodeproj">
8286
</BuildableReference>
83-
</BuildableProductRunnable>
87+
</RemoteRunnable>
88+
<MacroExpansion>
89+
<BuildableReference
90+
BuildableIdentifier = "primary"
91+
BlueprintIdentifier = "7B82C48224C98A93002CA6D1"
92+
BuildableName = "watchOS-Swift WatchKit App.app"
93+
BlueprintName = "watchOS-Swift WatchKit App"
94+
ReferencedContainer = "container:watchOS-Swift.xcodeproj">
95+
</BuildableReference>
96+
</MacroExpansion>
8497
</ProfileAction>
8598
<AnalyzeAction
8699
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)