Skip to content

Commit

Permalink
chore(ios): fix verify script (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 10, 2023
1 parent 41e70e4 commit d1545a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/ionic-team/capacitor6-spm-test.git",
"state" : {
"branch" : "main",
"revision" : "b2e3d8d3ae3b421e5a0b22fd2a32347b40d1ed32"
"revision" : "a486602d573c65b717d0a3de0035cd879caad30d"
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion app/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let package = Package(
path: "ios/Sources/AppPlugin"),
.testTarget(
name: "AppPluginTests",
dependencies: ["AppPlugin"])
dependencies: ["AppPlugin"],
path: "ios/Tests/AppPluginTests")
]
)
2 changes: 1 addition & 1 deletion haptics/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/ionic-team/capacitor6-spm-test.git",
"state" : {
"branch" : "main",
"revision" : "b2e3d8d3ae3b421e5a0b22fd2a32347b40d1ed32"
"revision" : "a486602d573c65b717d0a3de0035cd879caad30d"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion keyboard/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/ionic-team/capacitor6-spm-test.git",
"state" : {
"branch" : "main",
"revision" : "b2e3d8d3ae3b421e5a0b22fd2a32347b40d1ed32"
"revision" : "a486602d573c65b717d0a3de0035cd879caad30d"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion status-bar/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/ionic-team/capacitor6-spm-test.git",
"state" : {
"branch" : "main",
"revision" : "b2e3d8d3ae3b421e5a0b22fd2a32347b40d1ed32"
"revision" : "a486602d573c65b717d0a3de0035cd879caad30d"
}
}
],
Expand Down

0 comments on commit d1545a5

Please sign in to comment.