Skip to content

Commit

Permalink
Merge pull request #79 from tink-sdk-build/rc-1.2.0
Browse files Browse the repository at this point in the history
Tink Money Manager UI 1.2.0
  • Loading branch information
belous committed Feb 23, 2024
2 parents 699677e + 4c44b93 commit ce3d977
Show file tree
Hide file tree
Showing 22 changed files with 3,024 additions and 2,976 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let package = Package(
),
],
dependencies: [
.package(name: "TinkCore", url: "https://github.com/tink-ab/tink-core-ios", .upToNextMajor(from: "2.1.0"))
.package(name: "TinkCore", url: "https://github.com/tink-ab/tink-core-ios", .upToNextMajor(from: "2.2.0"))
],
targets: [
.binaryTarget(
name: "TinkMoneyManagerUI",
url: "https://github.com/tink-ab/tink-money-manager-ios/releases/download/1.1.1/TinkMoneyManagerUI.xcframework.zip", checksum: "0efa151e0822ace89b441c1679146dc049af0b859978d14e54cf53c4b9b7c2e0"
url: "https://github.com/tink-ab/tink-money-manager-ios/releases/download/1.2.0/TinkMoneyManagerUI.xcframework.zip", checksum: "5dc6962db03b91a376dba91933eb08a4cac7d6be389f34964799a4993e2487dd"
),
.target(
name: "TinkMoneyManagerUITarget",
Expand Down
4 changes: 2 additions & 2 deletions TinkMoneyManagerUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "TinkMoneyManagerUI"
spec.version = "1.1.1"
spec.version = "1.2.0"
spec.license = { :type => "Tink", :file => "LICENSE" }
spec.authors = { "Tink AB" => "mobile@tink.se" }
spec.homepage = "https://github.com/tink-ab/tink-money-manager-ios"
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |spec|

spec.swift_version = ["5.7", "5.8", "5.9"]

spec.dependency "TinkCore", "~> 2.1"
spec.dependency "TinkCore", "~> 2.2"
end
Original file line number Diff line number Diff line change
Expand Up @@ -748,15 +748,7 @@ SWIFT_CLASS("_TtC18TinkMoneyManagerUI29FinanceOverviewViewController")



/// A <code>ImproveCategorizationLevelViewController</code> displays a cluster of transactions that are either uncategorized or have a low categorization score and lets the user categorize these in a few simple steps.
/// This view controller is designed to be used in a <code>UINavigationController</code> but can be used standalone also.
/// \code
/// let improveCategorizationLevelViewController = ImproveCategorizationLevelViewController(tink: <#Tink#>, transactions: <#[Transaction]#>)
/// let navigationController = UINavigationController(rootViewController: improveCategorizationLevelViewController)
/// show(navigationController, sender: <#Any#>)
///
/// \endcode
SWIFT_CLASS("_TtC18TinkMoneyManagerUI40ImproveCategorizationLevelViewController")
SWIFT_CLASS("_TtC18TinkMoneyManagerUI40ImproveCategorizationLevelViewController") SWIFT_DEPRECATED
@interface ImproveCategorizationLevelViewController : UIViewController
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)viewDidLoad;
Expand Down
Binary file not shown.

0 comments on commit ce3d977

Please sign in to comment.