Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Oct 7, 2021
1 parent b85526e commit 53ca0ff
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### NEXT_VERSION_DESCRIPTION_BEGIN
### NEXT_VERSION_DESCRIPTION_END

## [2.0.1] (07-10-2021)

* Update Functional swift dependency

## [2.0.0] (07-09-2021)

* Обьновлены версии ios deployment target = 10.0, watchos deployment target = 3.0
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "yoomoney/functional-swift.git" ~> 1.6
github "yoomoney/functional-swift.git" ~> 1.7.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "yoomoney/functional-swift" "1.7.1"
github "yoomoney/functional-swift" "1.7.3"
2 changes: 1 addition & 1 deletion YooMoneyCoreApi-watchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
10 changes: 7 additions & 3 deletions YooMoneyCoreApi.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'YooMoneyCoreApi'
spec.version = '2.0.0'
spec.version = '2.0.1'
spec.homepage = 'https://github.com/yoomoney/yoomoney-core-api-swift'
spec.license = {
:type => "MIT",
:file => "LICENSE"
}
spec.authors = 'YooMoney'
spec.summary = 'YooMoney Core API library'
spec.source = { :git => "https://github.com/yoomoney/yoomoney-core-api-swift.git", :tag => "2.0.0" }
spec.source = { :git => "https://github.com/yoomoney/yoomoney-core-api-swift.git", :tag => "2.0.1" }
spec.module_name = 'YooMoneyCoreApi'

spec.ios.deployment_target = '10.0'
Expand All @@ -18,5 +18,9 @@ Pod::Spec.new do |spec|

spec.source_files = 'YooMoneyCoreApi/**/*.swift'

spec.dependency 'FunctionalSwift', '~> 1.6'
spec.xcconfig = {
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}

spec.dependency 'FunctionalSwift', '~> 1.7.3'
end
24 changes: 18 additions & 6 deletions YooMoneyCoreApi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
/* Begin PBXBuildFile section */
244F723074A13EB99F59AFC2 /* ConsoleLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 244F70685350C8AA16323B9C /* ConsoleLogger.swift */; };
244F75CC6FBE7B028BA58C5D /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 244F7CEE66DAEC7D4E29F917 /* Logger.swift */; };
25911AB0270C852E0033F0B1 /* Cartfile in Resources */ = {isa = PBXBuildFile; fileRef = 25911AAF270C852E0033F0B1 /* Cartfile */; };
25911AB2270C858F0033F0B1 /* YooMoneyCoreApi.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 25911AB1270C858F0033F0B1 /* YooMoneyCoreApi.podspec */; };
25911AB4270C85990033F0B1 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = 25911AB3270C85990033F0B1 /* CHANGELOG.md */; };
3001001E1FE2AA1800BB5966 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3001001D1FE2AA1800BB5966 /* AppDelegate.swift */; };
300100201FE2AA1800BB5966 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3001001F1FE2AA1800BB5966 /* ViewController.swift */; };
300100231FE2AA1800BB5966 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 300100211FE2AA1800BB5966 /* Main.storyboard */; };
Expand Down Expand Up @@ -105,6 +108,9 @@
/* Begin PBXFileReference section */
244F70685350C8AA16323B9C /* ConsoleLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsoleLogger.swift; sourceTree = "<group>"; };
244F7CEE66DAEC7D4E29F917 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
25911AAF270C852E0033F0B1 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
25911AB1270C858F0033F0B1 /* YooMoneyCoreApi.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = YooMoneyCoreApi.podspec; sourceTree = "<group>"; };
25911AB3270C85990033F0B1 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
3001001B1FE2AA1800BB5966 /* YooMoneyCoreApiExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YooMoneyCoreApiExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
3001001D1FE2AA1800BB5966 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3001001F1FE2AA1800BB5966 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -253,6 +259,9 @@
DD7680F91F6817EA001C18CE = {
isa = PBXGroup;
children = (
25911AAF270C852E0033F0B1 /* Cartfile */,
25911AB1270C858F0033F0B1 /* YooMoneyCoreApi.podspec */,
25911AB3270C85990033F0B1 /* CHANGELOG.md */,
DD7681051F6817EA001C18CE /* YooMoneyCoreApi */,
E0E34AD224D8414B00FD0E85 /* YooMoneyCoreApi-watchOS */,
DD7681101F6817EA001C18CE /* YooMoneyCoreApiTests */,
Expand Down Expand Up @@ -550,6 +559,9 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
25911AB0270C852E0033F0B1 /* Cartfile in Resources */,
25911AB4270C85990033F0B1 /* CHANGELOG.md in Resources */,
25911AB2270C858F0033F0B1 /* YooMoneyCoreApi.podspec in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -763,7 +775,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_VERSION = 5.0;
};
name = AdHoc;
Expand Down Expand Up @@ -1253,7 +1265,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.money.api.core;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -1284,7 +1296,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.money.api.core;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_VERSION = 5.0;
};
name = AppStore;
Expand Down Expand Up @@ -1319,7 +1331,7 @@
PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.money.api.core;
PRODUCT_NAME = YooMoneyCoreApi;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
Expand Down Expand Up @@ -1394,7 +1406,7 @@
PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.money.api.core;
PRODUCT_NAME = YooMoneyCoreApi;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1477,7 +1489,7 @@
PRODUCT_NAME = YooMoneyCoreApi;
PROVISIONING_PROFILE = "";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SKIP_INSTALL = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion YooMoneyCoreApi/Core/Headers/Headers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

import protocol FunctionalSwift.Monoid
import FunctionalSwift

/// HTTP headers.
public struct Headers {
Expand Down
2 changes: 1 addition & 1 deletion YooMoneyCoreApi/Core/HostProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* THE SOFTWARE.
*/

import protocol Foundation.LocalizedError
import Foundation

/// Error specified for host provider protocol
public enum HostProviderError: Error {
Expand Down
2 changes: 1 addition & 1 deletion YooMoneyCoreApi/Core/Response/ApiResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

import Foundation
import typealias FunctionalSwift.Result
import FunctionalSwift

/// The response from the server.
public protocol ApiResponse {
Expand Down
4 changes: 2 additions & 2 deletions YooMoneyCoreApi/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<string/>
</dict>
</plist>
4 changes: 1 addition & 3 deletions YooMoneyCoreApi/Utility/TaskLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
* THE SOFTWARE.
*/

import struct Foundation.Data
import struct Foundation.Date
import Foundation.NSURLResponse
import Foundation

/// API requests and Response logger
class TaskLogger {
Expand Down
2 changes: 1 addition & 1 deletion YooMoneyCoreApiExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion YooMoneyCoreApiTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 53ca0ff

Please sign in to comment.