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
Justin Espedal
d5e80fa5c1
Allow use of launch storyboard instead of launch images on iOS
2019-11-06 12:27:48 -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
Joshua Granick
673d1cf014
Add support for languages field in iOS/Android/AIR templates
2018-07-07 06:48:51 -07:00
Adam
8bf5f12904
Use iOS .entitlements file instead of .plist for declaring app entitlements. Required by XCode 8 and newer.
2018-05-31 12:58:26 -07:00
Adam
6d4040f771
Support for iOS icon sizes 20, 20@2x, 20@3x, 29@3x, 40@3x.
2018-02-19 09:50:01 -08:00
Joshua Granick
de88df7dde
Use different file name
2018-01-30 10:15:12 -08:00
Joshua Granick
8a0ceba91d
Fix Xcode warnings anand update launch images
2018-01-30 10:11:50 -08:00
Joshua Granick
0cd3ad65a8
Add iPhone X launch image to Images.xcassets JSON
2018-01-30 09:38:24 -08: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
36e18ef270
Update 'create project' and iOS build to use variable substitution in directories/file names
2017-11-27 15:29:27 -08:00