Skip to content

Commit

Permalink
Merge pull request #2 from tranzzo/feature/new_version
Browse files Browse the repository at this point in the history
Added new framework version
  • Loading branch information
marazmone authored Oct 31, 2023
2 parents 307a8f9 + 1bf02c4 commit e4e8eb1
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ All notable changes to this project will be documented in this file.
- Added TokenCardModel object to init method AnyAmountPaymentType
- Added TokenCardModel object to init method FixedAmountPaymentType

## [1.0.5] - 31.10.2023

### Fixed
- Fixed access level for PaymentInfoResponse
- Fixed access level for TranzzoError
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/AmountCell.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/AnyAmountCell.nib/runtime.nib
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/ApplePayCell.nib
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/Assets.car
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/FixedAmountCell.nib
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef TRANZZOPAYMENTSDK_SWIFT_H
#define TRANZZOPAYMENTSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -289,12 +306,14 @@ SWIFT_CLASS("_TtC17TranzzoPaymentSDK30ConstraintWithKeyboardObserver")
@end


#endif
#if defined(__cplusplus)


#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Binary file modified Sources/TranzzoPaymentSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/ManualCardCell.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ABIRoot": {
"kind": "Root",
"name": "TopLevel",
"printedName": "TopLevel",
"json_format_version": 8
},
"ConstValues": []
}
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 modified Sources/TranzzoPaymentSDK.framework/OtherCardElementCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/ProposedAmountsCell.nib
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/SeperatorCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TokenCardCell.nib/runtime.nib
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TokenCardElementCell.nib
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion TranzzoPaymentSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'TranzzoPaymentSDK'
spec.version = '1.0.4'
spec.version = '1.0.5'
spec.summary = 'TranzzoPaymentSDK'
spec.description = 'Framework for Payments'
spec.homepage = 'https://tranzzo.ua'
Expand Down

0 comments on commit e4e8eb1

Please sign in to comment.