MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
505 stars 77 forks source link

Build LLDB `module_name` from directory and filename #2947

Closed polac24 closed 4 months ago

polac24 commented 4 months ago

Fixes #2946.

Xcode 15.3 doesn't expose __get_fullpath__ anymore so building that with a public API equivalent. Works on both old and newer Xcodes.

brentleyjones commented 4 months ago

You'll need to sign-off on your commit to pass the DCO check.

polac24 commented 4 months ago

Sorry, my bad, signed-off.

brentleyjones commented 4 months ago

Thanks!