Skip to content

Commit

Permalink
chore: Test Xcode 14.3.1 SPM build (#829)
Browse files Browse the repository at this point in the history
* Use xcode 14 in spm workflow

* Update to 3ds sdk 14.3.1 fix branch to test fix

* Update to 3ds sdk 14.3.1 fix branch to test fix #2

* Update 3DS SDK to 2.3.1
  • Loading branch information
jnewc authored Mar 28, 2024
1 parent a4e5f8b commit 9ce9324
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: '15.1'
xcode-version: '14.3.1'
- name: Install SSH key
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 #v2.7.0
with:
Expand Down
4 changes: 2 additions & 2 deletions Debug App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- IQKeyboardManagerSwift (7.0.1)
- Primer3DS (2.3.0)
- Primer3DS (2.3.1)
- PrimerIPay88MYSDK (0.1.7)
- PrimerKlarnaSDK (1.1.0)
- PrimerNolPaySDK (1.0.1)
Expand Down Expand Up @@ -30,7 +30,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
IQKeyboardManagerSwift: 7f6b1b1d1497855d2beea7f2f10ffcc6978525b1
Primer3DS: c70e939120c0e37aa968f89ecb59d5add5497720
Primer3DS: 1caa7f7c764c9e94d5e122755ffc56343a771991
PrimerIPay88MYSDK: 436ee0be7e2c97e4e81456ccddee20175e9e3c4d
PrimerKlarnaSDK: 83e9a1357a7247bf8fa2836fc945cf97644d601d
PrimerNolPaySDK: 08b140ed39b378a0b33b4f8746544a402175c0cc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/primer-io/primer-sdk-3ds-ios",
"state": {
"branch": null,
"revision": "e1ec345543e1d7583dd574cecfb488b47b681936",
"version": "2.3.0"
"revision": "e400363648a3217501fffc283bc009e7919d782b",
"version": "2.3.1"
}
}
]
Expand Down

0 comments on commit 9ce9324

Please sign in to comment.