Skip to content

Commit

Permalink
Update AppBoy SDK package to use braze url (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHoldom authored Jan 12, 2022
1 parent 7ef7f98 commit 50322cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
url: "https://github.com/mParticle/mparticle-apple-sdk",
.upToNextMajor(from: "8.0.0")),
.package(name: "Appboy_iOS_SDK",
url: "https://github.com/Appboy/appboy-ios-sdk",
url: "https://github.com/braze-inc/braze-ios-sdk",
.upToNextMajor(from: "4.0.0")),
],
targets: [
Expand Down

0 comments on commit 50322cc

Please sign in to comment.