Skip to content

Commit c1ee492

Browse files
committed
Updated email.
1 parent bec3ab9 commit c1ee492

19 files changed

+23
-23
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
hello@ivanvorobei.by.
63+
hello@ivanvorobei.io.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

Example App/iOS Example/App/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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

Example App/iOS Example/Controllers/PresetsController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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

Example App/iOS Example/Models/AlertPresetModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPAlert
22

33
<p float="left">
4-
<img src="https://cdn.ivanvorobei.by/github/spalert/done.gif" width="230">
5-
<img src="https://cdn.ivanvorobei.by/github/spalert/heart.gif" width="230">
6-
<img src="https://cdn.ivanvorobei.by/github/spalert/message.gif" width="230">
4+
<img src="https://cdn.ivanvorobei.io/github/spalert/done.gif" width="230">
5+
<img src="https://cdn.ivanvorobei.io/github/spalert/heart.gif" width="230">
6+
<img src="https://cdn.ivanvorobei.io/github/spalert/message.gif" width="230">
77
</p>
88

99
**Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` and other. Supports Dark Mode and `SwiftUI`.
@@ -206,6 +206,6 @@ Button("Show alert") {
206206
Я веду [телеграм-канал](https://sparrowcode.io/telegram), там публикую новости и туториалы.<br>
207207
С проблемой помогут [в чате](https://sparrowcode.io/telegram/chat).
208208

209-
Видео-туториалы выклыдываю на [YouTube](https://ivanvorobei.by/youtube):
209+
Видео-туториалы выклыдываю на [YouTube](https://ivanvorobei.io/youtube):
210210

211-
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://ivanvorobei.by/youtube)
211+
[![Tutorials on YouTube](https://cdn.ivanvorobei.io/github/readme/youtube-preview.jpg)](https://ivanvorobei.io/youtube)

SPAlert.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }
88
s.license = { :type => "MIT", :file => "LICENSE" }
9-
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.by' }
9+
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.io' }
1010

1111
s.swift_version = '5.1'
1212
s.ios.deployment_target = '11.0'

Sources/SPAlert/Extensions/SwiftUIExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Extensions/UIFontExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Extensions/UILabelExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Models/SPAlertLayout.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Preset Views/SPAlertIconDoneView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Preset Views/SPAlertIconErrorView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Preset Views/SPAlertIconHeartView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Preset Views/SPAlertSpinnerView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Protocols/SPAlertIconAnimatable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/SPAlert.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/SPAlertIconPreset.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/SPAlertView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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/SPAlert/Services/SPAlertHaptic.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
2+
// Copyright © 2020 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)