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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// EFontSize.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/errors/ErrorGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ErrorGroup.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/utils/SettingsBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SettingsBuilder.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

Sources/swiftui-loop-videoplayer/utils/VideoSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Settings.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

Sources/swiftui-loop-videoplayer/view/helpers/PlayerCoordinator.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/modifier/OnPlayerEventChangeModifier.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/modifier/OnTimeChangeModifier.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/player/ios/LoopingPlayerUIView.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/player/ios/error/ErrorMsgViewIOS.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/player/mac/LoopingPlayerNSView.swift

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

88
import SwiftUI

Sources/swiftui-loop-videoplayer/view/player/mac/error/ErrorMsgViewMacOS.swift

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

88
import Foundation

Tests/swiftui-loop-videoplayerTests/testPlaybackCommandChangesOverTime.swift

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

88
import XCTest

Tests/swiftui-loop-videoplayerTests/testPlayerInitialization.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// testPlaybackCommandChangesOverTime.swift
3+
//
4+
//
5+
// Created by Igor Shelopaev on 16.08.24.
6+
//
7+
18
import XCTest
29
import SwiftUI
310
@testable import swiftui_loop_videoplayer

Tests/swiftui-loop-videoplayerTests/testVideoStreaming.swift

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

88
import XCTest

0 commit comments

Comments
 (0)