Skip to content

Instantly share code, notes, and snippets.

View marciomeschini's full-sized avatar

Marco Meschini marciomeschini

View GitHub Profile
@marciomeschini
marciomeschini / 0_reuse_code.js
Created May 30, 2016 18:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@marciomeschini
marciomeschini / FabricWithoutFabricApp.md
Last active June 6, 2019 10:38
Add iOS project to Fabric/Crashlytics without using Fabric app. Requires use of cocoapods.
  • create a new project from Xcode
  • open a terminal, go to the project folder
  • pod init
  • open Podfile, add:
pod 'Fabric'
pod 'Crashlytics'
  • pod install
  • open workspace