|
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 | | - 4333981C2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4333981A2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift */; }; |
13 | 12 | 7C0D7BC81A44B68600607581 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C0D7BC41A44B68600607581 /* LaunchScreen.xib */; }; |
14 | 13 | 7C3FE4461AB3B69900A52266 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */; }; |
15 | 14 | 7C3FF8361AB6723B003BAE01 /* AGAudioItemCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */; }; |
|
33 | 32 | 7CE24AB01BDDD83800ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; }; |
34 | 33 | 7CE24AB31BDDD84B00ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; }; |
35 | 34 | 7CE24AB41BDDD84B00ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; }; |
36 | | - C122A1CB1C083B1800DE7E07 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C122A1CA1C083B1800DE7E07 /* AVFoundation.framework */; }; |
37 | | - C1511AB51BDD9F6E003B4E6C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C1511AB41BDD9F6E003B4E6C /* AppDelegate.m */; }; |
38 | | - C1511AB81BDD9F6E003B4E6C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C1511AB71BDD9F6E003B4E6C /* main.m */; }; |
39 | | - C1511ABA1BDD9F6E003B4E6C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C1511AB91BDD9F6E003B4E6C /* Assets.xcassets */; }; |
40 | | - C1511ABD1BDD9F6E003B4E6C /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C1511ABB1BDD9F6E003B4E6C /* MainMenu.xib */; }; |
41 | | - C1511AC21BDD9FE8003B4E6C /* AGAudioPlayer.h in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250BE1A44792F009F91C8 /* AGAudioPlayer.h */; }; |
42 | | - C1511AC31BDD9FE8003B4E6C /* AGAudioPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250BF1A44792F009F91C8 /* AGAudioPlayer.m */; }; |
43 | | - C1511AC41BDD9FE8003B4E6C /* AGAudioPlayerUpNextQueue.h in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250CC1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.h */; }; |
44 | | - C1511AC51BDD9FE8003B4E6C /* AGAudioPlayerUpNextQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250CD1A447A98009F91C8 /* AGAudioPlayerUpNextQueue.m */; }; |
45 | | - C1511AC61BDD9FE8003B4E6C /* AGAudioItem.h in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250CF1A447AB0009F91C8 /* AGAudioItem.h */; }; |
46 | | - C1511AC71BDD9FE8003B4E6C /* AGAudioItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC250D01A447AB0009F91C8 /* AGAudioItem.m */; }; |
47 | | - C1511AC81BDD9FE8003B4E6C /* AGAudioItemCollection.h in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF8341AB6723B003BAE01 /* AGAudioItemCollection.h */; }; |
48 | | - C1511AC91BDD9FE8003B4E6C /* AGAudioItemCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */; }; |
49 | 35 | /* End PBXBuildFile section */ |
50 | 36 |
|
51 | 37 | /* Begin PBXFileReference section */ |
|
88 | 74 | 7CC250D01A447AB0009F91C8 /* AGAudioItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioItem.m; sourceTree = "<group>"; }; |
89 | 75 | B7B0EBDDDA4C85817C274304 /* Pods-AGAudioPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AGAudioPlayer.release.xcconfig"; path = "Pods/Target Support Files/Pods-AGAudioPlayer/Pods-AGAudioPlayer.release.xcconfig"; sourceTree = "<group>"; }; |
90 | 76 | C122A1CA1C083B1800DE7E07 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; |
91 | | - C1511AB11BDD9F6E003B4E6C /* AGAudioPlayerOSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AGAudioPlayerOSX.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
92 | | - C1511AB31BDD9F6E003B4E6C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
93 | | - C1511AB41BDD9F6E003B4E6C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
94 | | - C1511AB71BDD9F6E003B4E6C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
95 | | - C1511AB91BDD9F6E003B4E6C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
96 | | - C1511ABC1BDD9F6E003B4E6C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
97 | | - C1511ABE1BDD9F6E003B4E6C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
98 | 77 | C1511ACA1BDDA420003B4E6C /* libPods-osx-HysteriaPlayer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libPods-osx-HysteriaPlayer.a"; path = "../../Library/Developer/Xcode/DerivedData/AGAudioPlayer-ceysjiavmokbcggbxsrdkqaoqjyg/Build/Products/Debug/libPods-osx-HysteriaPlayer.a"; sourceTree = "<group>"; }; |
99 | 78 | /* End PBXFileReference section */ |
100 | 79 |
|
|
108 | 87 | ); |
109 | 88 | runOnlyForDeploymentPostprocessing = 0; |
110 | 89 | }; |
111 | | - C1511AAE1BDD9F6E003B4E6C /* Frameworks */ = { |
112 | | - isa = PBXFrameworksBuildPhase; |
113 | | - buildActionMask = 2147483647; |
114 | | - files = ( |
115 | | - C122A1CB1C083B1800DE7E07 /* AVFoundation.framework in Frameworks */, |
116 | | - ); |
117 | | - runOnlyForDeploymentPostprocessing = 0; |
118 | | - }; |
119 | 90 | /* End PBXFrameworksBuildPhase section */ |
120 | 91 |
|
121 | 92 | /* Begin PBXGroup section */ |
|
178 | 149 | 7CC250BD1A447910009F91C8 /* Example */, |
179 | 150 | 7CC250961A447901009F91C8 /* AGAudioPlayer */, |
180 | 151 | 7CC250B01A447901009F91C8 /* AGAudioPlayerTests */, |
181 | | - C1511AB21BDD9F6E003B4E6C /* AGAudioPlayerOSX */, |
182 | 152 | 7CC250951A447901009F91C8 /* Products */, |
183 | 153 | 611DADBAC9E9F54CCE4C248F /* Pods */, |
184 | 154 | 80D42F16B827D769063109BD /* Frameworks */, |
|
189 | 159 | isa = PBXGroup; |
190 | 160 | children = ( |
191 | 161 | 7CC250941A447901009F91C8 /* AGAudioPlayer.app */, |
192 | | - C1511AB11BDD9F6E003B4E6C /* AGAudioPlayerOSX.app */, |
193 | 162 | ); |
194 | 163 | name = Products; |
195 | 164 | sourceTree = "<group>"; |
|
263 | 232 | name = Frameworks; |
264 | 233 | sourceTree = "<group>"; |
265 | 234 | }; |
266 | | - C1511AB21BDD9F6E003B4E6C /* AGAudioPlayerOSX */ = { |
267 | | - isa = PBXGroup; |
268 | | - children = ( |
269 | | - C1511AB31BDD9F6E003B4E6C /* AppDelegate.h */, |
270 | | - C1511AB41BDD9F6E003B4E6C /* AppDelegate.m */, |
271 | | - C1511AB91BDD9F6E003B4E6C /* Assets.xcassets */, |
272 | | - C1511ABB1BDD9F6E003B4E6C /* MainMenu.xib */, |
273 | | - C1511ABE1BDD9F6E003B4E6C /* Info.plist */, |
274 | | - C1511AB61BDD9F6E003B4E6C /* Supporting Files */, |
275 | | - ); |
276 | | - path = AGAudioPlayerOSX; |
277 | | - sourceTree = "<group>"; |
278 | | - }; |
279 | | - C1511AB61BDD9F6E003B4E6C /* Supporting Files */ = { |
280 | | - isa = PBXGroup; |
281 | | - children = ( |
282 | | - C1511AB71BDD9F6E003B4E6C /* main.m */, |
283 | | - ); |
284 | | - name = "Supporting Files"; |
285 | | - sourceTree = "<group>"; |
286 | | - }; |
287 | 235 | /* End PBXGroup section */ |
288 | 236 |
|
289 | 237 | /* Begin PBXNativeTarget section */ |
|
306 | 254 | productReference = 7CC250941A447901009F91C8 /* AGAudioPlayer.app */; |
307 | 255 | productType = "com.apple.product-type.application"; |
308 | 256 | }; |
309 | | - C1511AB01BDD9F6E003B4E6C /* AGAudioPlayerOSX */ = { |
310 | | - isa = PBXNativeTarget; |
311 | | - buildConfigurationList = C1511AC11BDD9F6E003B4E6C /* Build configuration list for PBXNativeTarget "AGAudioPlayerOSX" */; |
312 | | - buildPhases = ( |
313 | | - C1511AAD1BDD9F6E003B4E6C /* Sources */, |
314 | | - C1511AAE1BDD9F6E003B4E6C /* Frameworks */, |
315 | | - C1511AAF1BDD9F6E003B4E6C /* Resources */, |
316 | | - ); |
317 | | - buildRules = ( |
318 | | - ); |
319 | | - dependencies = ( |
320 | | - ); |
321 | | - name = AGAudioPlayerOSX; |
322 | | - productName = AGAudioPlayerOSX; |
323 | | - productReference = C1511AB11BDD9F6E003B4E6C /* AGAudioPlayerOSX.app */; |
324 | | - productType = "com.apple.product-type.application"; |
325 | | - }; |
326 | 257 | /* End PBXNativeTarget section */ |
327 | 258 |
|
328 | 259 | /* Begin PBXProject section */ |
|
337 | 268 | DevelopmentTeam = HT7ELV3Q35; |
338 | 269 | LastSwiftMigration = 1020; |
339 | 270 | }; |
340 | | - C1511AB01BDD9F6E003B4E6C = { |
341 | | - CreatedOnToolsVersion = 7.0; |
342 | | - LastSwiftMigration = 1020; |
343 | | - }; |
344 | 271 | }; |
345 | 272 | }; |
346 | 273 | buildConfigurationList = 7CC2508F1A447901009F91C8 /* Build configuration list for PBXProject "AGAudioPlayer" */; |
|
358 | 285 | projectRoot = ""; |
359 | 286 | targets = ( |
360 | 287 | 7CC250931A447901009F91C8 /* AGAudioPlayer */, |
361 | | - C1511AB01BDD9F6E003B4E6C /* AGAudioPlayerOSX */, |
362 | 288 | ); |
363 | 289 | }; |
364 | 290 | /* End PBXProject section */ |
|
380 | 306 | ); |
381 | 307 | runOnlyForDeploymentPostprocessing = 0; |
382 | 308 | }; |
383 | | - C1511AAF1BDD9F6E003B4E6C /* Resources */ = { |
384 | | - isa = PBXResourcesBuildPhase; |
385 | | - buildActionMask = 2147483647; |
386 | | - files = ( |
387 | | - C1511ABA1BDD9F6E003B4E6C /* Assets.xcassets in Resources */, |
388 | | - C1511ABD1BDD9F6E003B4E6C /* MainMenu.xib in Resources */, |
389 | | - ); |
390 | | - runOnlyForDeploymentPostprocessing = 0; |
391 | | - }; |
392 | 309 | /* End PBXResourcesBuildPhase section */ |
393 | 310 |
|
394 | 311 | /* Begin PBXShellScriptBuildPhase section */ |
|
457 | 374 | ); |
458 | 375 | runOnlyForDeploymentPostprocessing = 0; |
459 | 376 | }; |
460 | | - C1511AAD1BDD9F6E003B4E6C /* Sources */ = { |
461 | | - isa = PBXSourcesBuildPhase; |
462 | | - buildActionMask = 2147483647; |
463 | | - files = ( |
464 | | - C1511AC21BDD9FE8003B4E6C /* AGAudioPlayer.h in Sources */, |
465 | | - C1511AC31BDD9FE8003B4E6C /* AGAudioPlayer.m in Sources */, |
466 | | - C1511AC41BDD9FE8003B4E6C /* AGAudioPlayerUpNextQueue.h in Sources */, |
467 | | - C1511AC51BDD9FE8003B4E6C /* AGAudioPlayerUpNextQueue.m in Sources */, |
468 | | - C1511AC61BDD9FE8003B4E6C /* AGAudioItem.h in Sources */, |
469 | | - C1511AC71BDD9FE8003B4E6C /* AGAudioItem.m in Sources */, |
470 | | - 4333981C2249E91E00BECC8A /* UIColor+AGAudioPlayer.swift in Sources */, |
471 | | - C1511AC81BDD9FE8003B4E6C /* AGAudioItemCollection.h in Sources */, |
472 | | - C1511AC91BDD9FE8003B4E6C /* AGAudioItemCollection.m in Sources */, |
473 | | - C1511AB81BDD9F6E003B4E6C /* main.m in Sources */, |
474 | | - C1511AB51BDD9F6E003B4E6C /* AppDelegate.m in Sources */, |
475 | | - ); |
476 | | - runOnlyForDeploymentPostprocessing = 0; |
477 | | - }; |
478 | 377 | /* End PBXSourcesBuildPhase section */ |
479 | 378 |
|
480 | 379 | /* Begin PBXVariantGroup section */ |
|
486 | 385 | name = LaunchScreen.xib; |
487 | 386 | sourceTree = "<group>"; |
488 | 387 | }; |
489 | | - C1511ABB1BDD9F6E003B4E6C /* MainMenu.xib */ = { |
490 | | - isa = PBXVariantGroup; |
491 | | - children = ( |
492 | | - C1511ABC1BDD9F6E003B4E6C /* Base */, |
493 | | - ); |
494 | | - name = MainMenu.xib; |
495 | | - sourceTree = "<group>"; |
496 | | - }; |
497 | 388 | /* End PBXVariantGroup section */ |
498 | 389 |
|
499 | 390 | /* Begin XCBuildConfiguration section */ |
|
659 | 550 | }; |
660 | 551 | name = Release; |
661 | 552 | }; |
662 | | - C1511ABF1BDD9F6E003B4E6C /* Debug */ = { |
663 | | - isa = XCBuildConfiguration; |
664 | | - buildSettings = { |
665 | | - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
666 | | - CLANG_ENABLE_MODULES = YES; |
667 | | - CODE_SIGN_IDENTITY = "-"; |
668 | | - COMBINE_HIDPI_IMAGES = YES; |
669 | | - DEBUG_INFORMATION_FORMAT = dwarf; |
670 | | - ENABLE_TESTABILITY = YES; |
671 | | - GCC_NO_COMMON_BLOCKS = YES; |
672 | | - INFOPLIST_FILE = AGAudioPlayerOSX/Info.plist; |
673 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
674 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
675 | | - PRODUCT_BUNDLE_IDENTIFIER = com.alecgorge.AGAudioPlayer.AGAudioPlayerOSX; |
676 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
677 | | - SDKROOT = macosx; |
678 | | - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
679 | | - SWIFT_VERSION = 5.0; |
680 | | - }; |
681 | | - name = Debug; |
682 | | - }; |
683 | | - C1511AC01BDD9F6E003B4E6C /* Release */ = { |
684 | | - isa = XCBuildConfiguration; |
685 | | - buildSettings = { |
686 | | - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
687 | | - CLANG_ENABLE_MODULES = YES; |
688 | | - CODE_SIGN_IDENTITY = "-"; |
689 | | - COMBINE_HIDPI_IMAGES = YES; |
690 | | - COPY_PHASE_STRIP = NO; |
691 | | - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
692 | | - GCC_NO_COMMON_BLOCKS = YES; |
693 | | - INFOPLIST_FILE = AGAudioPlayerOSX/Info.plist; |
694 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
695 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
696 | | - PRODUCT_BUNDLE_IDENTIFIER = com.alecgorge.AGAudioPlayer.AGAudioPlayerOSX; |
697 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
698 | | - SDKROOT = macosx; |
699 | | - SWIFT_VERSION = 5.0; |
700 | | - }; |
701 | | - name = Release; |
702 | | - }; |
703 | 553 | /* End XCBuildConfiguration section */ |
704 | 554 |
|
705 | 555 | /* Begin XCConfigurationList section */ |
|
721 | 571 | defaultConfigurationIsVisible = 0; |
722 | 572 | defaultConfigurationName = Release; |
723 | 573 | }; |
724 | | - C1511AC11BDD9F6E003B4E6C /* Build configuration list for PBXNativeTarget "AGAudioPlayerOSX" */ = { |
725 | | - isa = XCConfigurationList; |
726 | | - buildConfigurations = ( |
727 | | - C1511ABF1BDD9F6E003B4E6C /* Debug */, |
728 | | - C1511AC01BDD9F6E003B4E6C /* Release */, |
729 | | - ); |
730 | | - defaultConfigurationIsVisible = 0; |
731 | | - defaultConfigurationName = Release; |
732 | | - }; |
733 | 574 | /* End XCConfigurationList section */ |
734 | 575 | }; |
735 | 576 | rootObject = 7CC2508C1A447901009F91C8 /* Project object */; |
|
0 commit comments