##International ###Tech related
##Berlin ###Tech related ###Other
| <!-- Make sure to load the injectCSS() function when the body is loading --> | |
| <body onload="injectCSS();"> | |
| FUN | |
| </body> |
| import requests | |
| import console | |
| import Image | |
| import StringIO | |
| content = sys.argv[1] | |
| console.clear() | |
| print "Generating QR-Code for: " + content |
##International ###Tech related
##Berlin ###Tech related ###Other
| // ---- | |
| // Sass (v3.4.9) | |
| // Compass (v1.0.1) | |
| // Susy (v2.1.3) | |
| // ---- | |
| @import "susy"; | |
| $susy: ( | |
| flow: ltr, |
Seems like there is a bug in iTunes Connect where XCode doesn't fetch the correct dSYMs, which is quite a nightmare.
However, whith a little help of the atos tool we can squeeze some code out of the crash.
I wrote a simple ruby script that goes through all unsymbolicated lines of a crash file and replaces them their symbolicated amigo. It works like this:
ruby symbolicate.rb MyApp.app/MyApp the_crash.crash| # coding: utf-8 | |
| import appex | |
| import requests | |
| from bottle import route, run | |
| from objc_util import * | |
| SFSafariViewController = ObjCClass('SFSafariViewController') | |
| @on_main_thread | |
| def open_in_safari_vc(url, tint_color=None): |
| (function(){ | |
| var selection = context.selection.firstObject() | |
| if (selection.class() != "MSSliceLayer") | |
| return | |
| var exportRequest = MSExportRequest.exportRequestsFromExportableLayer_inRect_useIDForName_( | |
| selection, | |
| selection.absoluteInfluenceRect(), | |
| false |