SirSeim / bakus-app-apple

🍎 App for Dionysus
MIT License
2 stars 0 forks source link

Password auto-fill correctly #11

Closed SirSeim closed 1 year ago

SirSeim commented 1 year ago

Password auto-fill doesn't work correctly right now because the app does not mention what domain it is being associated with. If that can be figured out, then 1Password and native auto-fill should be able to surface the correct account info. The account info would be the same as the admin interface.

This work should not be done until SirSeim/dionysus-service#39 is either done or decided not to be done.

Ideas:

ladyseim commented 1 year ago

This will be so helpful!

SirSeim commented 1 year ago

Turns out that Swift Playgrounds does not let you add the necessary Capabilities to the app to allow Domain Association. Even opening the Swift Playgrounds project in Xcode does not expose the configuration. The list of Capabilities presented is the same as in Swift Playgrounds.

As such, the only way to get this Domain Association Capability added to the app is to recreate it in a purely Xcode project.

Quite unfortunate that the iPad coding capability and clean Swift Playgrounds interface won't be able to be used anymore, but this will likely keep being a problem as the app gets more mature and needs more Xcode specific functionality.