Skip to content

Commit

Permalink
Set time to Apple's default time
Browse files Browse the repository at this point in the history
This time is the time when the first iPhone should have been presented
to the world inApple's keynote 2007.

This time also fixes an issue with simctl that was not able to process
`12:00` for some reason…
  • Loading branch information
Blackjacx committed Mar 8, 2024
1 parent 1ea89d3 commit 5897e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/Shell/Simctl/Simctl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private extension Simctl {
}

static func _updateStatusBar(deviceId: String,
time: String = "12:00",
time: String = "09:41",
dataNetwork: DataNetwork = .wifi,
wifiMode: WifiMode = .active,
wifiBars: WifiBars = .three,
Expand Down

0 comments on commit 5897e99

Please sign in to comment.