Skip to content

Commit

Permalink
Merge pull request #924 from hieu9102002/master
Browse files Browse the repository at this point in the history
Add `expected_signature` support for `PBXFileReference`
  • Loading branch information
dnkoutso authored Jan 8, 2024
2 parents de61027 + 6bff07a commit 2328a50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

##### Enhancements

* None.
* Add `expected_signature support` for `PBXFileReference`.
[hieu9102002](https://github.com/hieu9102002)
[#924](https://github.com/CocoaPods/Xcodeproj/pull/924)

##### Bug Fixes

Expand Down
8 changes: 8 additions & 0 deletions lib/xcodeproj/project/object/file_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ class PBXFileReference < AbstractObject
#
attribute :line_ending, String

# @return [String] a string that specifies the signature of an external
# framework.
#
# @example
# `AppleDeveloperProgram:TEAM0ID1:Team name`
#
attribute :expected_signature, String

# @return [String] Comments associated with this file.
#
# @note This is apparently no longer used by Xcode.
Expand Down

0 comments on commit 2328a50

Please sign in to comment.