diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dc3730d..7b807a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,6 +201,6 @@ elseif(MACOSX) install(DIRECTORY extlibs/libs-osx/Frameworks/sndfile.framework DESTINATION ${CMAKE_INSTALL_FRAMEWORK_PREFIX}) if(INSTALL_XCODE4_TEMPLATES) - install(DIRECTORY xcode/templates/SFML DESTINATION $ENV{HOME}/Library/Developer/Xcode/Templates) + install(DIRECTORY tools/xcode/templates/SFML DESTINATION $ENV{HOME}/Library/Developer/Xcode/Templates) endif() endif() diff --git a/xcode/example/Cocoa.xcodeproj/project.pbxproj b/tools/xcode/example/Cocoa.xcodeproj/project.pbxproj similarity index 100% rename from xcode/example/Cocoa.xcodeproj/project.pbxproj rename to tools/xcode/example/Cocoa.xcodeproj/project.pbxproj diff --git a/xcode/example/Cocoa.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/tools/xcode/example/Cocoa.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from xcode/example/Cocoa.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to tools/xcode/example/Cocoa.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/xcode/example/Cocoa/Cocoa-Info.plist b/tools/xcode/example/Cocoa/Cocoa-Info.plist similarity index 100% rename from xcode/example/Cocoa/Cocoa-Info.plist rename to tools/xcode/example/Cocoa/Cocoa-Info.plist diff --git a/xcode/example/Cocoa/Cocoa-Prefix.pch b/tools/xcode/example/Cocoa/Cocoa-Prefix.pch similarity index 100% rename from xcode/example/Cocoa/Cocoa-Prefix.pch rename to tools/xcode/example/Cocoa/Cocoa-Prefix.pch diff --git a/xcode/example/Cocoa/CocoaAppDelegate.h b/tools/xcode/example/Cocoa/CocoaAppDelegate.h similarity index 100% rename from xcode/example/Cocoa/CocoaAppDelegate.h rename to tools/xcode/example/Cocoa/CocoaAppDelegate.h diff --git a/xcode/example/Cocoa/CocoaAppDelegate.mm b/tools/xcode/example/Cocoa/CocoaAppDelegate.mm similarity index 100% rename from xcode/example/Cocoa/CocoaAppDelegate.mm rename to tools/xcode/example/Cocoa/CocoaAppDelegate.mm diff --git a/xcode/example/Cocoa/NSString+stdstring.h b/tools/xcode/example/Cocoa/NSString+stdstring.h similarity index 100% rename from xcode/example/Cocoa/NSString+stdstring.h rename to tools/xcode/example/Cocoa/NSString+stdstring.h diff --git a/xcode/example/Cocoa/NSString+stdstring.mm b/tools/xcode/example/Cocoa/NSString+stdstring.mm similarity index 100% rename from xcode/example/Cocoa/NSString+stdstring.mm rename to tools/xcode/example/Cocoa/NSString+stdstring.mm diff --git a/xcode/example/Cocoa/blue.png b/tools/xcode/example/Cocoa/blue.png similarity index 100% rename from xcode/example/Cocoa/blue.png rename to tools/xcode/example/Cocoa/blue.png diff --git a/xcode/example/Cocoa/en.lproj/Credits.rtf b/tools/xcode/example/Cocoa/en.lproj/Credits.rtf similarity index 100% rename from xcode/example/Cocoa/en.lproj/Credits.rtf rename to tools/xcode/example/Cocoa/en.lproj/Credits.rtf diff --git a/xcode/example/Cocoa/en.lproj/InfoPlist.strings b/tools/xcode/example/Cocoa/en.lproj/InfoPlist.strings similarity index 100% rename from xcode/example/Cocoa/en.lproj/InfoPlist.strings rename to tools/xcode/example/Cocoa/en.lproj/InfoPlist.strings diff --git a/xcode/example/Cocoa/en.lproj/MainMenu.xib b/tools/xcode/example/Cocoa/en.lproj/MainMenu.xib similarity index 100% rename from xcode/example/Cocoa/en.lproj/MainMenu.xib rename to tools/xcode/example/Cocoa/en.lproj/MainMenu.xib diff --git a/xcode/example/Cocoa/green.png b/tools/xcode/example/Cocoa/green.png similarity index 100% rename from xcode/example/Cocoa/green.png rename to tools/xcode/example/Cocoa/green.png diff --git a/xcode/example/Cocoa/logo.png b/tools/xcode/example/Cocoa/logo.png similarity index 100% rename from xcode/example/Cocoa/logo.png rename to tools/xcode/example/Cocoa/logo.png diff --git a/xcode/example/Cocoa/main.m b/tools/xcode/example/Cocoa/main.m similarity index 100% rename from xcode/example/Cocoa/main.m rename to tools/xcode/example/Cocoa/main.m diff --git a/xcode/example/Cocoa/red.png b/tools/xcode/example/Cocoa/red.png similarity index 100% rename from xcode/example/Cocoa/red.png rename to tools/xcode/example/Cocoa/red.png diff --git a/xcode/example/readme.txt b/tools/xcode/example/readme.txt similarity index 100% rename from xcode/example/readme.txt rename to tools/xcode/example/readme.txt diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.hpp b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.hpp similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.hpp rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.hpp diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.mm b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.mm similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.mm rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/ResourcePath.mm diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/TemplateInfo.plist similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/TemplateInfo.plist rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/TemplateInfo.plist diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/cute_image.jpg b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/cute_image.jpg similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/cute_image.jpg rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/cute_image.jpg diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/nice_music.ogg b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/nice_music.ogg similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/nice_music.ogg rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/nice_music.ogg diff --git a/xcode/templates/SFML/SFML Application Base.xctemplate/sansation.ttf b/tools/xcode/templates/SFML/SFML Application Base.xctemplate/sansation.ttf similarity index 100% rename from xcode/templates/SFML/SFML Application Base.xctemplate/sansation.ttf rename to tools/xcode/templates/SFML/SFML Application Base.xctemplate/sansation.ttf diff --git a/xcode/templates/SFML/SFML Application.xctemplate/TemplateIcon.icns b/tools/xcode/templates/SFML/SFML Application.xctemplate/TemplateIcon.icns similarity index 100% rename from xcode/templates/SFML/SFML Application.xctemplate/TemplateIcon.icns rename to tools/xcode/templates/SFML/SFML Application.xctemplate/TemplateIcon.icns diff --git a/xcode/templates/SFML/SFML Application.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Application.xctemplate/TemplateInfo.plist similarity index 100% rename from xcode/templates/SFML/SFML Application.xctemplate/TemplateInfo.plist rename to tools/xcode/templates/SFML/SFML Application.xctemplate/TemplateInfo.plist diff --git a/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/TemplateInfo.plist similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/TemplateInfo.plist rename to tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/TemplateInfo.plist diff --git a/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/cute_image.jpg b/tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/cute_image.jpg similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/cute_image.jpg rename to tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/cute_image.jpg diff --git a/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/nice_music.ogg b/tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/nice_music.ogg similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/nice_music.ogg rename to tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/nice_music.ogg diff --git a/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/sansation.ttf b/tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/sansation.ttf similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/sansation.ttf rename to tools/xcode/templates/SFML/SFML Command Line Tool Base.xctemplate/sansation.ttf diff --git a/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateIcon.icns b/tools/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateIcon.icns similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateIcon.icns rename to tools/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateIcon.icns diff --git a/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateInfo.plist similarity index 100% rename from xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateInfo.plist rename to tools/xcode/templates/SFML/SFML Command Line Tool.xctemplate/TemplateInfo.plist diff --git a/xcode/templates/readme.txt b/tools/xcode/templates/readme.txt similarity index 100% rename from xcode/templates/readme.txt rename to tools/xcode/templates/readme.txt