Skip to content

Instantly share code, notes, and snippets.

View MattNewberry's full-sized avatar

Matthew Newberry MattNewberry

View GitHub Profile
diff --git a/buyonetsy/Favorites/BOEFavoritesAndListsViewController.m b/buyonetsy/Favorites/BOEFavoritesAndListsViewController.m
index cf1abc0460..5a210231a4 100644
--- a/buyonetsy/Favorites/BOEFavoritesAndListsViewController.m
+++ b/buyonetsy/Favorites/BOEFavoritesAndListsViewController.m
@@ -21,6 +21,7 @@
@interface BOEFavoritesAndListsViewController() <BOEFavoritesRecommendationViewDelegate, BOEFavoritesRecommendationResourceDelegate>
@property (nonatomic, nullable) FavoritesRecommendationView *favsRecommendationsView;
+@property (nonatomic, strong) BOEFavoritesRecommendationResource * favsRecsResource;
@MattNewberry
MattNewberry / bluepill.sh
Created February 8, 2017 17:12
Bluepill step
#!/bin/bash
set -ex
#install bluepill
git clone git@github.com:linkedin/bluepill.git "$BITRISE_SOURCE_DIR/bluepill"
#build bluepill
cd "$BITRISE_SOURCE_DIR/bluepill"
./scripts/bluepill.sh build
{
"created_at": "Thu Jul 16 17:34:05 +0000 2015",
"id": 621734561228177400,
"id_str": "621734561228177408",
"text": "O Americans Dogs\n\n soon \n\nYOU Will see wonders\n#Chattanooga \n#USA\n#ISIS http://t.co/8tPawr6U1y",
"source": "<a href="http: //twitter.com" rel="nofollow">Twitter Web Client</a>",
"truncated": false,
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
### Keybase proof
I hereby claim:
* I am mattnewberry on github.
* I am mnewberry (https://keybase.io/mnewberry) on keybase.
* I have a public key whose fingerprint is D293 FD6C F691 9B70 AF03 FB59 C939 EAA1 E0B2 3420
To claim this, I am signing this object:
*Requirements
To compile the project successfully, ensure that [[https://github.com/rentzsch/mogenerator][mogenerator]] is installed. It can be installed with brew:
src_<bash>{:brew install mogenerator}