-
Notifications
You must be signed in to change notification settings - Fork 295
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
Xcode 12.5 - Fix SPM binary dependency explicit requirement #636
Merged
Merged
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a80f3dc
Move PPRiskMagnes and KountDataCollector to be targets of the PayPalD…
6d39c33
Keep KountDataCollector & PPRiskMagnes product libraries to maintain …
19e3b3f
Remove KountDataCollector and PPRiskMagnes public product libraries
388f242
Update README, SPM guide, and remove image asset
3ccc164
Update SPMTest sample app to no longer explicitly require PPRiskMagne…
45cf626
Update CHANGELOG
4ca816e
Bump GH actions to use xcode 12.5
8968262
Bump MacOS version in GH actions workflows to be 11.2
4117960
Update GH actions workflows to use MacOS 11.0; 11.2 isn't yet avilabl…
781e1ff
Remove SPMTest app Build post-action to remove duplicate Kount.a
f2c07c5
Update XCode version in release.yml
fb54f2f
Merge branch 'master' into spm-binary-fix-xcode12-5
8f13374
Merge branch 'master' into spm-binary-fix-xcode12-5
6c9ffe9
Merge branch 'master' into spm-binary-fix-xcode12-5
3d73438
Update SPMTest app to use CardinalMobile.xcframework
sestevens 313ab30
Update Package.swift to remove explicit CardinalMobile library requir…
sestevens b1b9513
Update SPMTest app to no longer need CardinalMobile library explicitly
sestevens 3865ef0
Update GH Actions yml files to revert to using Xcode12.4 (and older O…
sestevens c2d2c4b
Remove archive step from SPMTest app build command
c2a7a4c
Re-add code signing details in SPM build command
6ebfadf
Try GH Actions CI with MacOS11 & XCode12.5
8fa3631
Merge branch 'master' into spm-binary-fix-xcode12-5
f44df27
Add archive back to github actions SPM build and archive step
65c9e5f
Add back workarounds for older SDK versions to SWIFT_PACKAGE_MANAGER.md
8fc34b5
Clarify README & SPM guide instructions
ae79f18
Fixup - merge commit accidentally duplicated XCode fetch step in rele…
b75e663
Fixup - CHANGELOG
697a792
fixup - clarify Braintree versions required for each SPM instruction …
9c6ac12
Re-add kount_post_action.png image for README instructions
014cad0
Fix .md link typo
sarahkoop b092849
PR feedback
7338b1a
Merge branch 'master' into spm-binary-fix-xcode12-5
scannillo f57b5c3
Update CHANGELOG.md
scannillo 88c7d5d
Update CHANGELOG.md
scannillo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Might be nice to group both of these under
Swift Package Manager
.Also, maybe we should add a note in the changelog calling out that merchants using SPM can delete the Kount run script and remove the explicit dependencies on
KountDataCollector
andPPRiskMagnes
?And shouldn't
CardinalMobile
be listed here too?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.
Good callouts - I made an update, let me know what you think!
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.
Looks good!