Tobiasz Laskowski
99ca58d06f
Add workaround for hxcpp compiler cache bug
...
See: https://github.com/HaxeFoundation/hxcpp/issues/1180
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
ade8ca77a0
Fix options path for BuildHxcppMbedtls.xml
...
See: https://github.com/HaxeFoundation/hxcpp/issues/1178
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
00edf47529
Add support for linking mbedtls on latest hxcpp
...
The latest hxcpp makes it easier to link against the internal mbedtls,
however we still need backwards compatibility.
https://github.com/HaxeFoundation/hxcpp/pull/1133
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
6bfbe12df3
Link static hxcpp_mbedtls library for ios/tvos
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
3208c8772c
Use hxcpp -Ddestination flag to copy ios/tvos lib
...
This requires explicitly running the 'haxe' target, as the 'default'
target does not output a file.
It was added in hxcpp 3.2:
3ff97332d1
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
d87a849ab0
Use generic make rule for ios/tvos build targets
2025-02-10 09:24:47 -08:00
Tobiasz Laskowski
d375d74459
Make minor ios/tvos makefile adjustments
...
The targets do not create a file with the target name, so they should be
marked as .PHONY
We are not using implicit rules either, so we can disable them by
making .SUFFIXES empty
Group targets together
Also remove LIB_BASE variable, it has been unused since:
f7ab6ab36b
2025-02-10 09:24:47 -08:00
Joshua Granick
4a417c6091
Simplify static templates
2018-07-27 13:46:37 -07:00
Joshua Granick
536450620f
Harfbuzz fix
2018-07-24 17:10:07 -07:00
Adam
0cace541b6
iOS and tvOS deploy generate an appstore, adhoc, enterprise, or development IPA based on which of those flags is set. Defaults to appstore.
...
ex: lime deploy ios -adhoc
exportOptions-adhoc.plist includes template variables for generating an ad-hoc distribution manifest.
2017-11-29 13:04:31 -08:00
Joshua Granick
db0bdb6c2f
Update tvOS makefile
2017-11-27 14:04:07 -08:00
Joshua Granick
9f5a478154
Rename to 'ios.non-exempt-encryption'
2017-08-28 11:49:17 -07:00
sergey.labutin
ba04188590
try fix #1004
2017-08-28 11:46:06 -07:00
Joshua Granick
11be0782b4
Work on iOS identity/provisioning
2016-12-07 13:03:24 -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
Federico Bricker
fc93259125
Add NSAppTransportSecurity section to info.plist with NSAllowsArbitraryLoads enabled
2016-05-31 12:47:44 -03:00
Valerio Santinelli
1062d4d9eb
Fixes for tvOS.
...
Forces the architecture to be 64 bit only when using the simulator.
Also fixes an issue where it was being set the wrong define thus not allowing to build for the simulator as expected.
2016-05-17 15:48:32 +02:00
Joshua Granick
80729b21b9
Merge pull request #618 from grapefrukt/tvos-xcode-template-cleanup
...
Several changes to the XCode project template to fix warnings
2015-11-05 17:06:02 -08:00
Martin Jonasson
30e1276f06
Several changes to the XCode project template to fix warnings
...
Adds flags for testability, only to build active architecture, and bakes the app package name into the project file. All this to fix the warnings generated by XCode.
This also drops the flags for architecture completely as there is only one valid variation for tvOS and not setting it gives the default.
2015-11-05 12:39:15 +01:00
Martin Jonasson
345bc50246
Dropped flag for toggling bitcode on tvOS builds
...
I had some issues getting it to be set at all. Plus, considering that apps compiled without it will not even run on the devices I can't see any reason for keeping it around.
2015-11-05 11:52:22 +01:00
Valerio Santinelli
0772011fa9
Trying to enable bitcode for Apple TV
2015-10-07 20:43:46 +02:00
Valerio Santinelli
17ad144c97
Added GameController.framework to the tvOS project template
2015-10-02 17:16:59 +02:00
Valerio Santinelli
10e23041c4
Fixed the template project so that now it creates a viable Apple TV project
2015-10-01 19:16:10 +02:00
Valerio Santinelli
1825365ff6
Changed SDKROOT for the tvOS template
2015-09-30 22:40:24 +02:00
Valerio Santinelli
130e8e703e
More changes to build lime with AppleTV support (not yet finished)
2015-09-30 09:13:34 +02:00
Valerio Santinelli
c6b9772e96
Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper
2015-09-29 09:24:11 +02:00
Valerio Santinelli
1fe5147158
First few changes to build a tvOS target
2015-09-28 20:03:27 +02:00
Valerio Santinelli
5ff00ac628
Cloned the iPhone template to the new tvOS one
2015-09-28 19:24:28 +02:00