CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.32k stars 452 forks source link

Add `expected_signature` support for `PBXFileReference` #924

Closed hieu9102002 closed 6 months ago

hieu9102002 commented 8 months ago

Trivially adds Expected signature support to PBX File Reference. This option is apparently only available to xcframeworks references.

Documentation: https://developer.apple.com/documentation/Xcode/verifying-the-origin-of-your-xcframeworks

Mentioned in #906 with a real example.

hieu9102002 commented 7 months ago

cc: @dnkoutso , just wanted to loop you in since you are a maintainer of this project.

rmmmmm41 commented 6 months ago

@hieu9102002 Hello, I have encountered this issue too. I want to ask if there will be any serious consequences if we ignore this bug.

rmmmmm41 commented 6 months ago

During the build process, my program currently seems to have no abnormalities

Footpad commented 6 months ago

@dnkoutso could we get this merged? Xcode 15 is now expecting to be able to have these signatures and it's blocking our builds.