|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 00F6D8B8EE7CDB10908B8E7F /* Pods_AGAudioPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */; }; |
11 | 11 | 4333981B2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */; }; |
| 12 | + 43861642254E8FD60084814C /* AudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43861641254E8FD60084814C /* AudioPlayer.swift */; }; |
12 | 13 | 7C0D7BC81A44B68600607581 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C0D7BC41A44B68600607581 /* LaunchScreen.xib */; }; |
13 | 14 | 7C3FE4461AB3B69900A52266 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */; }; |
14 | 15 | 7C3FF8361AB6723B003BAE01 /* AGAudioItemCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */; }; |
|
39 | 40 | 13AE2D5751E4226410EF7FD4 /* libPods-AGAudioPlayerOSX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AGAudioPlayerOSX.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 | 41 | 1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AGAudioPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 42 | 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+AGAudioPlayer.swift"; sourceTree = "<group>"; }; |
| 43 | + 4386163E254E8F5A0084814C /* AGAudioPlayer-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AGAudioPlayer-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 44 | + 43861641254E8FD60084814C /* AudioPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioPlayer.swift; sourceTree = "<group>"; }; |
42 | 45 | 7C0D7BC51A44B68600607581 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
43 | 46 | 7C12F7681C493219006FA021 /* Pods-AGAudioPlayer.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.debug.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.debug.xcconfig"; sourceTree = "<group>"; }; |
44 | 47 | 7C12F7691C493219006FA021 /* Pods-AGAudioPlayer.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.release.xcconfig"; path = "Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.release.xcconfig"; sourceTree = "<group>"; }; |
45 | 48 | 7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
46 | 49 | 7C3FF8341AB6723B003BAE01 /* AGAudioItemCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AGAudioItemCollection.h; sourceTree = "<group>"; }; |
47 | 50 | 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioItemCollection.m; sourceTree = "<group>"; }; |
48 | | - 7C3FF8381AB67FE6003BAE01 /* AGCachable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AGCachable.h; path = AGAudioPlayer/AGCachable.h; sourceTree = "<group>"; }; |
49 | 51 | 7C4B52521AB38CBC00A57843 /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; }; |
50 | 52 | 7C7FE9981F79D9DA003D47C6 /* RemoteCommandManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteCommandManager.swift; sourceTree = "<group>"; }; |
51 | | - 7CB928C51E316AD000D963A0 /* AGAudioPlayer-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AGAudioPlayer-Bridging-Header.h"; sourceTree = "<group>"; }; |
52 | 53 | 7CB928CC1E316BDB00D963A0 /* AGAudioPlayerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AGAudioPlayerViewController.swift; sourceTree = "<group>"; }; |
53 | 54 | 7CB928CD1E316BDB00D963A0 /* AGAudioPlayerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AGAudioPlayerViewController.xib; sourceTree = "<group>"; }; |
54 | 55 | 7CB928D01E316DB700D963A0 /* AGAudioPlayerTitleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AGAudioPlayerTitleView.swift; sourceTree = "<group>"; }; |
|
108 | 109 | 7CB928D71E32B35400D963A0 /* Transition */, |
109 | 110 | 7CB928D41E316EBF00D963A0 /* Components */, |
110 | 111 | 7C4B52521AB38CBC00A57843 /* Icons.xcassets */, |
111 | | - 7CB928C51E316AD000D963A0 /* AGAudioPlayer-Bridging-Header.h */, |
112 | 112 | 7CB928CC1E316BDB00D963A0 /* AGAudioPlayerViewController.swift */, |
113 | 113 | 7CB928CD1E316BDB00D963A0 /* AGAudioPlayerViewController.xib */, |
114 | 114 | 7CB928DA1E32C3B900D963A0 /* AGExtensions.swift */, |
|
145 | 145 | 7CC2508B1A447901009F91C8 = { |
146 | 146 | isa = PBXGroup; |
147 | 147 | children = ( |
148 | | - 7C3FF8381AB67FE6003BAE01 /* AGCachable.h */, |
149 | 148 | 7CC250BD1A447910009F91C8 /* Example */, |
150 | 149 | 7CC250961A447901009F91C8 /* AGAudioPlayer */, |
151 | 150 | 7CC250B01A447901009F91C8 /* AGAudioPlayerTests */, |
|
169 | 168 | 7C4B52481AB383C800A57843 /* UI */, |
170 | 169 | 7CC250BE1A44792F009F91C8 /* AGAudioPlayer.h */, |
171 | 170 | 7CC250BF1A44792F009F91C8 /* AGAudioPlayer.m */, |
| 171 | + 43861641254E8FD60084814C /* AudioPlayer.swift */, |
172 | 172 | 7CC250CC1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.h */, |
173 | 173 | 7CC250CD1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m */, |
174 | 174 | 7CC250CF1A447AB0009F91C8 /* AGAudioItem.h */, |
175 | 175 | 7CC250D01A447AB0009F91C8 /* AGAudioItem.m */, |
176 | 176 | 7C3FF8341AB6723B003BAE01 /* AGAudioItemCollection.h */, |
177 | 177 | 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */, |
178 | 178 | 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */, |
| 179 | + 4386163E254E8F5A0084814C /* AGAudioPlayer-Bridging-Header.h */, |
179 | 180 | ); |
180 | 181 | path = AGAudioPlayer; |
181 | 182 | sourceTree = "<group>"; |
|
359 | 360 | files = ( |
360 | 361 | 7C7FE9991F79D9DA003D47C6 /* RemoteCommandManager.swift in Sources */, |
361 | 362 | 7CB928D11E316DB700D963A0 /* AGAudioPlayerTitleView.swift in Sources */, |
| 363 | + 43861642254E8FD60084814C /* AudioPlayer.swift in Sources */, |
362 | 364 | 7CC250CE1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m in Sources */, |
363 | 365 | 7CC250A01A447901009F91C8 /* ViewController.m in Sources */, |
364 | 366 | 7CC250C01A44792F009F91C8 /* AGAudioPlayer.m in Sources */, |
|
511 | 513 | OTHER_LIBTOOLFLAGS = "$(inherited)"; |
512 | 514 | PRODUCT_BUNDLE_IDENTIFIER = "com.alecgorge.$(PRODUCT_NAME:rfc1034identifier)"; |
513 | 515 | PRODUCT_NAME = "$(TARGET_NAME)"; |
514 | | - SWIFT_OBJC_BRIDGING_HEADER = "AGAudioPlayer/UI/AGAudioPlayer-Bridging-Header.h"; |
| 516 | + SWIFT_OBJC_BRIDGING_HEADER = "AGAudioPlayer/AGAudioPlayer-Bridging-Header.h"; |
515 | 517 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
516 | 518 | SWIFT_VERSION = 5.0; |
517 | 519 | }; |
|
545 | 547 | OTHER_LIBTOOLFLAGS = "$(inherited)"; |
546 | 548 | PRODUCT_BUNDLE_IDENTIFIER = "com.alecgorge.$(PRODUCT_NAME:rfc1034identifier)"; |
547 | 549 | PRODUCT_NAME = "$(TARGET_NAME)"; |
548 | | - SWIFT_OBJC_BRIDGING_HEADER = "AGAudioPlayer/UI/AGAudioPlayer-Bridging-Header.h"; |
| 550 | + SWIFT_OBJC_BRIDGING_HEADER = "AGAudioPlayer/AGAudioPlayer-Bridging-Header.h"; |
549 | 551 | SWIFT_VERSION = 5.0; |
550 | 552 | }; |
551 | 553 | name = Release; |
|
0 commit comments