Commit Graph

11 Commits

Author SHA1 Message Date
cbatson
32145347a9 Facilitate framework paths containing spaces for iOS. 2014-09-29 17:43:46 -07:00
Joshua Granick
6e348b7310 Merge pull request #155 from JandyCo/ios-framework-search-paths
Allow for custom search paths for iOS framework dependencies
2014-05-12 10:08:57 -07:00
Joshua
5362467559 Remove -l from linker flags loop 2014-05-11 14:05:18 -04:00
Joshua
d32396157b Use IOS_LINKER_FLAGS as an array 2014-05-11 13:55:27 -04:00
Joshua
5d33e71b32 Add loop to insert list of frameworkSearchPaths as defined by the project.xml file 2014-05-02 22:40:18 -04:00
Joshua Granick
c4a4da5567 Patch iOS project 2014-04-23 05:01:03 -07:00
underscorediscovery
0b3e4ad2a1 Fixing possible iOS problems
When linking statically, register prims complains as a linker error,
And the two new frameworks were required in the PROJ file
2014-04-10 22:46:31 -02:30
Joshua Granick
9b3e65cd74 Use C++11 by default for iOS, fix builds 2014-04-01 20:41:41 -07:00
Joshua Granick
e175cfe154 Merge openfl-native templates 2014-02-13 09:41:09 -08:00
underscorediscovery
9099d89a67 Provisionally cleaning up older --macro calls from the build files.
It seems keep is a macro in newer versions of haxe, and is the preferred
way anyway. I can't manage to get the compiler to remove the Main file
no matter what, so removing it provisionally. It causes FD and probably
more to choke on the code complete step when it throws errors from the
--macro option.

This can be readded if keep is really needed, but it doesn't appear to
be (or if it's using the incorrect keep syntax then that could be
corrected).
2014-02-01 05:45:51 -03:30
underscorediscovery
ba35d41715 Updating templates path 2013-11-28 01:23:25 -03:30