2012-06-18 17:55:43 +00:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
|
|
|
|
# Backups
|
|
|
|
*~
|
2012-06-18 23:15:37 +00:00
|
|
|
|
|
|
|
# Mac OS X metadata
|
|
|
|
*.DS_Store
|
Basilisk II compiles on Xcode 8, as a 64-bit Mac app
SDL 1.x is used for display, rather than Mac OS X specific backend. If time permits, I'll port it to SDL 2, if only to reduce Basilisk's overall code foot-print.
Lots of features are apt to be disabled, as many 'dummy' backends were used.
Video-depths other than 1-bit or 32-bit are untested, and in some cases (4-bit, at least) are currently non-functional. This is due to a partial re-write of the SDL backend's blitting code, which was non-functional when low-bit-depths were used.
The SDL backend was also rewired, on OSX, to not attempt to align the display buffer on page-boundaries. So far, this doesn't seem to cause any notice-able problems, however, that's only using limited knowledge and testing (System 7.5.x does boot and display at 640x480, though!). The original display-buffer allocation code was failing to run, in some cases.
Preferences are, on Mac, currently hardcoded to be accessed at /tmp/BasiliskII/BasiliskII_Prefs. The folder, "/tmp/BasiliskII/", may be a symbolic link to elsewhere, though.
2017-07-22 21:43:42 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Xcode gitignore settings are from https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore
|
|
|
|
#
|
|
|
|
|
|
|
|
## Xcode, Build generated
|
|
|
|
build/
|
|
|
|
DerivedData/
|
|
|
|
|
|
|
|
## Xcode, Various settings
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata/
|
2019-07-06 16:36:58 +00:00
|
|
|
xcschemes/
|
|
|
|
project.xcworkspace/
|
Basilisk II compiles on Xcode 8, as a 64-bit Mac app
SDL 1.x is used for display, rather than Mac OS X specific backend. If time permits, I'll port it to SDL 2, if only to reduce Basilisk's overall code foot-print.
Lots of features are apt to be disabled, as many 'dummy' backends were used.
Video-depths other than 1-bit or 32-bit are untested, and in some cases (4-bit, at least) are currently non-functional. This is due to a partial re-write of the SDL backend's blitting code, which was non-functional when low-bit-depths were used.
The SDL backend was also rewired, on OSX, to not attempt to align the display buffer on page-boundaries. So far, this doesn't seem to cause any notice-able problems, however, that's only using limited knowledge and testing (System 7.5.x does boot and display at 640x480, though!). The original display-buffer allocation code was failing to run, in some cases.
Preferences are, on Mac, currently hardcoded to be accessed at /tmp/BasiliskII/BasiliskII_Prefs. The folder, "/tmp/BasiliskII/", may be a symbolic link to elsewhere, though.
2017-07-22 21:43:42 +00:00
|
|
|
|
|
|
|
## Xcode, Other
|
|
|
|
*.moved-aside
|
|
|
|
*.xccheckout
|
|
|
|
*.xcscmblueprint
|
2017-07-27 02:03:56 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# JetBrains IDE settings
|
|
|
|
#
|
|
|
|
*.idea
|