Skip to content

Commit 8f9e470

Browse files
committed
Remove the OSX target- it doesn't compile, and Catalyst is the new way to do this in the future
1 parent b3987e5 commit 8f9e470

File tree

7 files changed

+0
-985
lines changed

7 files changed

+0
-985
lines changed

AGAudioPlayer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
00F6D8B8EE7CDB10908B8E7F /* Pods_AGAudioPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D67DF68517CEBB91D42D7E1 /* Pods_AGAudioPlayer.framework */; };
1111
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 */; };
1312
7C0D7BC81A44B68600607581 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7C0D7BC41A44B68600607581 /* LaunchScreen.xib */; };
1413
7C3FE4461AB3B69900A52266 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C3FE4451AB3B69900A52266 /* MediaPlayer.framework */; };
1514
7C3FF8361AB6723B003BAE01 /* AGAudioItemCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF8351AB6723B003BAE01 /* AGAudioItemCollection.m */; };
@@ -33,19 +32,6 @@
3332
7CE24AB01BDDD83800ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
3433
7CE24AB31BDDD84B00ABD545 /* (null) in Resources */ = {isa = PBXBuildFile; };
3534
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 */; };
4935
/* End PBXBuildFile section */
5036

5137
/* Begin PBXFileReference section */
@@ -88,13 +74,6 @@
8874
7CC250D01A447AB0009F91C8 /* AGAudioItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGAudioItem.m; sourceTree = "<group>"; };
8975
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>"; };
9076
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>"; };
9877
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>"; };
9978
/* End PBXFileReference section */
10079

@@ -108,14 +87,6 @@
10887
);
10988
runOnlyForDeploymentPostprocessing = 0;
11089
};
111-
C1511AAE1BDD9F6E003B4E6C /* Frameworks */ = {
112-
isa = PBXFrameworksBuildPhase;
113-
buildActionMask = 2147483647;
114-
files = (
115-
C122A1CB1C083B1800DE7E07 /* AVFoundation.framework in Frameworks */,
116-
);
117-
runOnlyForDeploymentPostprocessing = 0;
118-
};
11990
/* End PBXFrameworksBuildPhase section */
12091

12192
/* Begin PBXGroup section */
@@ -178,7 +149,6 @@
178149
7CC250BD1A447910009F91C8 /* Example */,
179150
7CC250961A447901009F91C8 /* AGAudioPlayer */,
180151
7CC250B01A447901009F91C8 /* AGAudioPlayerTests */,
181-
C1511AB21BDD9F6E003B4E6C /* AGAudioPlayerOSX */,
182152
7CC250951A447901009F91C8 /* Products */,
183153
611DADBAC9E9F54CCE4C248F /* Pods */,
184154
80D42F16B827D769063109BD /* Frameworks */,
@@ -189,7 +159,6 @@
189159
isa = PBXGroup;
190160
children = (
191161
7CC250941A447901009F91C8 /* AGAudioPlayer.app */,
192-
C1511AB11BDD9F6E003B4E6C /* AGAudioPlayerOSX.app */,
193162
);
194163
name = Products;
195164
sourceTree = "<group>";
@@ -263,27 +232,6 @@
263232
name = Frameworks;
264233
sourceTree = "<group>";
265234
};
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-
};
287235
/* End PBXGroup section */
288236

289237
/* Begin PBXNativeTarget section */
@@ -306,23 +254,6 @@
306254
productReference = 7CC250941A447901009F91C8 /* AGAudioPlayer.app */;
307255
productType = "com.apple.product-type.application";
308256
};
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-
};
326257
/* End PBXNativeTarget section */
327258

328259
/* Begin PBXProject section */
@@ -337,10 +268,6 @@
337268
DevelopmentTeam = HT7ELV3Q35;
338269
LastSwiftMigration = 1020;
339270
};
340-
C1511AB01BDD9F6E003B4E6C = {
341-
CreatedOnToolsVersion = 7.0;
342-
LastSwiftMigration = 1020;
343-
};
344271
};
345272
};
346273
buildConfigurationList = 7CC2508F1A447901009F91C8 /* Build configuration list for PBXProject "AGAudioPlayer" */;
@@ -358,7 +285,6 @@
358285
projectRoot = "";
359286
targets = (
360287
7CC250931A447901009F91C8 /* AGAudioPlayer */,
361-
C1511AB01BDD9F6E003B4E6C /* AGAudioPlayerOSX */,
362288
);
363289
};
364290
/* End PBXProject section */
@@ -380,15 +306,6 @@
380306
);
381307
runOnlyForDeploymentPostprocessing = 0;
382308
};
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-
};
392309
/* End PBXResourcesBuildPhase section */
393310

394311
/* Begin PBXShellScriptBuildPhase section */
@@ -457,24 +374,6 @@
457374
);
458375
runOnlyForDeploymentPostprocessing = 0;
459376
};
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-
};
478377
/* End PBXSourcesBuildPhase section */
479378

480379
/* Begin PBXVariantGroup section */
@@ -486,14 +385,6 @@
486385
name = LaunchScreen.xib;
487386
sourceTree = "<group>";
488387
};
489-
C1511ABB1BDD9F6E003B4E6C /* MainMenu.xib */ = {
490-
isa = PBXVariantGroup;
491-
children = (
492-
C1511ABC1BDD9F6E003B4E6C /* Base */,
493-
);
494-
name = MainMenu.xib;
495-
sourceTree = "<group>";
496-
};
497388
/* End PBXVariantGroup section */
498389

499390
/* Begin XCBuildConfiguration section */
@@ -659,47 +550,6 @@
659550
};
660551
name = Release;
661552
};
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-
};
703553
/* End XCBuildConfiguration section */
704554

705555
/* Begin XCConfigurationList section */
@@ -721,15 +571,6 @@
721571
defaultConfigurationIsVisible = 0;
722572
defaultConfigurationName = Release;
723573
};
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-
};
733574
/* End XCConfigurationList section */
734575
};
735576
rootObject = 7CC2508C1A447901009F91C8 /* Project object */;

AGAudioPlayerOSX/AppDelegate.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

AGAudioPlayerOSX/AppDelegate.m

Lines changed: 0 additions & 26 deletions
This file was deleted.

AGAudioPlayerOSX/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)