Skip to content

Commit b68d121

Browse files
committed
update
1 parent 7672f65 commit b68d121

24 files changed

+30
-23
lines changed

Sources/swiftui-loop-videoplayer/ExtVideoPlayer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// PlayerView.swift
33
//
44
//
5-
// Created by Igor on 10.02.2023.
5+
// Created by Igor Shelopaev on 10.02.2023.
66
//
77

88
import SwiftUI

Sources/swiftui-loop-videoplayer/enum/PlayerEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// PlayerEvents.swift
33
//
44
//
5-
// Created by Igor on 15.08.24.
5+
// Created by Igor Shelopaev on 15.08.24.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/ext+/CMTime+.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CMTime+.swift
33
//
44
//
5-
// Created by Igor on 15.08.24.
5+
// Created by Igor Shelopaev on 15.08.24.
66
//
77

88
#if canImport(AVKit)

Sources/swiftui-loop-videoplayer/protocol/vector/ShapeLayerBuilderProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ShapeLayerProtocol.swift
33
//
44
//
5-
// Created by Igor on 13.08.24.
5+
// Created by Igor Shelopaev on 13.08.24.
66
//
77

88
import CoreGraphics

Sources/swiftui-loop-videoplayer/settings/Ext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Ext.swift
33
//
44
//
5-
// Created by Igor on 07.07.2023.
5+
// Created by Igor Shelopaev on 07.07.2023.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/settings/Gravity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Gravity.swift
33
//
44
//
5-
// Created by Igor on 07.07.2023.
5+
// Created by Igor Shelopaev on 07.07.2023.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/settings/Loop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Loop.swift
33
//
44
//
5-
// Created by Igor on 16.08.24.
5+
// Created by Igor Shelopaev on 16.08.24.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/settings/SourceName.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// FileName.swift
33
//
44
//
5-
// Created by Igor on 07.07.2023.
5+
// Created by Igor Shelopaev on 07.07.2023.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/settings/TimePublishing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TimePublishing.swift
33
//
44
//
5-
// Created by Igor on 15.08.24.
5+
// Created by Igor Shelopaev on 15.08.24.
66
//
77

88
import Foundation

Sources/swiftui-loop-videoplayer/settings/errors/EColor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// EText.swift
33
//
44
//
5-
// Created by Igor on 07.07.2023.
5+
// Created by Igor Shelopaev on 07.07.2023.
66
//
77

88
import SwiftUI

0 commit comments

Comments
 (0)