diff options
author | Simon Rettberg | 2019-07-30 16:02:49 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-07-30 16:02:49 +0200 |
commit | 67847892c023174a0f4771a473196e85945b73c7 (patch) | |
tree | f616022706fe80e14f0803eaacd34d46a9115be2 /OSX/xscreensaver.xcconfig | |
parent | Update to 5.42 (diff) | |
download | xscreensaver-67847892c023174a0f4771a473196e85945b73c7.tar.gz xscreensaver-67847892c023174a0f4771a473196e85945b73c7.tar.xz xscreensaver-67847892c023174a0f4771a473196e85945b73c7.zip |
Remove android and OSX files
Diffstat (limited to 'OSX/xscreensaver.xcconfig')
-rw-r--r-- | OSX/xscreensaver.xcconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/OSX/xscreensaver.xcconfig b/OSX/xscreensaver.xcconfig deleted file mode 100644 index c1a9cc2..0000000 --- a/OSX/xscreensaver.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -// To create builds that work properly on MacOS 10.6, Xcode 5.0.2 must -// be used, since that is the latest version that supports garbage collection. -// If the Xcode version is 5.02 or earlier, use these settings: -// "10.4", "-fobjc-gc", "-no-fobjc-gc" -// If the Xcode version is later than that, use these settings: -// "10.6", "", "" -// and the generate builds will only work on 10.6 or later. -// -MACOSX_DEPLOYMENT_TARGET=10.7 -OBJC_GC_CFLAGS= -OBJC_NO_GC_CFLAGS= |