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
Tartelet hardcodes the Server and API URLs to GitHub.com. It would be nice if these could be overridden in settings to support GitHub Enterprise and Enterprise cloud.
The text was updated successfully, but these errors were encountered:
I tried to do this locally. I was able to get around signing issues by changing the Bundle Identifier, then ran into issues with keychain access, but will keep it on the radar.
I tried to do this locally. I was able to get around signing issues by changing the Bundle Identifier, then ran into issues with keychain access, but will keep it on the radar.
artelet is awesome. Nice work!
Regarding the keychain issue, did you also update the keychain implementation in CompositionRoot.swift (here)? At the moment it has hardcoded the value, after updating it I was able to have the project running without issues
Hi! 👋
If you are still interested I've opened a (very much) draft PR (#53) that should work. You are welcome to test it, but you will need to compile your own Tartelet version.
Let me know if it works!
Tartelet hardcodes the Server and API URLs to GitHub.com. It would be nice if these could be overridden in settings to support GitHub Enterprise and Enterprise cloud.
The text was updated successfully, but these errors were encountered: