-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed generate_folder_structure script to create Folder Structure md file automatically - Updated Folder Structure file for Tests and Sources directories
- Loading branch information
1 parent
2318ff7
commit b351d10
Showing
3 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Folder Structure | ||
|
||
PlaybackSDK | ||
├── Playback API | ||
│ ├── PlaybackAPI.swift | ||
│ ├── PlaybackAPIService.swift | ||
│ ├── PlaybackResponseModel.swift | ||
│ └── PlaybackVideoDetails.swift | ||
├── Playback Configuration API | ||
│ ├── PlayerInformationAPI.swift | ||
│ ├── PlayerInformationAPIService.swift | ||
│ └── PlayerInformationResponseModel.swift | ||
├── PlaybackSDKManager.swift | ||
├── Player Plugin | ||
│ ├── BitMovinPlugin | ||
│ │ ├── BitmovinPlayerPlugin.swift | ||
│ │ └── BitmovinPlayerView.swift | ||
│ ├── VideoPlayerConfig.swift | ||
│ ├── VideoPlayerPlugin.swift | ||
│ └── VideoPlayerPluginManager.swift | ||
└── PlayerUIView | ||
├── PlaybackUIView.swift | ||
└── UtilsUIView.swift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Folder Structure | ||
|
||
PlaybackSDKTests | ||
├── PlaybackSDKManagerTests.swift | ||
├── PlaybackSDKTests.swift | ||
└── TestConfig.swift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters