Skip to content

Instantly share code, notes, and snippets.

View arbesfeld's full-sized avatar

Matthew Arbesfeld arbesfeld

View GitHub Profile
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.buildASTSchema = buildASTSchema;
var _find = require('../jsutils/find');
var _find2 = _interopRequireDefault(_find);
@arbesfeld
arbesfeld / AppDelegate.m
Created September 17, 2015 02:02
Update app on first load + display alert when new build becomes available.
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <AppHub/AppHub.h>
var cameraOptions = {
width: 400,
height: 300
};
MeteorCamera.getPicture(cameraOptions, function (error, image) {
});
if (Meteor.isServer) {