Skip to content

Commit 3464d71

Browse files
committed
⬆️ Update to latest version of code generator
Signed-off-by: Peter Friese <[email protected]>
1 parent 134a846 commit 3464d71

File tree

5 files changed

+5926
-3103
lines changed

5 files changed

+5926
-3103
lines changed

Examples/FriendlyFlix/app/FriendlyFlixSDK/Package.swift

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,31 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "FriendlyFlixSDK",
8-
platforms: [
9-
.iOS(.v17),
10-
.macOS(.v14),
11-
.watchOS(.v10),
12-
.tvOS(.v17),
13-
],
14-
products: [
15-
.library(
16-
name: "FriendlyFlixSDK",
17-
targets: ["FriendlyFlixSDK"]
18-
),
19-
],
20-
dependencies: [
21-
.package(name: "FirebaseDataConnect", path: "../../../../"),
22-
23-
],
24-
targets: [
25-
.target(
26-
name: "FriendlyFlixSDK",
27-
dependencies: [
28-
.product(name: "FirebaseDataConnect", package: "FirebaseDataConnect"),
29-
],
30-
path: "Sources"
31-
),
32-
]
7+
name: "FriendlyFlixSDK",
8+
platforms: [
9+
.iOS(.v17),
10+
.macOS(.v14),
11+
.watchOS(.v10),
12+
.tvOS(.v17)
13+
],
14+
products: [
15+
.library(
16+
name: "FriendlyFlixSDK",
17+
targets: ["FriendlyFlixSDK"]),
18+
],
19+
dependencies: [
20+
21+
.package(url: "https://github.com/firebase/data-connect-ios-sdk", from: "11.3.0-beta"),
22+
23+
],
24+
targets: [
25+
.target(
26+
name: "FriendlyFlixSDK",
27+
dependencies: [
28+
.product(name:"FirebaseDataConnect", package:"data-connect-ios-sdk")
29+
],
30+
path: "Sources"
31+
)
32+
]
3333
)
34+

0 commit comments

Comments
 (0)