Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

ParseLiveQuery 1.0.1 #9

Merged
merged 3 commits into from
Mar 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Examples/LiveQueryDemo/Message.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
//
// Message.swift
// ParseLiveQuery
//
// Created by Richard Ross III on 10/27/15.
// Copyright © 2015 parse. All rights reserved.
//
/**
* Copyright (c) 2016-present, Parse, LLC.
* 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 Foundation
import Parse
Expand Down
15 changes: 8 additions & 7 deletions Examples/LiveQueryDemo/Room.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
//
// Room.swift
// ParseLiveQuery
//
// Created by Richard Ross III on 10/27/15.
// Copyright © 2015 parse. All rights reserved.
//
/**
* Copyright (c) 2016-present, Parse, LLC.
* 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 Foundation
import Parse
Expand Down
15 changes: 8 additions & 7 deletions Examples/LiveQueryDemo/main.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
//
// main.swift
// ParseLiveQuery
//
// Created by Richard Ross III on 10/22/15.
// Copyright © 2015 parse. All rights reserved.
//
/**
* Copyright (c) 2016-present, Parse, LLC.
* 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 Foundation
import Parse
Expand Down
2 changes: 1 addition & 1 deletion ParseLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseLiveQuery'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = { :type => 'BSD' }
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
s.homepage = 'https://github.com/ParsePlatform/parse-server'
Expand Down
10 changes: 9 additions & 1 deletion Sources/ParseLiveQuery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
name = Pods;
sourceTree = "<group>";
};
81464FC51CA31DA0000235E7 /* Resources */ = {
isa = PBXGroup;
children = (
F5256FD31BD71F9A0052FB8A /* Info.plist */,
);
name = Resources;
sourceTree = "<group>";
};
F5256FC41BD71F9A0052FB8A = {
isa = PBXGroup;
children = (
Expand All @@ -125,8 +133,8 @@
F5256FD01BD71F9A0052FB8A /* ParseLiveQuery */ = {
isa = PBXGroup;
children = (
F5256FD31BD71F9A0052FB8A /* Info.plist */,
F5DC9D381BD9BAFC00E8FF07 /* Internal */,
81464FC51CA31DA0000235E7 /* Resources */,
F5591BA31BD720E10072F966 /* Client.swift */,
F534A5B11BDAFE0200CBD11A /* Subscription.swift */,
F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */,
Expand Down
2 changes: 1 addition & 1 deletion Sources/ParseLiveQuery/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down