X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b27aba7ff5351d788e6250b7dd0e38c15a001817..c1c078a84366c6e043d2fac0ab86c912e53bc804:/MenuTunes.xcodeproj/project.pbxproj diff --git a/MenuTunes.xcodeproj/project.pbxproj b/MenuTunes.xcodeproj/project.pbxproj index e206911..cac7557 100755 --- a/MenuTunes.xcodeproj/project.pbxproj +++ b/MenuTunes.xcodeproj/project.pbxproj @@ -12,6 +12,9 @@ 3739DDA508CFA0C600CCFBC6 /* PlaylistNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3739DDA108CFA0C600CCFBC6 /* PlaylistNode.h */; }; 3739DDA608CFA0C600CCFBC6 /* PlaylistNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3739DDA208CFA0C600CCFBC6 /* PlaylistNode.m */; }; 3740716D05ACE20500CC2142 /* libValidate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3740716C05ACE20500CC2142 /* libValidate.a */; }; + 3798C6B6091874600004C420 /* AudioscrobblerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3798C6B4091874600004C420 /* AudioscrobblerController.h */; }; + 3798C6B7091874600004C420 /* AudioscrobblerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3798C6B5091874600004C420 /* AudioscrobblerController.m */; }; + 37A1EBDB091F07F700C2CE55 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37A1EBDA091F07F700C2CE55 /* Security.framework */; }; 37B7EA0406AECF0700A4DE86 /* ChasingArrow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 37B7EA0306AECF0700A4DE86 /* ChasingArrow.tiff */; }; 37CB20230753EE1E00BB0E46 /* StatusWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C331FB305A922210088905B /* StatusWindowController.m */; }; 7C331F8F05A921AC0088905B /* MenuTunes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C331F8D05A921AC0088905B /* MenuTunes.h */; }; @@ -117,6 +120,34 @@ /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ + 7C2A8858092266F7007A4F41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7C505D290801F0C700017AF9 /* ITMac.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8DC2EF4F0486A6940098B216; + remoteInfo = ITMac; + }; + 7C2A885A092266FA007A4F41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7C505D2D0801F0D100017AF9 /* ITFoundation.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8DC2EF4F0486A6940098B216; + remoteInfo = ITFoundation; + }; + 7C2A885E09226713007A4F41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7C505D2D0801F0D100017AF9 /* ITFoundation.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8DC2EF4F0486A6940098B216; + remoteInfo = ITFoundation; + }; + 7C2A886009226716007A4F41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7C505D290801F0C700017AF9 /* ITMac.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8DC2EF4F0486A6940098B216; + remoteInfo = ITMac; + }; 7C331FF205A9253F0088905B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; @@ -166,20 +197,6 @@ remoteGlobalIDString = 8DC2EF5B0486A6940098B216; remoteInfo = ITMac; }; - 7C505D480801F1F400017AF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7C505D290801F0C700017AF9 /* ITMac.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = ITMac; - }; - 7C505D4A0801F20200017AF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7C505D290801F0C700017AF9 /* ITMac.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 8DC2EF4F0486A6940098B216; - remoteInfo = ITMac; - }; 7C505D4E0801F20D00017AF9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 7C505D250801F0BE00017AF9 /* ITKit.xcodeproj */; @@ -226,6 +243,9 @@ 3739DDA108CFA0C600CCFBC6 /* PlaylistNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlaylistNode.h; sourceTree = ""; }; 3739DDA208CFA0C600CCFBC6 /* PlaylistNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlaylistNode.m; sourceTree = ""; }; 3740716C05ACE20500CC2142 /* libValidate.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libValidate.a; sourceTree = ""; }; + 3798C6B4091874600004C420 /* AudioscrobblerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioscrobblerController.h; sourceTree = ""; }; + 3798C6B5091874600004C420 /* AudioscrobblerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioscrobblerController.m; sourceTree = ""; }; + 37A1EBDA091F07F700C2CE55 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = ""; }; 37B7EA0306AECF0700A4DE86 /* ChasingArrow.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ChasingArrow.tiff; sourceTree = ""; }; 7C331F6805A918EC0088905B /* ITMTRemote.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ITMTRemote.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 7C331F6905A918EC0088905B /* ITMTRemote-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "ITMTRemote-Info.plist"; sourceTree = SOURCE_ROOT; }; @@ -324,6 +344,7 @@ 7C95A0E905A92B0700B4F576 /* libcrypto.dylib in Frameworks */, 7C95A0F005A92B4800B4F576 /* Carbon.framework in Frameworks */, 3740716D05ACE20500CC2142 /* libValidate.a in Frameworks */, + 37A1EBDB091F07F700C2CE55 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -365,6 +386,8 @@ 7C331FC105A9225A0088905B /* iTunesRemote.m */, 3739DDA108CFA0C600CCFBC6 /* PlaylistNode.h */, 3739DDA208CFA0C600CCFBC6 /* PlaylistNode.m */, + 3798C6B4091874600004C420 /* AudioscrobblerController.h */, + 3798C6B5091874600004C420 /* AudioscrobblerController.m */, ); name = Classes; sourceTree = ""; @@ -374,6 +397,7 @@ children = ( 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, 7C95A0EF05A92B4800B4F576 /* Carbon.framework */, + 37A1EBDA091F07F700C2CE55 /* Security.framework */, 3740716C05ACE20500CC2142 /* libValidate.a */, 7C95A0E805A92B0700B4F576 /* libcrypto.dylib */, ); @@ -532,6 +556,7 @@ 7C95A0CF05A9299E00B4F576 /* validate.h in Headers */, 7C95A0E405A929F400B4F576 /* CustomMenuTableView.h in Headers */, 3739DDA308CFA0C600CCFBC6 /* PlaylistNode.h in Headers */, + 3798C6B6091874600004C420 /* AudioscrobblerController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -627,7 +652,8 @@ WRAPPER_EXTENSION = remote; }; dependencies = ( - 7C505D490801F1F400017AF9 /* PBXTargetDependency */, + 7C2A885F09226713007A4F41 /* PBXTargetDependency */, + 7C2A886109226716007A4F41 /* PBXTargetDependency */, 7C331FF305A9253F0088905B /* PBXTargetDependency */, ); name = iTunesRemote; @@ -700,7 +726,8 @@ WRAPPER_EXTENSION = app; }; dependencies = ( - 7C505D4B0801F20200017AF9 /* PBXTargetDependency */, + 7C2A885B092266FA007A4F41 /* PBXTargetDependency */, + 7C2A8859092266F7007A4F41 /* PBXTargetDependency */, 7C505D4F0801F20D00017AF9 /* PBXTargetDependency */, 7C331FF505A925550088905B /* PBXTargetDependency */, 7C331FF705A9255A0088905B /* PBXTargetDependency */, @@ -729,6 +756,10 @@ mainGroup = 29B97314FDCFA39411CA2CEA /* MenuTunes */; projectDirPath = ""; projectReferences = ( + { + ProductGroup = 7C505D330801F0F000017AF9 /* Products */; + ProjectRef = 7C505D2D0801F0D100017AF9 /* ITFoundation.xcodeproj */; + }, { ProductGroup = 7C505D370801F0F000017AF9 /* Products */; ProjectRef = 7C505D250801F0BE00017AF9 /* ITKit.xcodeproj */; @@ -737,10 +768,6 @@ ProductGroup = 7C505D350801F0F000017AF9 /* Products */; ProjectRef = 7C505D290801F0C700017AF9 /* ITMac.xcodeproj */; }, - { - ProductGroup = 7C505D330801F0F000017AF9 /* Products */; - ProjectRef = 7C505D2D0801F0D100017AF9 /* ITFoundation.xcodeproj */; - }, ); targets = ( 8D1107260486CEB800E47090 /* MenuTunes */, @@ -882,12 +909,33 @@ 7C95A0E305A929F400B4F576 /* CustomMenuTableView.m in Sources */, 37CB20230753EE1E00BB0E46 /* StatusWindowController.m in Sources */, 3739DDA408CFA0C600CCFBC6 /* PlaylistNode.m in Sources */, + 3798C6B7091874600004C420 /* AudioscrobblerController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 7C2A8859092266F7007A4F41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ITMac; + targetProxy = 7C2A8858092266F7007A4F41 /* PBXContainerItemProxy */; + }; + 7C2A885B092266FA007A4F41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ITFoundation; + targetProxy = 7C2A885A092266FA007A4F41 /* PBXContainerItemProxy */; + }; + 7C2A885F09226713007A4F41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ITFoundation; + targetProxy = 7C2A885E09226713007A4F41 /* PBXContainerItemProxy */; + }; + 7C2A886109226716007A4F41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ITMac; + targetProxy = 7C2A886009226716007A4F41 /* PBXContainerItemProxy */; + }; 7C331FF305A9253F0088905B /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 7C331F6705A918EC0088905B /* ITMTRemote */; @@ -903,16 +951,6 @@ target = 7C331F6E05A918FB0088905B /* iTunesRemote */; targetProxy = 7C331FF605A9255A0088905B /* PBXContainerItemProxy */; }; - 7C505D490801F1F400017AF9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ITMac (from ITMac.xcodeproj)"; - targetProxy = 7C505D480801F1F400017AF9 /* PBXContainerItemProxy */; - }; - 7C505D4B0801F20200017AF9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ITMac (from ITMac.xcodeproj)"; - targetProxy = 7C505D4A0801F20200017AF9 /* PBXContainerItemProxy */; - }; 7C505D4F0801F20D00017AF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "ITKit (from ITKit.xcodeproj)"; @@ -964,7 +1002,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 7C182AC808A84C6300A098F8 /* Development */ = { + 7C182AC808A84C6300A098F8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -994,9 +1032,9 @@ WARNING_CFLAGS = "-Wmost"; ZERO_LINK = NO; }; - name = Development; + name = Debug; }; - 7C182AC908A84C6300A098F8 /* Deployment */ = { + 7C182AC908A84C6300A098F8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -1022,7 +1060,7 @@ WARNING_CFLAGS = "-Wmost"; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C182ACA08A84C6300A098F8 /* Default */ = { isa = XCBuildConfiguration; @@ -1048,7 +1086,7 @@ }; name = Default; }; - 7C182ACC08A84C6300A098F8 /* Development */ = { + 7C182ACC08A84C6300A098F8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -1072,9 +1110,9 @@ WRAPPER_EXTENSION = remote; ZERO_LINK = NO; }; - name = Development; + name = Debug; }; - 7C182ACD08A84C6300A098F8 /* Deployment */ = { + 7C182ACD08A84C6300A098F8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -1094,7 +1132,7 @@ WRAPPER_EXTENSION = remote; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C182ACE08A84C6300A098F8 /* Default */ = { isa = XCBuildConfiguration; @@ -1114,7 +1152,7 @@ }; name = Default; }; - 7C182AD008A84C6300A098F8 /* Development */ = { + 7C182AD008A84C6300A098F8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -1145,9 +1183,9 @@ WRAPPER_EXTENSION = app; ZERO_LINK = NO; }; - name = Development; + name = Debug; }; - 7C182AD108A84C6300A098F8 /* Deployment */ = { + 7C182AD108A84C6300A098F8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -1175,7 +1213,7 @@ WRAPPER_EXTENSION = app; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C182AD208A84C6300A098F8 /* Default */ = { isa = XCBuildConfiguration; @@ -1204,21 +1242,21 @@ }; name = Default; }; - 7C182AD408A84C6300A098F8 /* Development */ = { + 7C182AD408A84C6300A098F8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.2; SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; }; - name = Development; + name = Debug; }; - 7C182AD508A84C6300A098F8 /* Deployment */ = { + 7C182AD508A84C6300A098F8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.2; SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; }; - name = Deployment; + name = Release; }; 7C182AD608A84C6300A098F8 /* Default */ = { isa = XCBuildConfiguration; @@ -1234,8 +1272,8 @@ 7C182AC708A84C6300A098F8 /* Build configuration list for PBXNativeTarget "ITMTRemote" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C182AC808A84C6300A098F8 /* Development */, - 7C182AC908A84C6300A098F8 /* Deployment */, + 7C182AC808A84C6300A098F8 /* Debug */, + 7C182AC908A84C6300A098F8 /* Release */, 7C182ACA08A84C6300A098F8 /* Default */, ); defaultConfigurationIsVisible = 0; @@ -1244,8 +1282,8 @@ 7C182ACB08A84C6300A098F8 /* Build configuration list for PBXNativeTarget "iTunesRemote" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C182ACC08A84C6300A098F8 /* Development */, - 7C182ACD08A84C6300A098F8 /* Deployment */, + 7C182ACC08A84C6300A098F8 /* Debug */, + 7C182ACD08A84C6300A098F8 /* Release */, 7C182ACE08A84C6300A098F8 /* Default */, ); defaultConfigurationIsVisible = 0; @@ -1254,8 +1292,8 @@ 7C182ACF08A84C6300A098F8 /* Build configuration list for PBXNativeTarget "MenuTunes" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C182AD008A84C6300A098F8 /* Development */, - 7C182AD108A84C6300A098F8 /* Deployment */, + 7C182AD008A84C6300A098F8 /* Debug */, + 7C182AD108A84C6300A098F8 /* Release */, 7C182AD208A84C6300A098F8 /* Default */, ); defaultConfigurationIsVisible = 0; @@ -1264,8 +1302,8 @@ 7C182AD308A84C6300A098F8 /* Build configuration list for PBXProject "MenuTunes" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C182AD408A84C6300A098F8 /* Development */, - 7C182AD508A84C6300A098F8 /* Deployment */, + 7C182AD408A84C6300A098F8 /* Debug */, + 7C182AD508A84C6300A098F8 /* Release */, 7C182AD608A84C6300A098F8 /* Default */, ); defaultConfigurationIsVisible = 0;