Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated the Demos project to link with SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 5, 2012
1 parent 7414061 commit d5e7dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj
Expand Up @@ -373,7 +373,7 @@
FD1B48930E313154007AB34E /* Products */ = {
isa = PBXGroup;
children = (
FD1B489E0E313154007AB34E /* libSDL.a */,
FD1B489E0E313154007AB34E /* libSDL2.a */,
04AB757111E563D200BE9753 /* testsdl.app */,
);
name = Products;
Expand Down Expand Up @@ -604,7 +604,7 @@
remoteRef = 04AB757011E563D200BE9753 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
FD1B489E0E313154007AB34E /* libSDL.a */ = {
FD1B489E0E313154007AB34E /* libSDL2.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libSDL2.a;
Expand Down

0 comments on commit d5e7dda

Please sign in to comment.