IceCubesApp/Packages
Yasura Dodo e3f7eb31e4
Fix a crash bug at Client.makeURL (#1601)
The crash will happen when you type something unexpected instance URL.

Example
```swift
let server = "mstdn.jp/"

var components = URLComponents()
components.scheme = "https"
components.host = server
components.path = "/api/v1/instance"
components.url! // 💥 error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x18c986650).
```
2023-10-02 09:31:59 +02:00
..
Account UserPreferences -> Observable 2023-09-19 09:18:20 +02:00
AppAccount Remove legacy migrations 2023-10-01 09:48:27 +02:00
Conversations Remove legacy migrations 2023-10-01 09:48:27 +02:00
DesignSystem Automatically remove spaces in server names (#1600) 2023-10-01 09:37:09 +02:00
Env Fix a crash bug at Client.makeURL (#1601) 2023-10-02 09:31:59 +02:00
Explore Automatically remove spaces in server names (#1600) 2023-10-01 09:37:09 +02:00
Lists Convert Theme to Observable 2023-09-18 21:03:52 +02:00
Models Remove legacy migrations 2023-10-01 09:48:27 +02:00
Network Fix a crash bug at Client.makeURL (#1601) 2023-10-02 09:31:59 +02:00
Notifications Revert "Switch to iOS 17 inspector" 2023-09-22 22:39:35 +02:00
Status Remove legacy migrations 2023-10-01 09:48:27 +02:00
Timeline format 2023-10-01 09:37:37 +02:00