Skip to content

Commit

Permalink
Updated the project for release.
Browse files Browse the repository at this point in the history
Switched to @rpath for the install path and switched minimum OS to 10.5
Used otool -L /usr/local/lib/libSDL_net-1.2.0.dylib to figure out what the library versions should be.
  • Loading branch information
slouken committed Jan 3, 2012
1 parent 81d34e0 commit a0a0040
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 222 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,4 +1,6 @@
1.2.8:
Sam Lantinga - Tue Jan 3 01:36:33 EST 2012
* The Mac OS X framework name changed to SDLnet, to meet Apple's requirements
Sam Lantinga - Sat Dec 31 10:28:12 EST 2011
* SDL_net is now under the zlib license
Sam Lantinga - Sun Nov 20 01:29:33 EST 2011
Expand Down
12 changes: 6 additions & 6 deletions Xcode/Info-Framework__Upgraded_.plist
Expand Up @@ -5,23 +5,23 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SDL_net</string>
<string>SDLnet</string>
<key>CFBundleGetInfoString</key>
<string>http://www.libsdl.org</string>
<string>http://www.libsdl.org/projects/SDL_net</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>SDL_net</string>
<string>SDLnet</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Simple DirectMedia Layer</string>
<string>Simple DirectMedia Layer Network Library</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.5</string>
<string>1.2.8</string>
<key>CFBundleSignature</key>
<string>SDL_netX</string>
<string>SDLnetX</string>
<key>CFBundleVersion</key>
<string>1.2.8</string>
</dict>
Expand Down

0 comments on commit a0a0040

Please sign in to comment.