Skip to content

Commit

Permalink
Add path back
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorge committed Sep 11, 2023
1 parent fb8a601 commit 4933515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/xcodeproj/project/object/swift_package_local_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ module Object
class XCLocalSwiftPackageReference < AbstractObject
# @!group Attributes

# @return [String] the repository url this Swift package was installed from.
#
attribute :path, String

# @return [String] the repository path where the package is located relative
# to the Xcode project.
#
Expand Down

0 comments on commit 4933515

Please sign in to comment.