From 48071ed335775d69115152841dc7074580b68b8c Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Wed, 29 Nov 2023 14:44:46 -0700 Subject: [PATCH] Remove some references to SFML 2 Mentioning the version number isn't always necessary so I removed some instances of the version number to prevent us redoing this work for new major releases going forward. --- src/SFML/Window/macOS/SFContext.mm | 2 +- .../SFML/SFML App.xctemplate/TemplateInfo.plist.in | 2 +- .../SFML/SFML CLT.xctemplate/TemplateInfo.plist | 2 +- tools/xcode/templates/readme.txt | 14 ++++---------- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/SFML/Window/macOS/SFContext.mm b/src/SFML/Window/macOS/SFContext.mm index dbf785969..bca73e87f 100644 --- a/src/SFML/Window/macOS/SFContext.mm +++ b/src/SFML/Window/macOS/SFContext.mm @@ -209,7 +209,7 @@ void SFContext::createContext(SFContext* shared, unsigned int bitsPerPixel, cons } // Support for OpenGL 3.2 on Mac OS X Lion and later: - // SFML 2 Graphics module uses some OpenGL features that are deprecated in + // The SFML Graphics module uses some OpenGL features that are deprecated in // OpenGL 3.0 and that are no longer available in 3.1 and 3.2+ with a core context. // Therefore the Graphics module won't work as expected. diff --git a/tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist.in b/tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist.in index 3592607f5..28776d7e8 100644 --- a/tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist.in +++ b/tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist.in @@ -25,7 +25,7 @@ subject to the following restrictions: --> diff --git a/tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist index ef3605ab0..ca3737423 100644 --- a/tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist +++ b/tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist @@ -25,7 +25,7 @@ subject to the following restrictions: --> diff --git a/tools/xcode/templates/readme.txt b/tools/xcode/templates/readme.txt index 0730b2584..b7e6ab227 100644 --- a/tools/xcode/templates/readme.txt +++ b/tools/xcode/templates/readme.txt @@ -1,7 +1,7 @@ -XCODE TEMPLATES FOR SFML 2 -========================== +XCODE TEMPLATES FOR SFML +======================== -These templates help you to easily create a new SFML 2 project for Xcode 4 or greater. +These templates help you to easily create a new SFML project for Xcode 4 or greater. @@ -39,7 +39,7 @@ Before installing the template, make sure you have installed: - Xcode 4 or greater, up to date; - the Command Line Tools; - - SFML 2, either as frameworks or dylibs, as described in the official tutorials. + - SFML, either as frameworks or dylibs, as described in the official tutorials. You should also be familiar with Xcode. If needed checkout this document: @@ -82,12 +82,6 @@ FAQ - * I'm still using SFML 1.6. Can I use these templates anyway? - - No, these templates were made for SFML 2 only. - - - * I would like to add/remove a module of SFML from my current project without creating a new project. How can I do that?