Skip to content

Commit

Permalink
Update iOS deployment target to 14.0 in debug app project + podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Oct 16, 2023
1 parent 2c774c1 commit 83b635c
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 195 deletions.
2 changes: 1 addition & 1 deletion Debug App/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '14.0'
project 'Primer.io Debug App.xcodeproj'

target 'Debug App' do
Expand Down
10 changes: 5 additions & 5 deletions Debug App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ PODS:
- PrimerIPay88MYSDK (0.1.5)
- PrimerKlarnaSDK (1.0.4):
- KlarnaMobileSDK (= 2.2.2)
- PrimerSDK (2.17.5):
- PrimerSDK/Core (= 2.17.5)
- PrimerSDK/Core (2.17.5)
- PrimerSDK (2.17.6):
- PrimerSDK/Core (= 2.17.6)
- PrimerSDK/Core (2.17.6)

DEPENDENCIES:
- Primer3DS (~> 2.0.0)
Expand Down Expand Up @@ -39,8 +39,8 @@ SPEC CHECKSUMS:
Primer3DS: 109e46ed31726039b9fb0ee6e1a0948fda345b24
PrimerIPay88MYSDK: 347ecaaa7b484cf8f1fb19384393e31695fdc36b
PrimerKlarnaSDK: de4b8b8fda075e3e4ebbd4ab80bd141c76a30d85
PrimerSDK: 68ed0270e950874a7a23929bf86f66b132ba048c
PrimerSDK: b92b995c874a0880dc7d51887869b237a9d5cdb8

PODFILE CHECKSUM: 767fc2a30881175cd72482b91908fca025ea8bb9
PODFILE CHECKSUM: fb8855eb849317d0e1eb48e0ab81ee49830b4e01

COCOAPODS: 1.13.0
4 changes: 2 additions & 2 deletions Debug App/Pods/Local Podspecs/PrimerSDK.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Debug App/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83b635c

Please sign in to comment.