Why is the iOS-module “allshared” called allshared...
# touchlab-tools
f
Why is the iOS-module “allshared” called allshared? I mean, it’s iOS only…
k
From where?
f
Ah, sorry. The “KMMBridge with SKIE” lib template. Totally irrelevant though, apart from that I had to look twice to understand that this module is only used on iOS.
k
"allshared" as in "all of the modules". Android accesses them individually. I don't like "umbrella" as it means something else technically in the context of Xcode frameworks, or at least it used to.
👍 1
f
I now use iosshortlibname as module name in the lib, and expose it with frameworkId
LibnameCamelCase
, as I believe is the standard for SwiftPM.