|
14 | 14 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
15 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
16 | 16 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
| 17 | + 63A6F5E221DD0DCB000FD275 /* video-sample.qt in Resources */ = {isa = PBXBuildFile; fileRef = 63A6F5E121DD0DCB000FD275 /* video-sample.qt */; }; |
17 | 18 | BA549D0F393C77AF0B3F59F7 /* Pods_DDDKit_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF38EB7E9F1B634ADF2BEB2F /* Pods_DDDKit_Tests.framework */; };
|
18 | 19 | /* End PBXBuildFile section */
|
19 | 20 |
|
|
39 | 40 | 607FACE51AFB9204008FA782 /* DDDKit_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DDDKit_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
40 | 41 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
41 | 42 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
| 43 | + 63A6F5E121DD0DCB000FD275 /* video-sample.qt */ = {isa = PBXFileReference; lastKnownFileType = file; path = "video-sample.qt"; sourceTree = "<group>"; }; |
42 | 44 | 9589DB43EAA949764871609E /* Pods-DDDKit_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DDDKit_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DDDKit_Example/Pods-DDDKit_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
43 | 45 | 96739BBF70DB308E60E51CD2 /* Pods-DDDKit_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DDDKit_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DDDKit_Tests/Pods-DDDKit_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
44 | 46 | A70B75B225C9B9E9EA0A93D3 /* Pods_DDDKit_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DDDKit_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
93 | 95 | 607FACD21AFB9204008FA782 /* Example for DDDKit */ = {
|
94 | 96 | isa = PBXGroup;
|
95 | 97 | children = (
|
| 98 | + 63A6F5E021DD0DBD000FD275 /* Assets */, |
96 | 99 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
97 | 100 | 607FACD71AFB9204008FA782 /* ViewController.swift */,
|
98 | 101 | 607FACD91AFB9204008FA782 /* Main.storyboard */,
|
|
139 | 142 | name = "Podspec Metadata";
|
140 | 143 | sourceTree = "<group>";
|
141 | 144 | };
|
| 145 | + 63A6F5E021DD0DBD000FD275 /* Assets */ = { |
| 146 | + isa = PBXGroup; |
| 147 | + children = ( |
| 148 | + 63A6F5E121DD0DCB000FD275 /* video-sample.qt */, |
| 149 | + ); |
| 150 | + path = Assets; |
| 151 | + sourceTree = "<group>"; |
| 152 | + }; |
142 | 153 | 6672E850884C09B19218B9AA /* Pods */ = {
|
143 | 154 | isa = PBXGroup;
|
144 | 155 | children = (
|
|
171 | 182 | 607FACCD1AFB9204008FA782 /* Frameworks */,
|
172 | 183 | 607FACCE1AFB9204008FA782 /* Resources */,
|
173 | 184 | D3DD1A4CFB2903035A0E8DF4 /* [CP] Embed Pods Frameworks */,
|
174 |
| - CE43A5305CC351BC41F0C210 /* [CP] Copy Pods Resources */, |
175 | 185 | );
|
176 | 186 | buildRules = (
|
177 | 187 | );
|
|
190 | 200 | 607FACE11AFB9204008FA782 /* Sources */,
|
191 | 201 | 607FACE21AFB9204008FA782 /* Frameworks */,
|
192 | 202 | 607FACE31AFB9204008FA782 /* Resources */,
|
193 |
| - 5E79D9A5EA2DFC2FE5E27EBE /* [CP] Embed Pods Frameworks */, |
194 |
| - 9E6CE64D34783BBF36A68632 /* [CP] Copy Pods Resources */, |
195 | 203 | );
|
196 | 204 | buildRules = (
|
197 | 205 | );
|
|
250 | 258 | isa = PBXResourcesBuildPhase;
|
251 | 259 | buildActionMask = 2147483647;
|
252 | 260 | files = (
|
| 261 | + 63A6F5E221DD0DCB000FD275 /* video-sample.qt in Resources */, |
253 | 262 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
|
254 | 263 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
|
255 | 264 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
|
|
266 | 275 | /* End PBXResourcesBuildPhase section */
|
267 | 276 |
|
268 | 277 | /* Begin PBXShellScriptBuildPhase section */
|
269 |
| - 5E79D9A5EA2DFC2FE5E27EBE /* [CP] Embed Pods Frameworks */ = { |
270 |
| - isa = PBXShellScriptBuildPhase; |
271 |
| - buildActionMask = 2147483647; |
272 |
| - files = ( |
273 |
| - ); |
274 |
| - inputPaths = ( |
275 |
| - ); |
276 |
| - name = "[CP] Embed Pods Frameworks"; |
277 |
| - outputPaths = ( |
278 |
| - ); |
279 |
| - runOnlyForDeploymentPostprocessing = 0; |
280 |
| - shellPath = /bin/sh; |
281 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDDKit_Tests/Pods-DDDKit_Tests-frameworks.sh\"\n"; |
282 |
| - showEnvVarsInLog = 0; |
283 |
| - }; |
284 |
| - 9E6CE64D34783BBF36A68632 /* [CP] Copy Pods Resources */ = { |
285 |
| - isa = PBXShellScriptBuildPhase; |
286 |
| - buildActionMask = 2147483647; |
287 |
| - files = ( |
288 |
| - ); |
289 |
| - inputPaths = ( |
290 |
| - ); |
291 |
| - name = "[CP] Copy Pods Resources"; |
292 |
| - outputPaths = ( |
293 |
| - ); |
294 |
| - runOnlyForDeploymentPostprocessing = 0; |
295 |
| - shellPath = /bin/sh; |
296 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDDKit_Tests/Pods-DDDKit_Tests-resources.sh\"\n"; |
297 |
| - showEnvVarsInLog = 0; |
298 |
| - }; |
299 | 278 | B1DEB8F42BFCD9B6B322B79C /* [CP] Check Pods Manifest.lock */ = {
|
300 | 279 | isa = PBXShellScriptBuildPhase;
|
301 | 280 | buildActionMask = 2147483647;
|
|
314 | 293 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
315 | 294 | showEnvVarsInLog = 0;
|
316 | 295 | };
|
317 |
| - CE43A5305CC351BC41F0C210 /* [CP] Copy Pods Resources */ = { |
318 |
| - isa = PBXShellScriptBuildPhase; |
319 |
| - buildActionMask = 2147483647; |
320 |
| - files = ( |
321 |
| - ); |
322 |
| - inputPaths = ( |
323 |
| - ); |
324 |
| - name = "[CP] Copy Pods Resources"; |
325 |
| - outputPaths = ( |
326 |
| - ); |
327 |
| - runOnlyForDeploymentPostprocessing = 0; |
328 |
| - shellPath = /bin/sh; |
329 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDDKit_Example/Pods-DDDKit_Example-resources.sh\"\n"; |
330 |
| - showEnvVarsInLog = 0; |
331 |
| - }; |
332 | 296 | D3DD1A4CFB2903035A0E8DF4 /* [CP] Embed Pods Frameworks */ = {
|
333 | 297 | isa = PBXShellScriptBuildPhase;
|
334 | 298 | buildActionMask = 2147483647;
|
|
0 commit comments