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: RocketSimFeatures.playground/Contents.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,14 @@ let features: [Feature] = [
46
46
.init(githubIssueID:"282", title:"Allow to search Quick Actions", description:"Filter long lists by searching for a query", status:.implemented),
47
47
.init(githubIssueID:"357", title:"Clipboard copy to/from buttons", description:"Sync the clipboard between your Mac and the Simulator by using copy from/to buttons", status:.implemented),
48
48
.init(githubIssueID:"179", title:"Display HTTP Traffic", description:"Show HTTP Traffic directly next to the Simulator", status:.implemented),
49
+
.init(githubIssueID:"564", title:"Allow copy pasting lat/long values", description:"In addition to specific locations, the option to specify a latitude and longitude.", status:.implemented),
50
+
.init(githubIssueID:"283b", title:"Network Link Conditioner", description:"Apart from Airplane mode, allow to only slow down the network connection for a specific Simulator app w/o influencing your Mac's connection", status:.implemented),
49
51
50
52
/// Planned
51
53
.init(githubIssueID:"368", title:"Show Magnifier boundaries", description:"Show a square around the zoomed section on top of the Simulator screen for easier coordination", status:.planned),
.init(githubIssueID:"347", title:"Username/Password Quick Action", description:"Allow to fill in account details inside a email/password textfield via a Quick Action.", status:.planned),
54
56
.init(githubIssueID:"345", title:"User Defaults Actions", description:"Add custom bundle identifier-based actions that modify user defaults for your application. Possible replacement to in-app debug views.", status:.planned),
55
-
.init(githubIssueID:"283b", title:"Network Link Conditioner", description:"Apart from Airplane mode, allow to only slow down the network connection for a specific Simulator app w/o influencing your Mac's connection", status:.implemented),
56
57
.init(githubIssueID:"311", title:"Show debugger logs", description:"Show OSLog-based debugger logs next to the simulator with filters for levels like debug, info, and error", status:.planned),
57
58
.init(githubIssueID:"289", title:"Add a wallpaper and padding to screenshots", description:"Beautify screenshots with a gradient background and extra padding", status:.planned),
58
59
.init(githubIssueID:"280", title:"Resize screenshots", description:"Allow resizing the output screenshot to reduce size and resolution", status:.planned),
@@ -79,8 +80,7 @@ let features: [Feature] = [
79
80
.init(githubIssueID:"374", title:"Grant/Revoke HealthKit permissions", description:"Adding HealthKit permissions to the other existing permission revoke, grant, reset actions.", status:.planned),
80
81
.init(githubIssueID:"561", title:"Reset Kechain action", description:"Allow resetting the keychain without completely resetting the Simulator.", status:.planned),
81
82
.init(githubIssueID:"607", title:"Simulator Camera", description:"Use your Mac's camera as input for the Simulator camera to allow testing camera functionality in the Simulator.", status:.planned),
82
-
.init(githubIssueID:"606", title:"Directory Actions", description:"Create deeplinks for app directories. For example, open .app/caches/db.sqlite with a single click.", status:.planned),
83
-
.init(githubIssueID:"564", title:"Allow copy pasting lat/long values", description:"In addition to specific locations, the option to specify a latitude and longitude.", status:.planned)
83
+
.init(githubIssueID:"606", title:"Directory Actions", description:"Create deeplinks for app directories. For example, open .app/caches/db.sqlite with a single click.", status:.planned)
Copy file name to clipboardExpand all lines: docs/rocketsim_features.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,20 @@
111
111
"status" : "Implemented",
112
112
"title" : "Display HTTP Traffic"
113
113
},
114
+
{
115
+
"description" : "In addition to specific locations, the option to specify a latitude and longitude.",
116
+
"id" : "564",
117
+
"isFinished" : true,
118
+
"status" : "Implemented",
119
+
"title" : "Allow copy pasting lat\/long values"
120
+
},
121
+
{
122
+
"description" : "Apart from Airplane mode, allow to only slow down the network connection for a specific Simulator app w\/o influencing your Mac's connection",
123
+
"id" : "283b",
124
+
"isFinished" : true,
125
+
"status" : "Implemented",
126
+
"title" : "Network Link Conditioner"
127
+
},
114
128
{
115
129
"description" : "Show a square around the zoomed section on top of the Simulator screen for easier coordination",
116
130
"id" : "368",
@@ -139,13 +153,6 @@
139
153
"status" : "Planned",
140
154
"title" : "User Defaults Actions"
141
155
},
142
-
{
143
-
"description" : "Apart from Airplane mode, allow to only slow down the network connection for a specific Simulator app w\/o influencing your Mac's connection",
144
-
"id" : "283b",
145
-
"isFinished" : true,
146
-
"status" : "Implemented",
147
-
"title" : "Network Link Conditioner"
148
-
},
149
156
{
150
157
"description" : "Show OSLog-based debugger logs next to the simulator with filters for levels like debug, info, and error",
151
158
"id" : "311",
@@ -334,12 +341,5 @@
334
341
"isFinished" : false,
335
342
"status" : "Planned",
336
343
"title" : "Directory Actions"
337
-
},
338
-
{
339
-
"description" : "In addition to specific locations, the option to specify a latitude and longitude.",
0 commit comments