diff --git a/Package.swift b/Package.swift index 8e36c56..1151be5 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ivanvorobei/SPAlert", .upToNextMajor(from: "4.2.0")), - .package(url: "https://github.com/ivanvorobei/NativeUIKit", .upToNextMajor(from: "1.4.2")), + .package(url: "https://github.com/ivanvorobei/NativeUIKit", .upToNextMajor(from: "1.4.4")), .package(url: "https://github.com/ivanvorobei/SPFirebase", .upToNextMajor(from: "1.0.8")), .package(url: "https://github.com/sparrowcode/SPSafeSymbols", .upToNextMajor(from: "1.0.5")), .package(url: "https://github.com/kean/Nuke", .upToNextMajor(from: "10.7.1")) diff --git a/Sources/SPProfiling/Data/Constants.swift b/Sources/SPProfiling/Data/Constants.swift index 8e78408..fbb504f 100644 --- a/Sources/SPProfiling/Data/Constants.swift +++ b/Sources/SPProfiling/Data/Constants.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Data/Texts.swift b/Sources/SPProfiling/Data/Texts.swift index a2f0cdc..f0a98d6 100644 --- a/Sources/SPProfiling/Data/Texts.swift +++ b/Sources/SPProfiling/Data/Texts.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Data/UserDefaultsExtension.swift b/Sources/SPProfiling/Data/UserDefaultsExtension.swift index 01bc61f..feee45f 100644 --- a/Sources/SPProfiling/Data/UserDefaultsExtension.swift +++ b/Sources/SPProfiling/Data/UserDefaultsExtension.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Auth/AuthController.swift b/Sources/SPProfiling/Interface/Auth/AuthController.swift index 894242e..31b676d 100644 --- a/Sources/SPProfiling/Interface/Auth/AuthController.swift +++ b/Sources/SPProfiling/Interface/Auth/AuthController.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Auth/AuthOnboardingController.swift b/Sources/SPProfiling/Interface/Auth/AuthOnboardingController.swift index 46aa56e..eb3842f 100644 --- a/Sources/SPProfiling/Interface/Auth/AuthOnboardingController.swift +++ b/Sources/SPProfiling/Interface/Auth/AuthOnboardingController.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Auth/AuthToolBarView.swift b/Sources/SPProfiling/Interface/Auth/AuthToolBarView.swift index 373abed..7005535 100644 --- a/Sources/SPProfiling/Interface/Auth/AuthToolBarView.swift +++ b/Sources/SPProfiling/Interface/Auth/AuthToolBarView.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2021 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2021 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Devices/DeviceTableCell.swift b/Sources/SPProfiling/Interface/Devices/DeviceTableCell.swift index 0955a0a..c4e7747 100644 --- a/Sources/SPProfiling/Interface/Devices/DeviceTableCell.swift +++ b/Sources/SPProfiling/Interface/Devices/DeviceTableCell.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Devices/DevicesController.swift b/Sources/SPProfiling/Interface/Devices/DevicesController.swift index 081c170..fb22506 100644 --- a/Sources/SPProfiling/Interface/Devices/DevicesController.swift +++ b/Sources/SPProfiling/Interface/Devices/DevicesController.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/NativeAvatarViewExtension.swift b/Sources/SPProfiling/Interface/NativeAvatarViewExtension.swift index 6ba26f4..ef4d678 100644 --- a/Sources/SPProfiling/Interface/NativeAvatarViewExtension.swift +++ b/Sources/SPProfiling/Interface/NativeAvatarViewExtension.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Profile/ProfileController+Actions.swift b/Sources/SPProfiling/Interface/Profile/ProfileController+Actions.swift index 064789b..6c59efc 100644 --- a/Sources/SPProfiling/Interface/Profile/ProfileController+Actions.swift +++ b/Sources/SPProfiling/Interface/Profile/ProfileController+Actions.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Profile/ProfileController+Internal.swift b/Sources/SPProfiling/Interface/Profile/ProfileController+Internal.swift index 36564bb..6d886a5 100644 --- a/Sources/SPProfiling/Interface/Profile/ProfileController+Internal.swift +++ b/Sources/SPProfiling/Interface/Profile/ProfileController+Internal.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -29,10 +29,10 @@ import SPAlert extension ProfileController { internal func configureHeader() { - setProfile(profileModel, completion: { [weak self] in + headerView.avatarView.setAvatar(of: profileModel) { [weak self] in guard let self = self else { return } self.configureAvatarActions() - }) + } } internal func configureAvatarActions() { @@ -96,7 +96,7 @@ extension ProfileController { headerView.avatarView.isEditable = true } - + /* internal func setProfile(_ profileModel: ProfileModel, completion: (()->())? = nil) { headerView.nameLabel.text = profileModel.name headerView.namePlaceholderLabel.text = Texts.Profile.placeholder_name @@ -114,5 +114,5 @@ extension ProfileController { @objc func didTapEmailButton() { SPAlert.present(title: Texts.Profile.Actions.email_copied, message: nil, preset: .done, completion: nil) UIPasteboard.general.string = profileModel.email - } + }*/ } diff --git a/Sources/SPProfiling/Interface/Profile/ProfileController.swift b/Sources/SPProfiling/Interface/Profile/ProfileController.swift index c062877..97634f2 100644 --- a/Sources/SPProfiling/Interface/Profile/ProfileController.swift +++ b/Sources/SPProfiling/Interface/Profile/ProfileController.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -64,7 +64,7 @@ class ProfileController: NativeProfileController { cell.setDevice(deviceModel) return cell }) - ]) + ] + SPDiffableTableDataSource.CellProvider.default) NotificationCenter.default.addObserver(forName: SPProfiling.didChangedAuthState, object: nil, queue: nil) { [weak self] _ in guard let self = self else { return } @@ -105,14 +105,29 @@ class ProfileController: NativeProfileController { header: nil, footer: SPDiffableTextHeaderFooter(text: Texts.Profile.Actions.Rename.description), items: [ - NativeDiffableLeftButton( + SPDiffableTableRowTextFieldTitle( id: Item.change_name.item_id, - text: Texts.Profile.Actions.Rename.title, - icon: .init(.pencil), - action: { [weak self] _, _ in - guard let self = self else { return } - self.showTextFieldToChangeName() - } + icon: nil, + title: "Name", + text: profileModel.name, + placeholder: "Your name", + autocorrectionType: .no, + keyboardType: .default, + autocapitalizationType: .words, + clearButtonMode: .never, + delegate: nil + ), + SPDiffableTableRowTextFieldTitle( + id: Item.change_name.item_id + "email", + icon: nil, + title: "Email", + text: profileModel.email, + placeholder: "Your email", + autocorrectionType: .no, + keyboardType: .emailAddress, + autocapitalizationType: .words, + clearButtonMode: .never, + delegate: nil ) ] ), diff --git a/Sources/SPProfiling/Interface/Profile/Table/CellProvider+Profile.swift b/Sources/SPProfiling/Interface/Profile/Table/CellProvider+Profile.swift index beb668a..c4d6057 100644 --- a/Sources/SPProfiling/Interface/Profile/Table/CellProvider+Profile.swift +++ b/Sources/SPProfiling/Interface/Profile/Table/CellProvider+Profile.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Profile/Table/DiffableProfileItem.swift b/Sources/SPProfiling/Interface/Profile/Table/DiffableProfileItem.swift index d73bcaf..88e2752 100644 --- a/Sources/SPProfiling/Interface/Profile/Table/DiffableProfileItem.swift +++ b/Sources/SPProfiling/Interface/Profile/Table/DiffableProfileItem.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Interface/Profile/Table/ProfileTableViewCell.swift b/Sources/SPProfiling/Interface/Profile/Table/ProfileTableViewCell.swift index 8a85d77..3070b4d 100644 --- a/Sources/SPProfiling/Interface/Profile/Table/ProfileTableViewCell.swift +++ b/Sources/SPProfiling/Interface/Profile/Table/ProfileTableViewCell.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/AuthError.swift b/Sources/SPProfiling/Models/Errors/AuthError.swift index 078b539..f5ec1c9 100644 --- a/Sources/SPProfiling/Models/Errors/AuthError.swift +++ b/Sources/SPProfiling/Models/Errors/AuthError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/DeleteAvatarError.swift b/Sources/SPProfiling/Models/Errors/DeleteAvatarError.swift index ab72929..281bf9b 100644 --- a/Sources/SPProfiling/Models/Errors/DeleteAvatarError.swift +++ b/Sources/SPProfiling/Models/Errors/DeleteAvatarError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/DeleteProfileError.swift b/Sources/SPProfiling/Models/Errors/DeleteProfileError.swift index 4656685..46d3a17 100644 --- a/Sources/SPProfiling/Models/Errors/DeleteProfileError.swift +++ b/Sources/SPProfiling/Models/Errors/DeleteProfileError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/EditProfileError.swift b/Sources/SPProfiling/Models/Errors/EditProfileError.swift index 9d31238..96b42bd 100644 --- a/Sources/SPProfiling/Models/Errors/EditProfileError.swift +++ b/Sources/SPProfiling/Models/Errors/EditProfileError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/GetAvatarError.swift b/Sources/SPProfiling/Models/Errors/GetAvatarError.swift index 89d40b2..e497892 100644 --- a/Sources/SPProfiling/Models/Errors/GetAvatarError.swift +++ b/Sources/SPProfiling/Models/Errors/GetAvatarError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/GetProfileError.swift b/Sources/SPProfiling/Models/Errors/GetProfileError.swift index 0e7b7d9..db8fe11 100644 --- a/Sources/SPProfiling/Models/Errors/GetProfileError.swift +++ b/Sources/SPProfiling/Models/Errors/GetProfileError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Errors/SetAvatarError.swift b/Sources/SPProfiling/Models/Errors/SetAvatarError.swift index 752e357..acdd5ac 100644 --- a/Sources/SPProfiling/Models/Errors/SetAvatarError.swift +++ b/Sources/SPProfiling/Models/Errors/SetAvatarError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Middleware/ProfileMiddlewareError.swift b/Sources/SPProfiling/Models/Middleware/ProfileMiddlewareError.swift index 7bbaef2..e1843be 100644 --- a/Sources/SPProfiling/Models/Middleware/ProfileMiddlewareError.swift +++ b/Sources/SPProfiling/Models/Middleware/ProfileMiddlewareError.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/Middleware/ProfileModel+Middleware.swift b/Sources/SPProfiling/Models/Middleware/ProfileModel+Middleware.swift index 8af18ef..27680bd 100644 --- a/Sources/SPProfiling/Models/Middleware/ProfileModel+Middleware.swift +++ b/Sources/SPProfiling/Models/Middleware/ProfileModel+Middleware.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/ProfileAction.swift b/Sources/SPProfiling/Models/ProfileAction.swift index 2d9eeb9..ac52e69 100644 --- a/Sources/SPProfiling/Models/ProfileAction.swift +++ b/Sources/SPProfiling/Models/ProfileAction.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/ProfileDeviceModel.swift b/Sources/SPProfiling/Models/ProfileDeviceModel.swift index c4585d3..ef45ff9 100644 --- a/Sources/SPProfiling/Models/ProfileDeviceModel.swift +++ b/Sources/SPProfiling/Models/ProfileDeviceModel.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Models/ProfileModel.swift b/Sources/SPProfiling/Models/ProfileModel.swift index 9b33ce6..a39b703 100644 --- a/Sources/SPProfiling/Models/ProfileModel.swift +++ b/Sources/SPProfiling/Models/ProfileModel.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Notifications.swift b/Sources/SPProfiling/Notifications.swift index e0156c5..f3ddd5b 100644 --- a/Sources/SPProfiling/Notifications.swift +++ b/Sources/SPProfiling/Notifications.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/ProfileModelExtension.swift b/Sources/SPProfiling/ProfileModelExtension.swift index b5ce845..16233f4 100644 --- a/Sources/SPProfiling/ProfileModelExtension.swift +++ b/Sources/SPProfiling/ProfileModelExtension.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/SPProfiling.swift b/Sources/SPProfiling/SPProfiling.swift index 0570d96..9fd2273 100644 --- a/Sources/SPProfiling/SPProfiling.swift +++ b/Sources/SPProfiling/SPProfiling.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Auth.swift b/Sources/SPProfiling/Services/Auth.swift index e80f134..a893ad4 100644 --- a/Sources/SPProfiling/Services/Auth.swift +++ b/Sources/SPProfiling/Services/Auth.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Actions.swift b/Sources/SPProfiling/Services/Profile+Actions.swift index 7feef76..0ee13fb 100644 --- a/Sources/SPProfiling/Services/Profile+Actions.swift +++ b/Sources/SPProfiling/Services/Profile+Actions.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Avatar.swift b/Sources/SPProfiling/Services/Profile+Avatar.swift index 71a3715..f1c45be 100644 --- a/Sources/SPProfiling/Services/Profile+Avatar.swift +++ b/Sources/SPProfiling/Services/Profile+Avatar.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Convertor.swift b/Sources/SPProfiling/Services/Profile+Convertor.swift index 4c65825..023a3b5 100644 --- a/Sources/SPProfiling/Services/Profile+Convertor.swift +++ b/Sources/SPProfiling/Services/Profile+Convertor.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Device.swift b/Sources/SPProfiling/Services/Profile+Device.swift index fafd43b..debbee2 100644 --- a/Sources/SPProfiling/Services/Profile+Device.swift +++ b/Sources/SPProfiling/Services/Profile+Device.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Firebase.swift b/Sources/SPProfiling/Services/Profile+Firebase.swift index 3f27ee3..fa82c9b 100644 --- a/Sources/SPProfiling/Services/Profile+Firebase.swift +++ b/Sources/SPProfiling/Services/Profile+Firebase.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile+Observer.swift b/Sources/SPProfiling/Services/Profile+Observer.swift index 2da8328..ac5dab4 100644 --- a/Sources/SPProfiling/Services/Profile+Observer.swift +++ b/Sources/SPProfiling/Services/Profile+Observer.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SPProfiling/Services/Profile.swift b/Sources/SPProfiling/Services/Profile.swift index b5b441c..91b2b53 100644 --- a/Sources/SPProfiling/Services/Profile.swift +++ b/Sources/SPProfiling/Services/Profile.swift @@ -1,5 +1,5 @@ // The MIT License (MIT) -// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by) +// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal