diff options
author | Sam Lantinga <slouken@libsdl.org> | 2012-09-04 23:17:56 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2012-09-04 23:17:56 -0700 |
commit | 0dd3eb2c28e3e7dcafe654cc3d3fecb77e8d5042 (patch) | |
tree | 4a328c51e2112d61b588081639baf6c2c23bca8d /Xcode-iOS | |
parent | c576bf10be60b1662b902f931c5a85738676fee5 (diff) |
Updated the Demos project to link with SDL2
Diffstat (limited to 'Xcode-iOS')
-rwxr-xr-x | Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj b/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj index 13c951f19c..29ebd4dde1 100755 --- a/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj +++ b/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj @@ -373,7 +373,7 @@ FD1B48930E313154007AB34E /* Products */ = { isa = PBXGroup; children = ( - FD1B489E0E313154007AB34E /* libSDL.a */, + FD1B489E0E313154007AB34E /* libSDL2.a */, 04AB757111E563D200BE9753 /* testsdl.app */, ); name = Products; @@ -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; |