This file contains 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
@import 'helpers/Utils.js'; | |
@import 'libraries/View.js'; | |
var onRun = function(context) { | |
utils.init(context); | |
dialog.showSuccessExportMessage(); | |
var app = [NSApplication sharedApplication]; | |
[app displayDialog:"Anything selected <img src='http://www.thinkandbuild.it/wp-includes/images/smilies/icon_sad.gif'/> " withTitle:"Exportabler"]; |
This file contains 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
{ | |
"posts":[ | |
{ | |
"id":42, | |
"body":"lol?", | |
"title":null, | |
"created_at":"2015-02-19T11:52:15.000+13:00", | |
"reply_ids":[ | |
], |
This file contains 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
{ | |
"posts": [ | |
{ | |
"id": 42, | |
"body": "lol?", | |
"title": null, | |
"created_at": "2015-02-19T11:52:15.000+13:00", | |
"reply_ids": [], | |
"like_ids": [] | |
}, |
This file contains 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
raw_info=#<OmniAuth::AuthHash email="airforcen@hotmail.com" first_name="Zige" gender="male" id="10206022637909599" last_name="Li" link="https://www.facebook.com/app_scoped_user_id/10206022637909599/" locale="en_US" name="Zige Li" timezone=13 updated_time="2013-12-08T05:35:05+0000" verified=true>> info=#<OmniAuth::AuthHash::InfoHash email="airforcen@hotmail.com" first_name="Zige" image="http://graph.facebook.com/10206022637909599/picture" last_name="Li" name="Zige Li" urls=#<OmniAuth::AuthHash Facebook="https://www.facebook.com/app_scoped_user_id/10206022637909599/"> verified=true> provider="facebook" uid="10206022637909599"> |
This file contains 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
source 'https://github.com/CocoaPods/Specs.git' | |
platform :ios, '7.0' | |
inhibit_all_warnings! | |
def import_pods | |
pod 'AFNetworking', '~> 1.3.2' | |
pod 'DCKeyValueObjectMapping' | |
pod 'ISO8601DateFormatter', '~> 0.7' |
This file contains 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
// | |
// MCHWebViewController.m | |
// Gallipoli | |
// | |
// Created by Matt on 10/09/14. | |
// Copyright (c) 2014 Touchtech Limited. All rights reserved. | |
// | |
#import "MCHWebViewController.h" |
NewerOlder