Skip to content

Commit 7162e33

Browse files
kkarlsen06claude
andcommitted
Fix Swift Package Manager deprecation warnings
Remove explicit name parameters from package declarations and update OCMock to use modern revision API syntax. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 913b400 commit 7162e33

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,21 @@ let package = Package(
4242
],
4343
dependencies: [
4444
.package(
45-
name: "AppAuth",
4645
url: "https://github.com/openid/AppAuth-iOS.git",
4746
from: "2.0.0"),
4847
.package(
49-
name: "AppCheck",
5048
url: "https://github.com/google/app-check.git",
5149
from: "11.0.0"),
5250
.package(
53-
name: "GTMAppAuth",
5451
url: "https://github.com/google/GTMAppAuth.git",
5552
from: "5.0.0"),
5653
.package(
57-
name: "GTMSessionFetcher",
5854
url: "https://github.com/google/gtm-session-fetcher.git",
5955
from: "3.3.0"),
6056
.package(
61-
name: "OCMock",
6257
url: "https://github.com/firebase/ocmock.git",
63-
.revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
58+
revision: "7291762d3551c5c7e31c49cce40a0e391a52e889"),
6459
.package(
65-
name: "GoogleUtilities",
6660
url: "https://github.com/google/GoogleUtilities.git",
6761
from: "8.0.0"),
6862
],

0 commit comments

Comments
 (0)