Skip to content

Commit

Permalink
Merge pull request #325 from CocoaPods/its_4
Browse files Browse the repository at this point in the history
Update integration specs
  • Loading branch information
dnkoutso committed Aug 12, 2021
2 parents 2f625af + 1cc9997 commit 67797e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -111,7 +111,7 @@ install_xcframework() {
local basepath="$1"
local name="$2"
local package_type="$3"
local paths=("${@:3}")
local paths=("${@:4}")

# Locate the correct slice of the .xcframework for the current architectures
select_slice "${paths[@]}"
Expand Down
Expand Up @@ -111,7 +111,7 @@ install_xcframework() {
local basepath="$1"
local name="$2"
local package_type="$3"
local paths=("${@:3}")
local paths=("${@:4}")

# Locate the correct slice of the .xcframework for the current architectures
select_slice "${paths[@]}"
Expand Down
Expand Up @@ -111,7 +111,7 @@ install_xcframework() {
local basepath="$1"
local name="$2"
local package_type="$3"
local paths=("${@:3}")
local paths=("${@:4}")

# Locate the correct slice of the .xcframework for the current architectures
select_slice "${paths[@]}"
Expand Down

0 comments on commit 67797e0

Please sign in to comment.