From f6936782351929d3b261947ad08b80342463fd4e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Apr 2018 22:17:34 -0700 Subject: iOS: create our own OS support file Up until now we just reused the macos.c file for convenience, hard coding a specific file path that may or may not work on iOS. Instead get the preferred path from Qt and for this we need to be able to call into Qt, so this needs to be a C++ file. Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index c43f13930..2a97bf33f 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -37,7 +37,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../core/windowtitleupdate.cpp \ ../../../core/file.c \ ../../../core/subsurfacestartup.c \ - ../../../core/macos.c \ + ../../../core/ios.cpp \ ../../../core/profile.c \ ../../../core/device.c \ ../../../core/dive.c \ -- cgit v1.2.3-70-g09d2