Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes from Demo not used extension #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2BAD4B251CFD66290033DE75 /* My-Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BAD4B241CFD66290033DE75 /* My-Extensions.swift */; };
54266D9121ACB40D00E10A41 /* SpeedPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54266D9021ACB40D00E10A41 /* SpeedPickerViewController.swift */; };
546D86B52139DB76002AD06E /* SpotifyiOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 546D86B42139DB76002AD06E /* SpotifyiOS.framework */; };
998FF9BE1D3E54AC003E339B /* ConnectionStatusIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998FF9BD1D3E54AC003E339B /* ConnectionStatusIndicatorView.swift */; };
Expand All @@ -23,7 +22,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2BAD4B241CFD66290033DE75 /* My-Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "My-Extensions.swift"; sourceTree = "<group>"; };
54266D9021ACB40D00E10A41 /* SpeedPickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeedPickerViewController.swift; sourceTree = "<group>"; };
546D86B42139DB76002AD06E /* SpotifyiOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SpotifyiOS.framework; path = ../../SpotifyiOS.framework; sourceTree = "<group>"; };
998FF9BD1D3E54AC003E339B /* ConnectionStatusIndicatorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConnectionStatusIndicatorView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -77,7 +75,6 @@
F4F973F11CAD60320036411D /* ViewController.swift */,
F6EB42E01D2BB01100F57322 /* ContentItemCell.swift */,
F6EB42E21D2BB0D800F57322 /* ContentCollectionViewController.swift */,
2BAD4B241CFD66290033DE75 /* My-Extensions.swift */,
F4F973F61CAD60320036411D /* Assets.xcassets */,
F4F973F31CAD60320036411D /* Main.storyboard */,
F4F973F81CAD60320036411D /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -185,7 +182,6 @@
99A0FFE41D38F9B600A90453 /* PlaybackButtonGraphics.swift in Sources */,
F6EB42E31D2BB0D800F57322 /* ContentCollectionViewController.swift in Sources */,
F4F973F21CAD60320036411D /* ViewController.swift in Sources */,
2BAD4B251CFD66290033DE75 /* My-Extensions.swift in Sources */,
F6EB42E11D2BB01100F57322 /* ContentItemCell.swift in Sources */,
F4F973F01CAD60320036411D /* AppDelegate.swift in Sources */,
998FF9BE1D3E54AC003E339B /* ConnectionStatusIndicatorView.swift in Sources */,
Expand Down
26 changes: 0 additions & 26 deletions DemoProjects/NowPlayingView/NowPlayingView/My-Extensions.swift

This file was deleted.