summaryrefslogtreecommitdiff
path: root/src/file/cocoa/SDL_rwopsbundlesupport.m
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-08-20Merged default into iOS-improvementsAlex Szpakowski1-11/+10
2014-08-17Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepoolSam Lantinga1-6/+2
2014-08-06Updated the iOS backend code to use Objective-C's automatic reference countin...Alex Szpakowski1-2/+1
2014-07-14Misc. iOS code improvements.Alex Szpakowski1-17/+14
2014-07-07Fixed bug 2631 - Mac: minor code cleanupSam Lantinga1-6/+3
2014-03-15Fixed iOS buildSam Lantinga1-1/+1
2014-03-13Added missing copyright noticesSam Lantinga1-2/+27
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-20/+20
2013-02-11Backed out use of @autorelease keyword for now, since it's not supported by o...Sam Lantinga1-16/+19
2013-01-06Replaced manual NSAutoreleasePool handing with @autoreleasestopiccot1-19/+16
2010-06-26Mostly cleaned up warnings with -Wmissing-prototypesSam Lantinga1-0/+2
2010-05-08Exempted writable modes from bundle check on OS X since bundle areas are typi...Eric Wing1-0/+6
2010-05-08Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...Eric Wing1-0/+37