Skip to content

Instantly share code, notes, and snippets.

View mungler's full-sized avatar

Rory Sinclair mungler

View GitHub Profile
# assuming your project is called 'MyProject' and the xcodeproj file is inside a folder
# called 'MyProject' and is called 'MyProject.xcodeproj', and that j2objc generated source
# is output into the 'MyProject/generated_src', this script will integrate the generated
# source code and add all .m and .swift files to the project's main target
# use at your own risk... dont shout at me if this breaks your project,
# turns your hair blue or kills your dog...
require 'xcodeproj'
@mungler
mungler / DCIOSObjectArrayConverter.m
Created March 19, 2019 15:52
A custom parser class for KeyValueObjectMapping to support j2objc'd IOSObjectArray type
//
// DCIOSObjectArrayConverter.m
//
// Created by Rory Sinclair on 13/03/2019.
// Copyright © 2019 ASMALLWORLD. All rights reserved.
//
#import "DCIOSObjectArrayConverter.h"
#import "IOSObjectArray.h"
#import "DCDynamicAttribute.h"
0x0bF5677899Cd6a4354Eb44Ccd1ebfA1Abd68d623

Keybase proof

I hereby claim:

  • I am mungler on github.
  • I am mungler (https://keybase.io/mungler) on keybase.
  • I have a public key ASChpuDgVq-X435QajEN0FkS8yx-4m1vMzzJbYDQxLFWmAo

To claim this, I am signing this object:

Eddie:~ rory$ couchdb
Apache CouchDB 1.0.0 (LogLevel=info) is starting.
=SUPERVISOR REPORT==== 6-Aug-2010::12:28:46 ===
Supervisor: {local,couch_primary_services}
Context: start_error
Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}},
[{couch_log,init,1},
{gen_event,server_add_handler,4},
{gen_event,handle_msg,5},
Eddie:~ rory$ couchdb
=ERROR REPORT==== 30-Jul-2010::17:21:04 ===
Unable to load crypto_drv. Failed with error:
"dlopen(/usr/local/Cellar/erlang/R13B04/lib/erlang/lib/crypto-1.6.4/priv/lib/crypto_drv.so, 2): Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/Cellar/erlang/R13B04/lib/erlang/lib/crypto-1.6.4/priv/lib/crypto_drv.so
Reason: image not found"
OpenSSL might not be installed on this system.
@mungler
mungler / couchdb_config.log
Created July 30, 2010 15:58
config.log from my failed attempt to install CouchDB 1.0.0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Apache CouchDB configure 1.0.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/couchdb/1.0.0 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include --with-js-lib=/usr/local/lib
## --------- ##