Skip to content

Commit

Permalink
Add privacy policy and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Mar 1, 2021
1 parent b69c71d commit bf235c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions MobileCelestia/Celestia/CelestiaDisplayController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion MobileCelestia/Settings/AboutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit bf235c4

Please sign in to comment.