crumpf
08/29/2022, 2:50 PMimport org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
) to generate xcframeworks for iOS following the documentation. However, it looks like it only assigns the metadata in the xcframework's info.plist for the bundle's name. Is there an automated way to be able to assign other metadata values in the plist like CFBundleVersion
and MinimumOSVersion
?hfhbd
08/29/2022, 3:57 PM