[TIMOB-26285] Hyperloop: iOS - Objective-C++ files are incorrectly added to the Xcode project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-08-11T18:56:56.000+0000 |
Affected Version/s | Hyperloop 3.0.5 |
Fix Version/s | Hyperloop 3.1.2 |
Components | n/a |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Jan Vennemann |
Created | 2018-08-10T11:51:32.000+0000 |
Updated | 2018-08-21T21:59:13.000+0000 |
Description
Adding a source file with .mm extension (Objective-C++) will incorrectly add it with
sourcecode.c.objc
file type to the Xcode project, should be sourcecode.cpp.objcpp
.
Affects a deprecated feature but the fix is a simple one liner.
PR (master): https://github.com/appcelerator/hyperloop.next/pull/299 PR (3_1_X): https://github.com/appcelerator/hyperloop.next/pull/298
Hyperloop 3.1.2 Beta can be checked [here](https://github.com/appcelerator-modules/hyperloop-builds/releases/tag/v3.1.2-beta.1).