aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/DarwinGCC.qbs
Commit message (Expand)AuthorAgeFilesLines
* Add support for compiling Interface Builder storyboards.Jake Petroules2014-07-221-2/+2
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-221-4/+16
* Add support for compiling OS X icon sets.Jake Petroules2014-07-211-2/+2
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-5/+5
* Remove CFBundleIconFile default Info.plist key.Jake Petroules2014-07-141-3/+0
* add product name to OS X command descriptionsJoerg Bornemann2014-05-221-3/+3
* Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-241-4/+4
* Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-141-1/+1
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-3/+3
* Added PathTools import to DarwinGCCIvan Komissarov2014-04-071-0/+1
* Replace qmake placeholders in Info.plist.Jake Petroules2014-03-121-1/+16
* Rename doRepl to expandPlistEnvironmentVariables.Jake Petroules2014-03-121-1/+1
* Use PropertyList instead of plutil for increased performance.Jake Petroules2014-03-041-25/+31
* import qbs.FileInfo in darwin-tools.jsJoerg Bornemann2014-02-281-1/+0
* Add retina display support to the default Info.plist.Jake Petroules2014-02-281-2/+6
* Use getNativeSetting instead of sw_vers for increased performance.Jake Petroules2014-02-271-4/+2
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-10/+10
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+1
* Introduce xcodeSdkName and xcodeSdkVersion properties.Jake Petroules2014-01-171-0/+9
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+4
|\
| * fix usage of dsym file tagJoerg Bornemann2014-01-091-1/+4
* | Prevent exceptions from products that don't use Info.plist.Jake Petroules2014-01-081-0/+5
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-071-3/+4
|\|
| * fix OS X dsym file tagsJoerg Bornemann2014-01-071-3/+4
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-12-101-1/+2
|\|
| * iOS: exclude non-applicable functionality from Simulator builds.Jake Petroules2013-12-091-1/+2
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-111-4/+8
|\|
| * don't call sw_vers twiceJoerg Bornemann2013-11-071-5/+3
| * Add many missing calls to Process.close() and one to TextFile.close().Jake Petroules2013-11-061-0/+6
* | Silence framework bundle structural commands.Jake Petroules2013-11-071-0/+3
|/
* Move a number of cpp module properties to the base module.Jake Petroules2013-10-221-23/+14
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-301-3/+3
* Move Interface Builder document handling to its own module.Jake Petroules2013-09-091-52/+2
* Fix Info.plist variable replacement.Jake Petroules2013-08-271-2/+4
* remove superfluous explicitlyDependsOnJoerg Bornemann2013-08-011-1/+0
* Make Info.plist composition more robust: followup.Jake Petroules2013-07-151-0/+3
* Make Info.plist composition more robust.Jake Petroules2013-07-121-28/+48
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* Make built-in JavaScript extensions available on demand.Christian Kandeler2013-07-031-0/+2
* Improve JS extension class "Process".Christian Kandeler2013-07-031-20/+14
* Allow empty platform path when setting build env for Apple platforms.Jake Petroules2013-07-011-7/+9
* Overwrite existing symlinks in framework bundle artifacts.Jake Petroules2013-06-251-4/+4
* Implement the infoPlistFormat property.Jake Petroules2013-06-191-4/+16
* Make use of contains() where appropriate.Jake Petroules2013-06-181-1/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-4/+4
* Performing variables expansion in Info.plistFawzi Mohamed2013-06-131-0/+70
* fix cpp property references in DarwinGCC.qbsJoerg Bornemann2013-06-101-2/+2
* Make use of Rule.condition in ipa rule.Jake Petroules2013-06-101-9/+1
* Improve Info.plist handling.Jake Petroules2013-06-071-45/+108
* fix/add missing import statementsJoerg Bornemann2013-06-041-1/+1