Skip to content

Instantly share code, notes, and snippets.

View manuinsfx's full-sized avatar

Manuel Robledo manuinsfx

  • insertEFFECT GmbH
  • Nürnberg
View GitHub Profile
#!/usr/bin/env php
<?php
require_once 'vendor/autoload.php';
$options = getopt('f:t:');
if (empty($csvFilename = $options['f'])) {
die("Please provide CSV filename: -f some-file");
}
@manuinsfx
manuinsfx / XCGBugfenderLogDestination.swift
Last active June 21, 2017 13:14
Bugfender XCGLogger Integration
//
// XCGBugfenderLogDestination.swift
//
// Created by Manuel Robledo on 17.03.16.
// Copyright © 2016 insertEFFECT GmbH. All rights reserved.
//
import Foundation
import XCGLogger