Skip to content

Commit

Permalink
Fix paths in XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
mattball committed May 22, 2010
1 parent 6f5468d commit 9f74c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pianobar.xcodeproj/project.pbxproj
Expand Up @@ -169,21 +169,21 @@
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C90B1873119A8DDD001AD6DF /* libao */;
remoteGlobalIDString = C90B1873119A8DDD001AD6DF;
remoteInfo = libao;
};
C9B60DD611A4B51100A28F37 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C90B187D119A8EDA001AD6DF /* libmad */;
remoteGlobalIDString = C90B187D119A8EDA001AD6DF;
remoteInfo = libmad;
};
C9B60DD811A4B51100A28F37 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C90B1881119A8EFA001AD6DF /* libfaad */;
remoteGlobalIDString = C90B1881119A8EFA001AD6DF;
remoteInfo = libfaad;
};
C9ECB1C1119A9C480075E08B /* PBXContainerItemProxy */ = {
Expand Down

0 comments on commit 9f74c5e

Please sign in to comment.