Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit 74f1ede

Browse files
committed
Project 10 - VideoBackground
1 parent 2505839 commit 74f1ede

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Project 10 - VideoBackground/SpotifyVideoBackground.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
8049F9701DEDB25D00D8BDE9 /* moments.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 8049F96E1DEDB19000D8BDE9 /* moments.mp4 */; };
1011
808489EF1DEBD15400B3C92A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 808489EE1DEBD15400B3C92A /* AppDelegate.swift */; };
1112
808489F11DEBD15400B3C92A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 808489F01DEBD15400B3C92A /* ViewController.swift */; };
1213
808489F41DEBD15400B3C92A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 808489F21DEBD15400B3C92A /* Main.storyboard */; };
1314
808489F61DEBD15400B3C92A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 808489F51DEBD15400B3C92A /* Assets.xcassets */; };
1415
808489F91DEBD15400B3C92A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 808489F71DEBD15400B3C92A /* LaunchScreen.storyboard */; };
15-
80848A011DEC51C800B3C92A /* moments.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 80848A001DEC51C800B3C92A /* moments.mp4 */; };
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXFileReference section */
1919
8049F9281DEC5BE400D8BDE9 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
20+
8049F96E1DEDB19000D8BDE9 /* moments.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = moments.mp4; sourceTree = "<group>"; };
2021
808489EB1DEBD15400B3C92A /* SpotifyVideoBackground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpotifyVideoBackground.app; sourceTree = BUILT_PRODUCTS_DIR; };
2122
808489EE1DEBD15400B3C92A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2223
808489F01DEBD15400B3C92A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2324
808489F31DEBD15400B3C92A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2425
808489F51DEBD15400B3C92A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2526
808489F81DEBD15400B3C92A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2627
808489FA1DEBD15400B3C92A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27-
80848A001DEC51C800B3C92A /* moments.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = moments.mp4; path = ../../../../moments.mp4; sourceTree = "<group>"; };
2828
/* End PBXFileReference section */
2929

3030
/* Begin PBXFrameworksBuildPhase section */
@@ -71,8 +71,8 @@
7171
808489F21DEBD15400B3C92A /* Main.storyboard */,
7272
808489F51DEBD15400B3C92A /* Assets.xcassets */,
7373
808489F71DEBD15400B3C92A /* LaunchScreen.storyboard */,
74-
80848A001DEC51C800B3C92A /* moments.mp4 */,
7574
808489FA1DEBD15400B3C92A /* Info.plist */,
75+
8049F96E1DEDB19000D8BDE9 /* moments.mp4 */,
7676
);
7777
path = SpotifyVideoBackground;
7878
sourceTree = "<group>";
@@ -137,8 +137,8 @@
137137
isa = PBXResourcesBuildPhase;
138138
buildActionMask = 2147483647;
139139
files = (
140+
8049F9701DEDB25D00D8BDE9 /* moments.mp4 in Resources */,
140141
808489F91DEBD15400B3C92A /* LaunchScreen.storyboard in Resources */,
141-
80848A011DEC51C800B3C92A /* moments.mp4 in Resources */,
142142
808489F61DEBD15400B3C92A /* Assets.xcassets in Resources */,
143143
808489F41DEBD15400B3C92A /* Main.storyboard in Resources */,
144144
);
Binary file not shown.

0 commit comments

Comments
 (0)