Skip to content

Commit

Permalink
Disable iVersion for bug fix update!
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Apr 16, 2022
1 parent 0a9ad7e commit 2ceb310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Clocker/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
}
}

public func applicationWillFinishLaunching(_: Notification) {
iVersion.sharedInstance().useAllAvailableLanguages = true
iVersion.sharedInstance().verboseLogging = false
}

public func applicationDidFinishLaunching(_: Notification) {
// Required for migrating our model type to CoreModelKit
NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData")
Expand Down
5 changes: 0 additions & 5 deletions Clocker/Dependencies/iVersion/iVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ @interface iVersion ()

@implementation iVersion

+ (void)load
{
[self performSelectorOnMainThread:@selector(sharedInstance) withObject:nil waitUntilDone:NO];
}

+ (iVersion *)sharedInstance
{
static iVersion *sharedInstance = nil;
Expand Down

0 comments on commit 2ceb310

Please sign in to comment.