bazelbuild / tulsi

An Xcode Project Generator For Bazel
http://tulsi.bazel.build
Apache License 2.0
547 stars 123 forks source link

Update the Info.plist mtime of any embedded bundles after copying the… #374

Closed thii closed 2 years ago

thii commented 2 years ago

… Bazel build artifacts over to DerivedData. This matches Xcode behavior and more importantly prevents an issue on iOS 16 or newer devices where incrmeental installations fail due to delta bundles not having a bundle ID because they don't have an Info.plist.

PiperOrigin-RevId: 476908178 (cherry picked from commit fc3edc67433192d4742d80de49a6ffbb58e76d63)