From e524b1831beec673337fc07345dc3f2fe08f08a6 Mon Sep 17 00:00:00 2001 From: Kristijan Perusko Date: Thu, 19 Nov 2015 15:58:15 -0500 Subject: [PATCH] Removed .DS_Store from the repo. Minor cleaning --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + .../Views/IntroViewController.swift | 4 +++- 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index faa2412dd4e2a9d4e73bf30eb2aa1a83c48403ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOG*Pl5Phu!26Yi|lZ`k_R{?J@ghX&B#siqI#EeeJ2VKrFJd_9UHu|c%k(o&X zaU&9{p!)T6SH0?fFw@fjTx&JF0_p&2biwGD%?6Ws@ijXLBQoif;}I|DVu=-oYtc4f z3YY@_O#yj#&(OvQ3rtXae<#S$!5e0n>+Iqt%?AB6>oY?>7uWR5FE#dn^W9j`Bv>LJ<`qfg7xtd}x-fN8mk?z)&4g}hC>DaNs! z*`6xEGh3{7;?Y`Dz!WeAeiV@JLrfP;0_Gm|)4@is0K|yHYV6C;f#k#ilYqHL&d{7s zCHhnst{Bdzb36`lNxONW>Q%sq01 PW AVPlayerLayer { - let videoBundle = NSBundle.mainBundle().pathForResource("Intro", ofType: "mp4") + let videoBundle = NSBundle.mainBundle().pathForResource(videoFileName, ofType: videoFileType) let player = AVPlayer(URL: NSURL(fileURLWithPath: videoBundle!)) player.muted = true player.allowsExternalPlayback = false