X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b27aba7ff5351d788e6250b7dd0e38c15a001817..a9dfa3e5705fdde676dce25d2c463d08cdb90a0e:/MenuTunes.xcodeproj/project.pbxproj diff --git a/MenuTunes.xcodeproj/project.pbxproj b/MenuTunes.xcodeproj/project.pbxproj index e206911..64d5c64 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 */; }; @@ -166,20 +169,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 +215,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 +316,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 +358,8 @@ 7C331FC105A9225A0088905B /* iTunesRemote.m */, 3739DDA108CFA0C600CCFBC6 /* PlaylistNode.h */, 3739DDA208CFA0C600CCFBC6 /* PlaylistNode.m */, + 3798C6B4091874600004C420 /* AudioscrobblerController.h */, + 3798C6B5091874600004C420 /* AudioscrobblerController.m */, ); name = Classes; sourceTree = ""; @@ -374,6 +369,7 @@ children = ( 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, 7C95A0EF05A92B4800B4F576 /* Carbon.framework */, + 37A1EBDA091F07F700C2CE55 /* Security.framework */, 3740716C05ACE20500CC2142 /* libValidate.a */, 7C95A0E805A92B0700B4F576 /* libcrypto.dylib */, ); @@ -532,6 +528,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 +624,6 @@ WRAPPER_EXTENSION = remote; }; dependencies = ( - 7C505D490801F1F400017AF9 /* PBXTargetDependency */, 7C331FF305A9253F0088905B /* PBXTargetDependency */, ); name = iTunesRemote; @@ -700,7 +696,6 @@ WRAPPER_EXTENSION = app; }; dependencies = ( - 7C505D4B0801F20200017AF9 /* PBXTargetDependency */, 7C505D4F0801F20D00017AF9 /* PBXTargetDependency */, 7C331FF505A925550088905B /* PBXTargetDependency */, 7C331FF705A9255A0088905B /* PBXTargetDependency */, @@ -882,6 +877,7 @@ 7C95A0E305A929F400B4F576 /* CustomMenuTableView.m in Sources */, 37CB20230753EE1E00BB0E46 /* StatusWindowController.m in Sources */, 3739DDA408CFA0C600CCFBC6 /* PlaylistNode.m in Sources */, + 3798C6B7091874600004C420 /* AudioscrobblerController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -903,16 +899,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)";