Skip to content

Instantly share code, notes, and snippets.

View eivindml's full-sized avatar
🌱
Developing a new macOS app.

Eivind Lindbråten eivindml

🌱
Developing a new macOS app.
View GitHub Profile
@eivindml
eivindml / FetchedResultsPublisher.swift
Last active January 30, 2022 13:42 — forked from darrarski/FetchedResultsPublisher.swift
Swift-Combine-CoreData-Fetched-Results-Publisher
import Combine
import CoreData
public final class FetchedResultsPublisher<ResultType>: Publisher where ResultType: NSFetchRequestResult {
public init(request: NSFetchRequest<ResultType>, context: NSManagedObjectContext) {
self.request = request
self.context = context
}
@eivindml
eivindml / scntool.md
Created November 12, 2018 11:57 — forked from matux/scntool.md
SceneKit scntool command line options
$ xcrun scntool --verbose
| Current SceneKit version is 4.560000
| Running scntool (compiled on Jul  1 2018 01:01:55)

usage: scntool --convert file --format format [--output file]
000084a8:  7363 7269 7074 696f 6e00 2d2d 7461 7267 6574 2d70 6c61 7466  :scription.--target-platf