Skip to content

Commit b7dcddb

Browse files
committed
Update Roadmap features
1 parent 8a0beb5 commit b7dcddb

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

RocketSimFeatures.playground/Contents.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ let features: [Feature] = [
4646
.init(githubIssueID: "282", title: "Allow to search Quick Actions", description: "Filter long lists by searching for a query", status: .implemented),
4747
.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),
4848
.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),
4951

5052
/// Planned
5153
.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),
5254
.init(githubIssueID: "370", title: "SwiftData Visual Viewer & Editor", description: "Explore and edit SwiftData databases.", status: .planned),
5355
.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),
5456
.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),
5657
.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),
5758
.init(githubIssueID: "289", title: "Add a wallpaper and padding to screenshots", description: "Beautify screenshots with a gradient background and extra padding", status: .planned),
5859
.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] = [
7980
.init(githubIssueID: "374", title: "Grant/Revoke HealthKit permissions", description: "Adding HealthKit permissions to the other existing permission revoke, grant, reset actions.", status: .planned),
8081
.init(githubIssueID: "561", title: "Reset Kechain action", description: "Allow resetting the keychain without completely resetting the Simulator.", status: .planned),
8182
.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)
8484
]
8585

8686
assert(Set(features.map(\.githubIssueID)).count == features.count, "Duplicate IDs exist!")

docs/rocketsim_features.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@
111111
"status" : "Implemented",
112112
"title" : "Display HTTP Traffic"
113113
},
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+
},
114128
{
115129
"description" : "Show a square around the zoomed section on top of the Simulator screen for easier coordination",
116130
"id" : "368",
@@ -139,13 +153,6 @@
139153
"status" : "Planned",
140154
"title" : "User Defaults Actions"
141155
},
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-
},
149156
{
150157
"description" : "Show OSLog-based debugger logs next to the simulator with filters for levels like debug, info, and error",
151158
"id" : "311",
@@ -334,12 +341,5 @@
334341
"isFinished" : false,
335342
"status" : "Planned",
336343
"title" : "Directory Actions"
337-
},
338-
{
339-
"description" : "In addition to specific locations, the option to specify a latitude and longitude.",
340-
"id" : "564",
341-
"isFinished" : false,
342-
"status" : "Planned",
343-
"title" : "Allow copy pasting lat\/long values"
344344
}
345345
]

0 commit comments

Comments
 (0)