From d6804e95cdef8b0824cea02f3e8ebf787ab01081 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sun, 24 Mar 2019 02:15:28 +0100 Subject: [PATCH] update xcode --- PanoPainter.xcodeproj/project.pbxproj | 14 ++++++++++++++ src/app_vr.cpp | 2 ++ 2 files changed, 16 insertions(+) diff --git a/PanoPainter.xcodeproj/project.pbxproj b/PanoPainter.xcodeproj/project.pbxproj index 56faf9e..38c35b0 100644 --- a/PanoPainter.xcodeproj/project.pbxproj +++ b/PanoPainter.xcodeproj/project.pbxproj @@ -145,6 +145,10 @@ AD7FB08A223E8A43005913AB /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB071223E8A42005913AB /* Utils.cpp */; }; AD7FB08B223E8A43005913AB /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB072223E8A42005913AB /* YGValue.cpp */; }; AD7FB08C223E8A43005913AB /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB072223E8A42005913AB /* YGValue.cpp */; }; + AD7FB08F22470C75005913AB /* node_panel_floating.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB08E22470C75005913AB /* node_panel_floating.cpp */; }; + AD7FB09022470C75005913AB /* node_panel_floating.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB08E22470C75005913AB /* node_panel_floating.cpp */; }; + AD7FB09222470DE5005913AB /* app_vr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB09122470DE2005913AB /* app_vr.cpp */; }; + AD7FB09322470DE5005913AB /* app_vr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB09122470DE2005913AB /* app_vr.cpp */; }; ADA3ABF6222C8C370083B825 /* node_panel_quick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADA3ABF4222C8C350083B825 /* node_panel_quick.cpp */; }; ADA3ABF7222C8C370083B825 /* node_panel_quick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADA3ABF4222C8C350083B825 /* node_panel_quick.cpp */; }; ADAE4B2E216D06CE00B1DD8C /* HockeySDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADAE4B2D216D06CC00B1DD8C /* HockeySDK.framework */; }; @@ -456,6 +460,9 @@ AD7FB074223E8A42005913AB /* YGMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = libs/yoga/yoga/YGMacros.h; sourceTree = SOURCE_ROOT; }; AD7FB075223E8A42005913AB /* Yoga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = libs/yoga/yoga/Yoga.h; sourceTree = SOURCE_ROOT; }; AD7FB076223E8A42005913AB /* YGLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = libs/yoga/yoga/YGLayout.h; sourceTree = SOURCE_ROOT; }; + AD7FB08D22470C74005913AB /* node_panel_floating.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_panel_floating.h; sourceTree = ""; }; + AD7FB08E22470C75005913AB /* node_panel_floating.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node_panel_floating.cpp; sourceTree = ""; }; + AD7FB09122470DE2005913AB /* app_vr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = app_vr.cpp; sourceTree = ""; }; AD8CF71F1E913F0500083FFD /* log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log.cpp; sourceTree = ""; }; AD8CF7201E913F0500083FFD /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; AD95AEC31E41EDEC002DD03A /* font.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = font.cpp; sourceTree = ""; }; @@ -715,6 +722,8 @@ AD10636A1EC7ADFA002A525F /* node_panel_color.h */, ADE22BE3211904AA00D5F44B /* node_panel_grid.cpp */, ADE22BE4211904AA00D5F44B /* node_panel_grid.h */, + AD7FB08E22470C75005913AB /* node_panel_floating.cpp */, + AD7FB08D22470C74005913AB /* node_panel_floating.h */, AD10636B1EC7ADFA002A525F /* node_panel_layer.cpp */, AD10636C1EC7ADFA002A525F /* node_panel_layer.h */, ADA3ABF4222C8C350083B825 /* node_panel_quick.cpp */, @@ -798,6 +807,7 @@ AD0E11921ECA20F200CDA6BB /* app_events.cpp */, AD0E11931ECA20F200CDA6BB /* app_layout.cpp */, AD0E11941ECA20F200CDA6BB /* app_shaders.cpp */, + AD7FB09122470DE2005913AB /* app_vr.cpp */, AD58E0711E2A90EF006ACC15 /* app.h */, AD4C08CF1E89BD0F0051D85F /* asset.cpp */, AD4C08D01E89BD0F0051D85F /* asset.h */, @@ -1403,6 +1413,7 @@ AD7FB08A223E8A43005913AB /* Utils.cpp in Sources */, AD0E5CB71ECC72AD00C35669 /* layout.cpp in Sources */, ADEBA9062069A4F40085AE16 /* objc_utils.cpp in Sources */, + AD7FB09022470C75005913AB /* node_panel_floating.cpp in Sources */, AD0E5CB41ECC72AD00C35669 /* tinyxml2.cpp in Sources */, ADA3ABF7222C8C370083B825 /* node_panel_quick.cpp in Sources */, AD0E5CD81ECC72AD00C35669 /* canvas_modes.cpp in Sources */, @@ -1416,6 +1427,7 @@ AD0E5CC21ECC72AD00C35669 /* node_image.cpp in Sources */, AD43268221599A5B006DE7F6 /* node_usermanual.cpp in Sources */, ADBC8C4F1FAE7D370094B339 /* node_dialog_browse.cpp in Sources */, + AD7FB09322470DE5005913AB /* app_vr.cpp in Sources */, ADD6AFD71F94DEB000E92461 /* node_progress_bar.cpp in Sources */, AD0E5CDB1ECC72AD00C35669 /* font.cpp in Sources */, ADBC8C561FAFD0530094B339 /* app_cloud.cpp in Sources */, @@ -1555,10 +1567,12 @@ ADE22BE6211904AB00D5F44B /* node_panel_grid.cpp in Sources */, ADD7D2971EBF9E1C00D5A897 /* canvas.cpp in Sources */, AD1063AC1EC7AE92002A525F /* node_viewport.cpp in Sources */, + AD7FB08F22470C75005913AB /* node_panel_floating.cpp in Sources */, ADD7D2991EBF9E1C00D5A897 /* font.cpp in Sources */, AD0E11A41ECA61B900CDA6BB /* jpge.cpp in Sources */, AD10639C1EC7AE92002A525F /* node_color_quad.cpp in Sources */, AD1063961EC7AE92002A525F /* node.cpp in Sources */, + AD7FB09222470DE5005913AB /* app_vr.cpp in Sources */, AD7FB081223E8A43005913AB /* YGNode.cpp in Sources */, ADE491161F86E65D00FB8E92 /* advancing_front.cc in Sources */, AD10639D1EC7AE92002A525F /* node_dialog_open.cpp in Sources */, diff --git a/src/app_vr.cpp b/src/app_vr.cpp index 641cd03..f827755 100644 --- a/src/app_vr.cpp +++ b/src/app_vr.cpp @@ -11,6 +11,8 @@ bool App::vr_start() { #ifdef _WIN32 return win32_vr_start(); +#else + return false; #endif }