-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rsmith/support swift #74
Conversation
isa = XCRemoteSwiftPackageReference; | ||
repositoryURL = "https://github.com/attentive-mobile/attentive-ios-sdk"; | ||
requirement = { | ||
branch = "rsmith/support-swift"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will adapt this to be main in a new PR with version specified once this is merged
"package": "ATTNSDKFramework", | ||
"repositoryURL": "https://github.com/attentive-mobile/attentive-ios-sdk", | ||
"state": { | ||
"branch": "rsmith/support-swift", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will adapt this to be main once this PR is merged
targets: ["ExampleSwift"]), | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", .branch("rsmith/support-swift")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will adapt this to point to main once this PR is merged
Adds Package.swift files in order to support users using our app via SPM (Swift Package Manager) instead of cocoapods
Additionally, updates our ExampleSwift app to depend on the SDK via SPM in order to ensure the e2e experience works as expected for users.