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
// | |
// ViewController.swift | |
// starWarsTableViewUpdates | |
// | |
// Created by Christina Moulton on 2015-10-17. | |
// Copyright (c) 2015 Teak Mobile Inc. All rights reserved. | |
// | |
import UIKit |
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
Aug 22 10:18:58 Brians-Mac-mini com.apple.xpc.launchd[1] (com.apple.emond): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. | |
Aug 22 10:19:00 Brians-Mac-mini com.apple.xpc.launchd[1] (com.apple.cloudd): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. | |
Aug 22 10:19:00 Brians-Mac-mini ReportCrash[3860]: Saved crash report for cloudd[3862] version 638.1 (638.1) to /Users/Brian/Library/Logs/DiagnosticReports/cloudd_2016-08-22-101900_Brians-Mac-mini.crash | |
Aug 22 10:19:08 Brians-Mac-mini com.apple.xpc.launchd[1]: assertion failed: 16A294a: launchd + 95093 [15FE1A22-0543-3B13-8216-9E555956A045]: 0x11 | |
Aug 22 10:19:08 Brians-Mac-mini com.apple.xpc.launchd[1] (com.apple.emond): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. | |
Aug 22 10:19:10 Brians-Mac-mini com.apple.xpc.launchd[1] (com.apple.cloudd): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. | |
Aug 22 10:19:11 Brians-Mac-mini ReportCrash[3860]: Saved crash report for cloudd[3865] version 638.1 |
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
Process: cloudd [1995] | |
Path: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd | |
Identifier: cloudd | |
Version: 638.1 (638.1) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: cloudd [1995] | |
User ID: 501 | |
Date/Time: 2016-08-22 15:10:36.853 -0700 |
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
<?php | |
date_default_timezone_set("UTC"); | |
require_once(__DIR__ . "/config.php"); // This defines PARSE_APP_ID, PARSE_REST_KEY, PARSE_MASTER_KEY | |
require 'vendor/autoload.php'; | |
use Parse\ParseClient; | |
use Parse\ParseObject; |