Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from fiskaly/upgrade-client-v1.1.600
Browse files Browse the repository at this point in the history
Bump Client Version To v1.1.600
  • Loading branch information
Benjamin Müllner authored May 27, 2020
2 parents 12632bd + 0b524c8 commit 3078921
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://storage.googleapis.com/fiskaly-cdn/clients/com.fiskaly.client-ios-all-v1.1.500.carthage.json" == 1.1.500
binary "https://storage.googleapis.com/fiskaly-cdn/clients/com.fiskaly.client-ios-all-v1.1.600.carthage.json" == 1.1.600
4 changes: 2 additions & 2 deletions FiskalySDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 1.1.500;
MARKETING_VERSION = 1.1.600;
PRODUCT_BUNDLE_IDENTIFIER = com.fiskaly.FiskalySDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -450,7 +450,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 1.1.500;
MARKETING_VERSION = 1.1.600;
PRODUCT_BUNDLE_IDENTIFIER = com.fiskaly.FiskalySDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion FiskalySDK/FiskalyHttpClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class FiskalyHttpClient {
"api_key": apiKey,
"api_secret": apiSecret,
"base_url": baseUrl,
"sdk_version": "iOS SDK 1.1.500"
"sdk_version": "iOS SDK 1.1.600"
]

let request = JsonRpcRequest(method: "create-context", params: contextRequestParams)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The fiskaly SDK includes an HTTP client that is needed<sup>[1](#fn1)</sup> for a
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate the fiskaly SDK into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "fiskaly/fiskaly-sdk-swift" "master"
github "fiskaly/fiskaly-sdk-swift" ~> 1.1.600
```

Run the following command to fetch the SDKs source code and build the `FiskalySDK.framework`:
Expand Down

0 comments on commit 3078921

Please sign in to comment.