From bf235c49a83401ef7e4fcf902e96b276ef268d00 Mon Sep 17 00:00:00 2001 From: Levin Li Date: Mon, 1 Mar 2021 19:29:18 +0800 Subject: [PATCH] Add privacy policy and bump version --- MobileCelestia.xcodeproj/project.pbxproj | 8 ++++---- MobileCelestia/Celestia/CelestiaDisplayController.swift | 2 -- MobileCelestia/Settings/AboutViewController.swift | 3 ++- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/MobileCelestia.xcodeproj/project.pbxproj b/MobileCelestia.xcodeproj/project.pbxproj index 42553670..2dca0e73 100644 --- a/MobileCelestia.xcodeproj/project.pbxproj +++ b/MobileCelestia.xcodeproj/project.pbxproj @@ -984,8 +984,8 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; - SHARED_BUILD_NUMBER = 90; - SHARED_BUILD_VERSION = 1.2.7; + SHARED_BUILD_NUMBER = 92; + SHARED_BUILD_VERSION = 1.2.9; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; @@ -1041,8 +1041,8 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; - SHARED_BUILD_NUMBER = 90; - SHARED_BUILD_VERSION = 1.2.7; + SHARED_BUILD_NUMBER = 92; + SHARED_BUILD_VERSION = 1.2.9; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; diff --git a/MobileCelestia/Celestia/CelestiaDisplayController.swift b/MobileCelestia/Celestia/CelestiaDisplayController.swift index d3845292..61e22bd7 100644 --- a/MobileCelestia/Celestia/CelestiaDisplayController.swift +++ b/MobileCelestia/Celestia/CelestiaDisplayController.swift @@ -153,8 +153,6 @@ extension CelestiaDisplayController { glView.drawableMultisample = UserDefaults.app[.msaa] == true ? MGLDrawableMultisample4X : MGLDrawableMultisampleNone #else let context = EAGLContext(api: .openGLES2)! - context.isMultiThreaded = true - EAGLContext.setCurrent(context) glView.context = context diff --git a/MobileCelestia/Settings/AboutViewController.swift b/MobileCelestia/Settings/AboutViewController.swift index 80f8a18f..e5cc8735 100644 --- a/MobileCelestia/Settings/AboutViewController.swift +++ b/MobileCelestia/Settings/AboutViewController.swift @@ -57,7 +57,8 @@ class AboutViewController: BaseTableViewController { totalItems.append([ TextItem.link(title: CelestiaString("Development", comment: ""), url: URL(string: "https://github.com/levinli303/Celestia/wiki/Development")!), - TextItem.link(title: CelestiaString("Third Party Dependencies", comment: ""), url: URL(string: "https://github.com/levinli303/Celestia/wiki/Third-Party-Dependencies")!) + TextItem.link(title: CelestiaString("Third Party Dependencies", comment: ""), url: URL(string: "https://github.com/levinli303/Celestia/wiki/Third-Party-Dependencies")!), + TextItem.link(title: CelestiaString("Privacy Policy and Service Agreement", comment: ""), url: URL(string: "https://celestia.mobi/privacy.html")!) ]) totalItems.append([