From e8a60429514af065a368862d656f5e699d7056e6 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 17 Sep 2018 12:08:15 +0200 Subject: mac: create Xcode project for mobile (on a desktop) Create Xcode project, allowing easy editing of all sources. the project uses "make mobile" and "make desktop" to generate the project, so all CMake changes are automatically updated the project uses folder references, so adding/removing a source is automatically updated The project expect build-mobile and build to be existing as well as external libraries, so after cloning do a normal build before using the project. Signed-off-by: Jan Iversen --- .../xcschemes/Subsurface-mobile.xcscheme | 84 ++++++++++++++++++++++ .../xcshareddata/xcschemes/subsurface.xcscheme | 80 +++++++++++++++++++++ 2 files changed, 164 insertions(+) create mode 100644 packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/Subsurface-mobile.xcscheme create mode 100644 packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/subsurface.xcscheme (limited to 'packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes') diff --git a/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/Subsurface-mobile.xcscheme b/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/Subsurface-mobile.xcscheme new file mode 100644 index 000000000..730e17be7 --- /dev/null +++ b/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/Subsurface-mobile.xcscheme @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/subsurface.xcscheme b/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/subsurface.xcscheme new file mode 100644 index 000000000..0ea97e2ba --- /dev/null +++ b/packaging/macosx/Subsurface-mobile.xcodeproj/xcshareddata/xcschemes/subsurface.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2