119 Commits (f8c90cebe4c0e12dd0331c3c46b6af66ece6d6fe)

Author SHA1 Message Date
  jules f8bd0a3079 Introjucer: added swift as a source file type 9 years ago
  jules 8ef2d21aaa Introjucer: updated Xcode exporter to produce iOS launch images 9 years ago
  jules fd7a36a177 Introjucer: made the Xcode exporter treat swift files as source code 9 years ago
  jules 5fcf662375 Fixes for Introjucer in Xcode 7 9 years ago
  Timur Doumler 35424d137f Introjucer: Removed support for OSX 10.4; fixed name and displayed values for the "OSX Deployment Target" build setting. 9 years ago
  jules 21dabf778d Introjucer: Refactored global path implementation 10 years ago
  Timur Doumler bbf4627582 Introjucer: updated outdated iOS deployment target version number list. 10 years ago
  Timur Doumler 7c226fcf92 Introjucer: C++98 compile fixes. 10 years ago
  Timur Doumler a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  hogliux 0e6c3ab68f Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS 10 years ago
  jules 3cfdde28c3 Avoided a VC2013 warning in the introjucer. 10 years ago
  jules 0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 10 years ago
  jules 6cbab98ab2 Introjucer: update to the format of iOS icons. 10 years ago
  jules 43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 10 years ago
  Timur Doumler fc2f9e848d Introjucer: Added option to select C++ language standard for Xcode. 10 years ago
  jules 31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 10 years ago
  jules ef4a6ce1a7 Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. 10 years ago
  jules fce4188055 Introjucer: made the Xcode exporter delete .rsrc files to force a rebuild which can be needed to update the version number. 10 years ago
  jules bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 10 years ago
  jules ae271f09de Introjucer: Fixed a typo in the iOS project generation that creates the launch-image info file. 10 years ago
  jules 2bacad372f Introjucer: Fix for handling spaces in some Xcode project paths. 10 years ago
  jules ad967325cd Introjucer: Added a flag to the iOS plist to work around flickering problems when launching the app caused by the OS giving strange screen size values. 10 years ago
  jules d75c31bf64 Introjucer: Workaround for old versions of GCC 10 years ago
  jules 6d56d590df Introjucer: handled a couple more escape characters in the Xcode exporter 10 years ago
  jules 581f6d26de Introjucer: Fixed escaping of scripts in Xcode exporter 10 years ago
  jules f2f8da2abe Introjucer: bumped latest OSX SDK option to 10. 10 years ago
  jules d88a49d9ae Introjucer: avoided creating iOS assets for a static lib project. 10 years ago
  jules 811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 10 years ago
  jules 970300867f Introjucer: Added .S to the supported asm file extensions. 11 years ago
  jules 6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 11 years ago
  jules 94076545a4 Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 11 years ago
  jules 65f01eb6f7 Introjucer: tweaked Xcode project structure to avoid warning about architectures. 11 years ago
  jules 29f36905c5 Introjucer: updated the list of iOS versions. 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules 783af9c332 Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1 11 years ago
  jules cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 11 years ago
  jules 3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 11 years ago
  jules 593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 11 years ago
  jules ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 11 years ago
  jules f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 11 years ago
  jules e4557e618e Introjucer: fix for Xcode paths that contain spaces 11 years ago
  jules 272c38ff53 Introjucer: avoided mangling Xcode frameworks if they're specified as absolute paths. 11 years ago
  jules ab6314f9e3 Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. 11 years ago
  jules 3c03b34c07 Introjucer: made the Xcode projects correctly handle .c file types. 11 years ago
  jules 3fe01cdca7 Removed some duplicated code. 11 years ago
  jules f887803358 Introjucer: updated list of OSX SDK versions. 11 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago