This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
#install bluepill | |
git clone [email protected]:linkedin/bluepill.git "$BITRISE_SOURCE_DIR/bluepill" | |
#build bluepill | |
cd "$BITRISE_SOURCE_DIR/bluepill" | |
./scripts/bluepill.sh build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*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} |