Skip to content

Commit

Permalink
Updated the project for release.
Browse files Browse the repository at this point in the history
Removed legacy graphics library build
Switched to @rpath for the install path and switched minimum OS to 10.5
Used otool -L /usr/local/lib/libSDL_image-1.2.0.dylib to figure out what the library versions should be.
Hand crafted a webp framework and added webp loading support by default
  • Loading branch information
slouken committed Jan 3, 2012
1 parent 148cb6c commit 34f3f4d
Show file tree
Hide file tree
Showing 26 changed files with 1,582 additions and 7,238 deletions.
14 changes: 7 additions & 7 deletions Xcode/Info-Framework__Upgraded_.plist
Expand Up @@ -5,24 +5,24 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SDL_image</string>
<string>SDLimage</string>
<key>CFBundleGetInfoString</key>
<string>http://www.libsdl.org</string>
<string>http://www.libsdl.org/projects/SDL_image</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>SDL_image</string>
<string>SDLimage</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Simple DirectMedia Layer</string>
<string>Simple DirectMedia Layer Image Library</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.10</string>
<string>1.2.11</string>
<key>CFBundleSignature</key>
<string>SDL_imageX</string>
<string>SDLimageX</string>
<key>CFBundleVersion</key>
<string>1.2.10</string>
<string>1.2.11</string>
</dict>
</plist>
659 changes: 153 additions & 506 deletions Xcode/SDL_image.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

45 changes: 0 additions & 45 deletions Xcode/graphics/include/jconfig.h

This file was deleted.

291 changes: 0 additions & 291 deletions Xcode/graphics/include/jerror.h

This file was deleted.

0 comments on commit 34f3f4d

Please sign in to comment.