HaxeFoundation / HaxeFoundation/hxcpp
Remove QuartzCore dependency on iOS
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
https://github.com/HaxeFoundation/hxcpp/blob/00985d5d768c1fac8a0f8b85d2bd52d4f2dea559/src/hx/Date.cpp#L35 adds a dependency on QuartzCore which make it more annoying to use haxe code in an ios Extension. However this is redundant anyway since `CACurrentMediaTime` is just a wrapper around `mach_absolute_time` which this code already supports for HX_MACOS. If I delete the IPHONE special case and change HX_MACOS case to HX_MACOS || IPHONE then everyting works
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.