Skip to content

Instantly share code, notes, and snippets.

View benasher44's full-sized avatar

Ben Asher benasher44

View GitHub Profile
@benasher44
benasher44 / kif_xcode7.3_fix.diff
Created March 23, 2016 20:19
Proposed fix for XCTest-KIF class loading issues
diff --git a/Classes/KIFAccessibilityEnabler.m b/Classes/KIFAccessibilityEnabler.m
index afac189..a501c5b 100644
--- a/Classes/KIFAccessibilityEnabler.m
+++ b/Classes/KIFAccessibilityEnabler.m
@@ -41,12 +41,7 @@
+ (void)load
{
@autoreleasepool {
- if ([XCTestObservationCenter respondsToSelector:@selector(sharedTestObservationCenter)]) {
- XCTestObservationCenter *observationCenter = [XCTestObservationCenter sharedTestObservationCenter];
cython>=0.2
karta>=0.4.4
@benasher44
benasher44 / pip_install_karta_without_numpy.out
Created September 7, 2015 23:36
Output after running ```pip install cython``` followed by ```pip install --no-cache-dir -e git+https://github.com/njwilson23/karta@numpyless-install#egg=karta-dev```
Obtaining karta from git+https://github.com/njwilson23/karta@numpyless-install#egg=karta-dev
Cloning https://github.com/njwilson23/karta (to numpyless-install) to /Users/benasher/Code/Python/venvs/karta_test/src/karta
Collecting numpy>=1.6 (from karta)
Downloading numpy-1.9.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.7MB)
100% |████████████████████████████████| 3.7MB 12.1MB/s
Collecting pyproj>=1.9 (from karta)
Downloading pyproj-1.9.4.tar.gz (7.8MB)
100% |████████████████████████████████| 7.8MB 9.7MB/s
Collecting pyshp>=1.2 (from karta)
Downloading pyshp-1.2.3.tar.gz