organicmaps/iphone
Kiryl Kaveryn ec77ba3efe
[ios] remove hardcoded CoreApi-swift.h to allow xcode generate a swift bridge (#9594)
- The `CoreApi-Swift.h` is a file that should be generated by the xcode to opens the swift classes
to the objc
- Custom hardcoded `CoreApi-swift.h` blocks this feature and contains objc headers. It blocks the autogeneration and don't allow to use the swift and objc classes in the same framework. This is why the file is removed and all the file's content is moved to the 'CoreApi.h'.
- The `Framework.h` can be used only but the objc so it is removed from the 'CoreApi.h' and is imported only when it's necessary
- `Defines Module` is set to NO because it should be set to YES only after the first swift file is added to the framework. In other case the bridging file will not be generated

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-11-01 14:22:34 +04:00
..
Chart [xcode] Fix upgrade warnings in the project 2023-12-20 13:52:26 +01:00
CoreApi [ios] remove hardcoded CoreApi-swift.h to allow xcode generate a swift bridge (#9594) 2024-11-01 14:22:34 +04:00
DatePicker [ios] replace cornerRadius with setCorner to handle continuous curve 2024-02-13 23:46:28 +02:00
Maps [ios] remove hardcoded CoreApi-swift.h to allow xcode generate a swift bridge (#9594) 2024-11-01 14:22:34 +04:00
metadata [store] 2024.10.04 Release Notes (#9440) 2024-10-08 12:22:54 -07:00
plist.txt [strings] Hindi translations 2024-01-16 13:03:45 +02:00
upload_to_appstore.sh Properly generate/use the same version in all places 2022-05-21 08:26:37 +02:00