Skip to content

Instantly share code, notes, and snippets.

View depth42's full-sized avatar

Frank Illenberger depth42

  • ProjectWizards
  • Frankfurt, Germany
View GitHub Profile
@depth42
depth42 / gist:291d9cc9ffde5bf8652b
Created December 7, 2015 16:32
How to force a Spotlight importer embedded in an app to be recognized by the system for testing
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f /path/to/MyApp.app
@depth42
depth42 / gist:e0da81f3a7b4e249c102ad1e832033af
Created July 8, 2016 06:17
How to manually symbolicate crash logs from dSYMs in Terminal.app
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash [path to crashlog file] [paths to dSYMs]
//
// PWFilePromise.h
// PWAppKit
//
// Created by Frank Illenberger on 09.01.18.
// Copyright © 2018 ProjectWizards. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN