Skip to content

Commit

Permalink
Fixed name of framework in example program
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 9, 2012
1 parent 6c49dec commit 172f582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Xcode/playmus/playmus.xcodeproj/project.pbxproj
Expand Up @@ -12,7 +12,7 @@
BE1FA99007AF9AAE004B6283 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A47A9E01A0483001D3D55B /* SDLMain.m */; };
BE1FA99107AF9AAE004B6283 /* playmus.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D67401CD945F01F3E8B9 /* playmus.c */; };
BE1FA99307AF9AAE004B6283 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
BE1FA99B07AF9B6E004B6283 /* SDLmixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA99907AF9B6E004B6283 /* SDLmixer.framework */; };
BE1FA99B07AF9B6E004B6283 /* SDL_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA99907AF9B6E004B6283 /* SDL_mixer.framework */; };
BE1FA99C07AF9B6E004B6283 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA99A07AF9B6E004B6283 /* SDL.framework */; };
/* End PBXBuildFile section */

Expand All @@ -23,7 +23,7 @@
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
BE1FA99407AF9AAE004B6283 /* Info-playmus__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-playmus__Upgraded_.plist"; sourceTree = "<group>"; };
BE1FA99507AF9AAE004B6283 /* playmus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playmus.app; sourceTree = BUILT_PRODUCTS_DIR; };
BE1FA99907AF9B6E004B6283 /* SDLmixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDLmixer.framework; path = /Library/Frameworks/SDLmixer.framework; sourceTree = "<absolute>"; };
BE1FA99907AF9B6E004B6283 /* SDL_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_mixer.framework; path = /Library/Frameworks/SDL_mixer.framework; sourceTree = "<absolute>"; };
BE1FA99A07AF9B6E004B6283 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
F567D67401CD945F01F3E8B9 /* playmus.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = playmus.c; path = ../../playmus.c; sourceTree = SOURCE_ROOT; };
F5A47A9D01A0482F01D3D55B /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
Expand All @@ -36,7 +36,7 @@
buildActionMask = 2147483647;
files = (
BE1FA99307AF9AAE004B6283 /* Cocoa.framework in Frameworks */,
BE1FA99B07AF9B6E004B6283 /* SDLmixer.framework in Frameworks */,
BE1FA99B07AF9B6E004B6283 /* SDL_mixer.framework in Frameworks */,
BE1FA99C07AF9B6E004B6283 /* SDL.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -56,7 +56,7 @@
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
BE1FA99907AF9B6E004B6283 /* SDLmixer.framework */,
BE1FA99907AF9B6E004B6283 /* SDL_mixer.framework */,
BE1FA99A07AF9B6E004B6283 /* SDL.framework */,
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
Expand Down
8 changes: 4 additions & 4 deletions Xcode/playwave/playwave.xcodeproj/project.pbxproj
Expand Up @@ -12,7 +12,7 @@
BE1FA9E207AF9BE7004B6283 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A47A9E01A0483001D3D55B /* SDLMain.m */; };
BE1FA9E307AF9BE7004B6283 /* playwave.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D66E01CD930A01F3E8B9 /* playwave.c */; };
BE1FA9E507AF9BE7004B6283 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
BE1FA9E607AF9BE7004B6283 /* SDLmixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA9CC07AF9BD0004B6283 /* SDLmixer.framework */; };
BE1FA9E607AF9BE7004B6283 /* SDL_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA9CC07AF9BD0004B6283 /* SDL_mixer.framework */; };
BE1FA9E707AF9BE7004B6283 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA9CD07AF9BD0004B6283 /* SDL.framework */; };
/* End PBXBuildFile section */

Expand All @@ -21,7 +21,7 @@
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
BE1FA9CC07AF9BD0004B6283 /* SDLmixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDLmixer.framework; path = /Library/Frameworks/SDLmixer.framework; sourceTree = "<absolute>"; };
BE1FA9CC07AF9BD0004B6283 /* SDL_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_mixer.framework; path = /Library/Frameworks/SDL_mixer.framework; sourceTree = "<absolute>"; };
BE1FA9CD07AF9BD0004B6283 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
BE1FA9E807AF9BE7004B6283 /* Info-playwave__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-playwave__Upgraded_.plist"; sourceTree = "<group>"; };
BE1FA9E907AF9BE7004B6283 /* playwave.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playwave.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -36,7 +36,7 @@
buildActionMask = 2147483647;
files = (
BE1FA9E507AF9BE7004B6283 /* Cocoa.framework in Frameworks */,
BE1FA9E607AF9BE7004B6283 /* SDLmixer.framework in Frameworks */,
BE1FA9E607AF9BE7004B6283 /* SDL_mixer.framework in Frameworks */,
BE1FA9E707AF9BE7004B6283 /* SDL.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -56,7 +56,7 @@
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
BE1FA9CC07AF9BD0004B6283 /* SDLmixer.framework */,
BE1FA9CC07AF9BD0004B6283 /* SDL_mixer.framework */,
BE1FA9CD07AF9BD0004B6283 /* SDL.framework */,
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
Expand Down

0 comments on commit 172f582

Please sign in to comment.