Skip to content

Commit

Permalink
Fixes package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
spookyd committed Jun 1, 2023
1 parent c913496 commit 1977b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.build/
Packages/
.swiftpm/
Package.resolved

## User settings
xcuserdata/
Expand All @@ -28,4 +29,4 @@ DerivedData/
!default.perspectivev3

## Gcc Patch
/*.gcno
/*.gcno
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ let package = Package(
.package(url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support.git",
.upToNextMajor(from: "0.5.0")),
.package(url: "https://github.com/loopsocial/firework_ios_sdk_google_ima_support.git",
.upToNextMajor(from: "0.3.0"))
.package(url: "https://github.com/loopsocial/firework_ios_sdk_gam_support.git",
.upToNextMajor(from: "0.3.0")),
.package(url: "https://github.com/loopsocial/firework_ios_sdk_gam_support.git",
.upToNextMajor(from: "0.3.0"))
],
targets: [
.binaryTarget(name: "FireworkVideo",
Expand Down

0 comments on commit 1977b15

Please sign in to comment.