Commit Graph

24 Commits

Author SHA1 Message Date
Joshua Granick
f358c92002 Fix 'cannot find build target by' error, increase consistency of C++ builds 2016-12-15 21:04:44 -08:00
Jonathan Como
f6c6ec798b Allow use of HAXELIB_PATH within Xcode environment after building iOS or
tvOS projects (close #705)
2016-09-29 11:10:08 -07:00
Joshua Granick
1d1e37fc46 Add empty AppIcon values to Contents.json 2016-09-11 00:32:14 -07:00
Joshua Granick
5ac4c6b485 Add 83.5 icon 2016-09-07 14:09:24 -07:00
Joshua Granick
a0c7669300 Add UIRequiresFullScreen key to iOS plist 2016-07-08 08:57:46 -07:00
Federico Bricker
fc93259125 Add NSAppTransportSecurity section to info.plist with NSAllowsArbitraryLoads enabled 2016-05-31 12:47:44 -03:00
Joshua Granick
12ded77e14 Support current Options.txt format for iOS target / HXCPP 2015-07-24 20:54:41 -07:00
Joshua Granick
5cb840381e iOS fix 2015-05-30 18:04:47 -07:00
Joshua Granick
6a6d37f734 Use safe name for registering statics, use 'lime_legacy_' for legacy prims to avoid conflicting names 2015-04-07 12:03:16 -07:00
Joshua Granick
3c413958c4 Fix iOS 2015-03-25 13:20:09 -07:00
Joshua Granick
dc7a766623 iOS update 2015-03-20 09:37:42 -07:00
Joshua Granick
e51871c372 Hack to support added 'lib' prefix on HXCPP 3.2+ iOS target 2015-02-25 12:25:57 -08:00
Joshua Granick
41b2aa06d8 Read Options.txt in iOS makefile build (fixes #323) 2015-02-20 12:16:00 -08:00
Joshua Granick
c0f1416535 Update default iOS deployment to 6.0 and remove unnecessary CFBundleIcon data now that we use asset catalogs for icons 2015-01-17 21:16:18 -08:00
Martin Jonasson
81230c85b0 Updates iOS launch image and icon data for non legacy templates 2015-01-09 14:31:09 +01:00
Joshua Granick
5cda508492 Remove comments 2015-01-08 15:42:11 -08:00
Joshua Granick
25f01e477a Compile fix 2015-01-08 12:53:56 -08:00
Joshua Granick
af5396119e Migrate to an Asset Catalog for Xcode icons and launch images 2015-01-08 10:45:56 -08:00
Joshua Granick
86493339e8 Add C++ compiler defines to iOS build (closes #301, fixes #300) 2015-01-05 13:05:37 -08:00
Joshua Granick
f7ab6ab36b Fix builds for iOS x86_64, arm64, improve code caching, speed up build 2014-12-18 13:07:52 -08:00
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