This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree 6 files changed +35
-24
lines changed
6 files changed +35
-24
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // Message.swift
3
- // ParseLiveQuery
4
- //
5
- // Created by Richard Ross III on 10/27/15.
6
- // Copyright © 2015 parse. All rights reserved.
7
- //
1
+ /**
2
+ * Copyright (c) 2016-present, Parse, LLC.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
8
9
9
10
import Foundation
10
11
import Parse
Original file line number Diff line number Diff line change 1
- //
2
- // Room.swift
3
- // ParseLiveQuery
4
- //
5
- // Created by Richard Ross III on 10/27/15.
6
- // Copyright © 2015 parse. All rights reserved.
7
- //
1
+ /**
2
+ * Copyright (c) 2016-present, Parse, LLC.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
8
9
9
10
import Foundation
10
11
import Parse
Original file line number Diff line number Diff line change 1
- //
2
- // main.swift
3
- // ParseLiveQuery
4
- //
5
- // Created by Richard Ross III on 10/22/15.
6
- // Copyright © 2015 parse. All rights reserved.
7
- //
1
+ /**
2
+ * Copyright (c) 2016-present, Parse, LLC.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
8
9
9
10
import Foundation
10
11
import Parse
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ParseLiveQuery'
3
- s . version = '1.0.0 '
3
+ s . version = '1.0.1 '
4
4
s . license = { :type => 'BSD' }
5
5
s . summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
6
6
s . homepage = 'https://github.com/ParsePlatform/parse-server'
Original file line number Diff line number Diff line change 101
101
name = Pods;
102
102
sourceTree = "<group>";
103
103
};
104
+ 81464FC51CA31DA0000235E7 /* Resources */ = {
105
+ isa = PBXGroup;
106
+ children = (
107
+ F5256FD31BD71F9A0052FB8A /* Info.plist */,
108
+ );
109
+ name = Resources;
110
+ sourceTree = "<group>";
111
+ };
104
112
F5256FC41BD71F9A0052FB8A = {
105
113
isa = PBXGroup;
106
114
children = (
125
133
F5256FD01BD71F9A0052FB8A /* ParseLiveQuery */ = {
126
134
isa = PBXGroup;
127
135
children = (
128
- F5256FD31BD71F9A0052FB8A /* Info.plist */,
129
136
F5DC9D381BD9BAFC00E8FF07 /* Internal */,
137
+ 81464FC51CA31DA0000235E7 /* Resources */,
130
138
F5591BA31BD720E10072F966 /* Client.swift */,
131
139
F534A5B11BDAFE0200CBD11A /* Subscription.swift */,
132
140
F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */,
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >1.0.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments