bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
509 stars 264 forks source link

Fix apple_xcframework framework plist generated for invalid platform #2526

Open zavsby opened 2 weeks ago

zavsby commented 2 weeks ago

Fixing issue https://github.com/bazelbuild/rules_apple/issues/2524: using apple_xcframework to generate a xcframework for ios (arm64 + arm64 simulator), Info.plist for frameworks is always generated same for simulator and device with same values in CFBundleSupportedPlatforms, DTPlatformName and DTSDKName.