Skip to content

Commit

Permalink
Release 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jul 19, 2021
1 parent 9bed84f commit 27beb29
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 165 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
### NEXT_VERSION_DESCRIPTION_BEGIN
### NEXT_VERSION_DESCRIPTION_END

## [1.11.4] (19-07-2021)

* Изменена подпись для сборки xcframework

## [1.11.3] (19-07-2021)

* Обновлена версия FunctionalSwift

## [1.11.2] (15-07-2021)

* Выкладка сборки в гитхаб релиз

## [1.11.1] (13-07-2021)

* В .gitignore добавлена папка build
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.5.0
github "yoomoney/functional-swift.git" ~> 1.6.7
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.5.0"
github "yoomoney/functional-swift" "1.6.7"
11 changes: 4 additions & 7 deletions YooMoneyCoreApi.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'YooMoneyCoreApi'
spec.version = '1.11.1'
spec.version = '1.11.4'
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 => spec.version
}
spec.source = { :git => "https://github.com/yoomoney/yoomoney-core-api-swift.git", :tag => "1.11.4" }
spec.module_name = 'YooMoneyCoreApi'

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

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

spec.dependency 'FunctionalSwift', '~> 1.5.0'
end
spec.dependency 'FunctionalSwift', '~> 1.6.7'
end
159 changes: 3 additions & 156 deletions YooMoneyCoreApi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,10 @@
isa = PBXNativeTarget;
buildConfigurationList = 3001002A1FE2AA1800BB5966 /* Build configuration list for PBXNativeTarget "YooMoneyCoreApiExample" */;
buildPhases = (
C6FDFAACE8D90740619EE40B /* Timing START */,
300100171FE2AA1800BB5966 /* Sources */,
300100181FE2AA1800BB5966 /* Frameworks */,
300100191FE2AA1800BB5966 /* Resources */,
30CE261C2625AF2800FFEB36 /* Embed Frameworks */,
3873B880DFA1CD897039DCD5 /* Timing END */,
);
buildRules = (
);
Expand All @@ -424,11 +422,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 3072C4A91FE316130019D598 /* Build configuration list for PBXNativeTarget "YooMoneyCoreApiTests" */;
buildPhases = (
37731ECF03988B29AC461A55 /* Timing START */,
3072C49D1FE316130019D598 /* Sources */,
3072C49E1FE316130019D598 /* Frameworks */,
3072C49F1FE316130019D598 /* Resources */,
2E902AE7B97E0FCF49F12625 /* Timing END */,
);
buildRules = (
);
Expand All @@ -444,12 +440,10 @@
isa = PBXNativeTarget;
buildConfigurationList = DD7681171F6817EA001C18CE /* Build configuration list for PBXNativeTarget "YooMoneyCoreApi" */;
buildPhases = (
0032BBDB185ED8F390CCE974 /* Timing START */,
DD7680FE1F6817EA001C18CE /* Sources */,
DD7680FF1F6817EA001C18CE /* Frameworks */,
DD7681001F6817EA001C18CE /* Headers */,
DD7681011F6817EA001C18CE /* Resources */,
48E39A9A9C07EF2EE9B4211B /* Timing END */,
);
buildRules = (
);
Expand All @@ -464,12 +458,10 @@
isa = PBXNativeTarget;
buildConfigurationList = E0E34AD924D8414B00FD0E85 /* Build configuration list for PBXNativeTarget "YooMoneyCoreApi-watchOS" */;
buildPhases = (
B0F706C1BAE0834DA8BA84C1 /* Timing START */,
E0E34ACD24D8414B00FD0E85 /* Sources */,
E0E34ACE24D8414B00FD0E85 /* Frameworks */,
E0E34ACC24D8414B00FD0E85 /* Headers */,
E0E34ACF24D8414B00FD0E85 /* Resources */,
307445E388950B657E3C3A76 /* Timing END */,
);
buildRules = (
);
Expand Down Expand Up @@ -570,153 +562,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
0032BBDB185ED8F390CCE974 /* Timing START */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing START";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"start\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
2E902AE7B97E0FCF49F12625 /* Timing END */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing END";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"end\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
307445E388950B657E3C3A76 /* Timing END */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing END";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"end\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
37731ECF03988B29AC461A55 /* Timing START */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing START";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"start\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
3873B880DFA1CD897039DCD5 /* Timing END */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing END";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"end\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
48E39A9A9C07EF2EE9B4211B /* Timing END */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing END";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"end\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
B0F706C1BAE0834DA8BA84C1 /* Timing START */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing START";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"start\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
C6FDFAACE8D90740619EE40B /* Timing START */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Timing START";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = " DATE=`date \"+%Y-%m-%dT%H:%M:%S.%s\"`\n echo \"{\\\"date\\\":\\\"$DATE\\\", \\\"taskName\\\":\\\"$TARGETNAME\\\", \\\"event\\\":\\\"start\\\"},\" >> /var/folders/zq/fn06mpq901q5y5qhjrt17hjw0000gp/T/event.tmp\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
300100171FE2AA1800BB5966 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -897,6 +742,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2752592HU5;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -916,6 +762,7 @@
PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.money.api.core;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -1594,7 +1441,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down

0 comments on commit 27beb29

Please sign in to comment.