rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
362 stars 18 forks source link

[Request] Support both Swift and ObjC #40

Closed ghost closed 11 months ago

ghost commented 11 months ago

Hi there,

I've tried Arkana recently, and it seems to support only Swift. I considered writing an Obj-C wrapper, but it's impractical since the number of Keys is dynamic, I have to update the Obj-C wrapper every time when the number of Keys changes.

So I'd like to request an improvement that the generated codes support both Swift and ObjC.

rogerluan commented 11 months ago

Hi @nelson-dai-17Live 👋

I appreciate your input, but I don't plan to add Objective-C support to Arkana. Sorry.

If you're keen, you can try https://github.com/orta/cocoapods-keys, which I know supports Objective-C, but it doesn't support SPMs (if you want to use them).

I hope this helps!