Skip to content

Commit

Permalink
Merge pull request #78 from attentive-mobile/rsmith/fix-swift-dependency
Browse files Browse the repository at this point in the history
Rsmith/fix swift dependency
  • Loading branch information
rsmith-attentive authored Feb 21, 2024
2 parents cd9444f + 9bb68b2 commit b5cfef1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ExampleSwift/ExampleSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/attentive-mobile/attentive-ios-sdk";
requirement = {
branch = "rsmith/support-swift";
branch = main;
kind = branch;
};
};
Expand Down
4 changes: 2 additions & 2 deletions ExampleSwift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"package": "ATTNSDKFramework",
"repositoryURL": "https://github.com/attentive-mobile/attentive-ios-sdk",
"state": {
"branch": "rsmith/support-swift",
"revision": "0bf29e1001e180c0b84fe8e2bd350de7232a8346",
"branch": "main",
"revision": "cd9444f06c940efb6439044c3da6170c906d7a58",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion ExampleSwift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["ExampleSwift"]),
],
dependencies: [
.package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", .branch("rsmith/support-swift"))
.package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", .branch("main"))
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/attentive-mobile/attentive-ios-sdk",
"state" : {
"branch" : "rsmith/support-swift",
"revision" : "0bf29e1001e180c0b84fe8e2bd350de7232a8346"
"branch" : "main",
"revision" : "cd9444f06c940efb6439044c3da6170c906d7a58"
}
}
],
Expand Down

0 comments on commit b5cfef1

Please sign in to comment.