Skip to content

Commit 882212e

Browse files
committed
Updated email and deps.
1 parent 564b586 commit 882212e

39 files changed

+66
-51
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/ivanvorobei/SPAlert", .upToNextMajor(from: "4.2.0")),
19-
.package(url: "https://github.com/ivanvorobei/NativeUIKit", .upToNextMajor(from: "1.4.2")),
19+
.package(url: "https://github.com/ivanvorobei/NativeUIKit", .upToNextMajor(from: "1.4.4")),
2020
.package(url: "https://github.com/ivanvorobei/SPFirebase", .upToNextMajor(from: "1.0.8")),
2121
.package(url: "https://github.com/sparrowcode/SPSafeSymbols", .upToNextMajor(from: "1.0.5")),
2222
.package(url: "https://github.com/kean/Nuke", .upToNextMajor(from: "10.7.1"))

Sources/SPProfiling/Data/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Data/Texts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Data/UserDefaultsExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/Auth/AuthController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/Auth/AuthOnboardingController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/Auth/AuthToolBarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2021 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2021 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/Devices/DeviceTableCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/Devices/DevicesController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Sources/SPProfiling/Interface/NativeAvatarViewExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2022 Ivan Vorobei (hello@ivanvorobei.io)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)