Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: iOS port #171

Open
amsam0 opened this issue Sep 2, 2023 · 2 comments
Open

[Enhancement]: iOS port #171

amsam0 opened this issue Sep 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@amsam0
Copy link

amsam0 commented Sep 2, 2023

Describe Your Request

The native Discord client on iOS uses a lot of battery and more disk space than what should be needed. It also doesn’t really look native to iOS.

Since Swiftcord is written in SwiftUI, it should be possible to port it to iOS and iPadOS. It might not be allowed on the App Store, but it could be made available through SideStore (and SideStore Connect, once that is ready for use).

It may take more work to port it to iPhones, since a mobile layout would need to be added.

Category

Other

Other Category

Supported Platforms

Screenshots

No response

@amsam0 amsam0 added the enhancement New feature or request label Sep 2, 2023
@12944qwerty
Copy link
Contributor

I'm planning on doing this when swiftcord has more features

@cryptoAlgorithm
Copy link
Member

Thanks for the idea. I have attempted to add an iPad target early on, but although Swiftcord's interface is built in SwiftUI, we rely on a ton of other macOS APIs not present on iPadOS, making this quite a challenge. I forgot which APIs were unavailable exactly, but safe to say there was a sufficient quantity of them to cause me to drop the idea. I might consider this seriously in the future, but as for now, my main development priority is adding important features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants