bazelbuild / rules_apple

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

Fix apple_xcframework framework plist generated for invalid platform #2525

Closed zavsby closed 2 months ago

zavsby commented 2 months ago

Fixing issue #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.

google-cla[bot] commented 2 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.