Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 29, 2021
1 parent 3e1b027 commit c1150a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods/sandbox/file_accessor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def resource_bundle_files
resource_bundles.values.flatten
end

# @return [Hash{String => Pathname>}] The paths of the on demand resources specified
# @return [Hash{String => Array<Pathname>}] The paths of the on demand resources specified
# keyed by their tag.
#
def on_demand_resources
Expand All @@ -337,7 +337,7 @@ def prefix_header
end
end

# @return [Pathname] The path of the auto-detected README file.
# @return [Pathname, nil] The path of the auto-detected README file.
#
def readme
path_list.glob([GLOB_PATTERNS[:readme]]).first
Expand Down

0 comments on commit c1150a9

Please sign in to comment.