|
16 | 16 | 50ADFFA42020D75100D50D53 /* Capacitor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50ADFFA52020D75100D50D53 /* Capacitor.framework */; }; |
17 | 17 | 50ADFFA82020EE4F00D50D53 /* VideoEditorPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 50ADFFA72020EE4F00D50D53 /* VideoEditorPlugin.m */; }; |
18 | 18 | 50E1A94820377CB70090CE1A /* VideoEditorPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E1A94720377CB70090CE1A /* VideoEditorPlugin.swift */; }; |
19 | | - 905C6E29270DF1A200669873 /* NextLevelSessionExporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905C6E27270DF1A200669873 /* NextLevelSessionExporter.swift */; }; |
20 | | - 905C6E2A270DF1A200669873 /* NextLevelSessionExporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 905C6E28270DF1A200669873 /* NextLevelSessionExporter.h */; }; |
21 | 19 | 907FE3D8270DBB6D00DA8F5D /* TrimSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 907FE3D6270DBB6D00DA8F5D /* TrimSettings.swift */; }; |
22 | 20 | 907FE3D9270DBB6D00DA8F5D /* TranscodeSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 907FE3D7270DBB6D00DA8F5D /* TranscodeSettings.swift */; }; |
| 21 | + 909FF07A272B319F00DEBBDC /* SimpleSessionExporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 909FF079272B319E00DEBBDC /* SimpleSessionExporter.swift */; }; |
23 | 22 | /* End PBXBuildFile section */ |
24 | 23 |
|
25 | 24 | /* Begin PBXContainerItemProxy section */ |
|
45 | 44 | 50ADFFA72020EE4F00D50D53 /* VideoEditorPlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VideoEditorPlugin.m; sourceTree = "<group>"; }; |
46 | 45 | 50E1A94720377CB70090CE1A /* VideoEditorPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoEditorPlugin.swift; sourceTree = "<group>"; }; |
47 | 46 | 5E23F77F099397094342571A /* Pods-Plugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Plugin.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig"; sourceTree = "<group>"; }; |
48 | | - 905C6E27270DF1A200669873 /* NextLevelSessionExporter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NextLevelSessionExporter.swift; sourceTree = "<group>"; }; |
49 | | - 905C6E28270DF1A200669873 /* NextLevelSessionExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NextLevelSessionExporter.h; sourceTree = "<group>"; }; |
50 | 47 | 907FE3D6270DBB6D00DA8F5D /* TrimSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrimSettings.swift; sourceTree = "<group>"; }; |
51 | 48 | 907FE3D7270DBB6D00DA8F5D /* TranscodeSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TranscodeSettings.swift; sourceTree = "<group>"; }; |
| 49 | + 909FF079272B319E00DEBBDC /* SimpleSessionExporter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SimpleSessionExporter.swift; sourceTree = "<group>"; }; |
52 | 50 | 91781294A431A2A7CC6EB714 /* Pods-Plugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Plugin.release.xcconfig"; path = "Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig"; sourceTree = "<group>"; }; |
53 | 51 | 96ED1B6440D6672E406C8D19 /* Pods-PluginTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PluginTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig"; sourceTree = "<group>"; }; |
54 | 52 | F65BB2953ECE002E1EF3E424 /* Pods-PluginTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PluginTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig"; sourceTree = "<group>"; }; |
|
100 | 98 | 50ADFF8A201F53D600D50D53 /* Plugin */ = { |
101 | 99 | isa = PBXGroup; |
102 | 100 | children = ( |
103 | | - 905C6E28270DF1A200669873 /* NextLevelSessionExporter.h */, |
104 | | - 905C6E27270DF1A200669873 /* NextLevelSessionExporter.swift */, |
| 101 | + 909FF079272B319E00DEBBDC /* SimpleSessionExporter.swift */, |
105 | 102 | 907FE3D7270DBB6D00DA8F5D /* TranscodeSettings.swift */, |
106 | 103 | 907FE3D6270DBB6D00DA8F5D /* TrimSettings.swift */, |
107 | 104 | 50E1A94720377CB70090CE1A /* VideoEditorPlugin.swift */, |
|
150 | 147 | isa = PBXHeadersBuildPhase; |
151 | 148 | buildActionMask = 2147483647; |
152 | 149 | files = ( |
153 | | - 905C6E2A270DF1A200669873 /* NextLevelSessionExporter.h in Headers */, |
154 | 150 | 50ADFF99201F53D600D50D53 /* VideoEditorPlugin.h in Headers */, |
155 | 151 | ); |
156 | 152 | runOnlyForDeploymentPostprocessing = 0; |
|
320 | 316 | buildActionMask = 2147483647; |
321 | 317 | files = ( |
322 | 318 | 907FE3D8270DBB6D00DA8F5D /* TrimSettings.swift in Sources */, |
| 319 | + 909FF07A272B319F00DEBBDC /* SimpleSessionExporter.swift in Sources */, |
323 | 320 | 50E1A94820377CB70090CE1A /* VideoEditorPlugin.swift in Sources */, |
324 | 321 | 907FE3D9270DBB6D00DA8F5D /* TranscodeSettings.swift in Sources */, |
325 | 322 | 2F98D68224C9AAE500613A4C /* VideoEditor.swift in Sources */, |
326 | 323 | 50ADFFA82020EE4F00D50D53 /* VideoEditorPlugin.m in Sources */, |
327 | | - 905C6E29270DF1A200669873 /* NextLevelSessionExporter.swift in Sources */, |
328 | 324 | ); |
329 | 325 | runOnlyForDeploymentPostprocessing = 0; |
330 | 326 | }; |
|
0 commit comments