|
29 | 29 | 03D13BD92448758B00B599B3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03D13BD82448758B00B599B3 /* Assets.xcassets */; }; |
30 | 30 | 03D13BDC2448758B00B599B3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03D13BDA2448758B00B599B3 /* LaunchScreen.storyboard */; }; |
31 | 31 | 03D13C0124488F1F00B599B3 /* KeyCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D13C0024488F1E00B599B3 /* KeyCenter.swift */; }; |
| 32 | + A763116A245AC15A00BABDE4 /* RTMPInjection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7631169245AC15A00BABDE4 /* RTMPInjection.swift */; }; |
32 | 33 | A7847F922458062900469187 /* StatisticsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7847F912458062900469187 /* StatisticsInfo.swift */; }; |
33 | 34 | A7847F942458089E00469187 /* AgoraExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7847F932458089E00469187 /* AgoraExtension.swift */; }; |
34 | 35 | A7CA48C424553CF700507435 /* Popover.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7CA48C224553CF600507435 /* Popover.storyboard */; }; |
|
64 | 65 | 07A781F5D5D3783CEC7C8EFA /* Pods_APIExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_APIExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | 66 | 3EA7D4B4D7C9540659392B7F /* Pods-APIExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIExample.debug.xcconfig"; path = "Target Support Files/Pods-APIExample/Pods-APIExample.debug.xcconfig"; sourceTree = "<group>"; }; |
66 | 67 | 846AE4340F81DCC00B6F9543 /* Pods-APIExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIExample.release.xcconfig"; path = "Target Support Files/Pods-APIExample/Pods-APIExample.release.xcconfig"; sourceTree = "<group>"; }; |
| 68 | + A7631169245AC15A00BABDE4 /* RTMPInjection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RTMPInjection.swift; sourceTree = "<group>"; }; |
67 | 69 | A7847F912458062900469187 /* StatisticsInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatisticsInfo.swift; sourceTree = "<group>"; }; |
68 | 70 | A7847F932458089E00469187 /* AgoraExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AgoraExtension.swift; sourceTree = "<group>"; }; |
69 | 71 | A7CA48C324553CF600507435 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Popover.storyboard; sourceTree = "<group>"; }; |
|
97 | 99 | 03BCEC4C244932E000ED7177 /* Examples */ = { |
98 | 100 | isa = PBXGroup; |
99 | 101 | children = ( |
100 | | - 03BCEC6F24497B7000ED7177 /* 1.Basic-Video-Audio */, |
101 | | - 03BCEC6D24497B6F00ED7177 /* 2.Live-Broadcasting */, |
| 102 | + 03BCEC6F24497B7000ED7177 /* Basic-Video-Audio */, |
| 103 | + 03BCEC6D24497B6F00ED7177 /* Live-Broadcasting */, |
| 104 | + A7631168245AB89D00BABDE4 /* Quality */, |
102 | 105 | ); |
103 | 106 | path = Examples; |
104 | 107 | sourceTree = "<group>"; |
|
122 | 125 | name = Frameworks; |
123 | 126 | sourceTree = "<group>"; |
124 | 127 | }; |
125 | | - 03BCEC6D24497B6F00ED7177 /* 2.Live-Broadcasting */ = { |
| 128 | + 03BCEC6D24497B6F00ED7177 /* Live-Broadcasting */ = { |
126 | 129 | isa = PBXGroup; |
127 | 130 | children = ( |
128 | 131 | 03BCEC6E24497B6F00ED7177 /* RTMPStreaming.swift */, |
| 132 | + A7631169245AC15A00BABDE4 /* RTMPInjection.swift */, |
129 | 133 | ); |
130 | | - path = "2.Live-Broadcasting"; |
| 134 | + path = "Live-Broadcasting"; |
131 | 135 | sourceTree = "<group>"; |
132 | 136 | }; |
133 | | - 03BCEC6F24497B7000ED7177 /* 1.Basic-Video-Audio */ = { |
| 137 | + 03BCEC6F24497B7000ED7177 /* Basic-Video-Audio */ = { |
134 | 138 | isa = PBXGroup; |
135 | 139 | children = ( |
136 | 140 | 03BCEC7024497B7000ED7177 /* JoinChannel.swift */, |
137 | 141 | ); |
138 | | - path = "1.Basic-Video-Audio"; |
| 142 | + path = "Basic-Video-Audio"; |
139 | 143 | sourceTree = "<group>"; |
140 | 144 | }; |
141 | 145 | 03D13BC32448758900B599B3 = { |
|
183 | 187 | path = Common; |
184 | 188 | sourceTree = "<group>"; |
185 | 189 | }; |
| 190 | + A7631168245AB89D00BABDE4 /* Quality */ = { |
| 191 | + isa = PBXGroup; |
| 192 | + children = ( |
| 193 | + ); |
| 194 | + path = Quality; |
| 195 | + sourceTree = "<group>"; |
| 196 | + }; |
186 | 197 | A7CA48BF2455315A00507435 /* Supporting Files */ = { |
187 | 198 | isa = PBXGroup; |
188 | 199 | children = ( |
|
324 | 335 | 03BCEC7124497B7000ED7177 /* RTMPStreaming.swift in Sources */, |
325 | 336 | 03BCEC7224497B7000ED7177 /* JoinChannel.swift in Sources */, |
326 | 337 | A7CA48C624553D3500507435 /* VideoView.swift in Sources */, |
| 338 | + A763116A245AC15A00BABDE4 /* RTMPInjection.swift in Sources */, |
327 | 339 | 03D13BD02448758900B599B3 /* AppDelegate.swift in Sources */, |
328 | 340 | A7847F922458062900469187 /* StatisticsInfo.swift in Sources */, |
329 | 341 | 03BCEC762449EB5000ED7177 /* LogViewController.swift in Sources */, |
|
0 commit comments