Skip to content

Commit

Permalink
Release 1.2.0 for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanfalvikl committed Jun 20, 2019
1 parent e9439fc commit b15749e
Show file tree
Hide file tree
Showing 16 changed files with 376 additions and 61 deletions.
2 changes: 1 addition & 1 deletion KlarnaMobileSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlarnaMobileSDK"
s.version = "1.1.1"
s.version = "1.2.0"
s.summary = "Klarna Mobile SDK for iOS"
s.description = <<-DESC
Klarna Mobile SDK for iOS apps.
Expand Down
426 changes: 370 additions & 56 deletions ios/KlarnaMobileSDK.framework/Headers/KlarnaMobileSDK-Swift.h

Large diffs are not rendered by default.

Binary file modified ios/KlarnaMobileSDK.framework/Info.plist
Binary file not shown.
Binary file modified ios/KlarnaMobileSDK.framework/KlarnaMobileSDK
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/KlarnaMobileSDK.framework/PaymentsWrapper.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ios/KlarnaMobileSDK.framework/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"meta": {
"version": "v0.2.0-4110b48d2a9",
"version": "v0.3.2-c0d8829490d",
"updated": "2019-06-20T14:44:57.406Z",
"schema": "v1"
},
"configuration": {
Expand Down Expand Up @@ -29,10 +30,10 @@
},
"prod-endpoint-url": {
"scheme": "https",
"host": "evt.not-really-klarna.com",
"host": "evt.klarna.com",
"path": "/v1/mobile-sdk/klarna-mobile-sdk"
},
"level": "error"
"level": "info"
},
"dev-data": {
"test-endpoint-url": {
Expand Down

0 comments on commit b15749e

Please sign in to comment.