Skip to content

Commit 5008d79

Browse files
author
sgr-ksmt
committed
removed internal sources.
1 parent 2d7e377 commit 5008d79

17 files changed

+0
-2557
lines changed

FireSnapshot.xcodeproj/project.pbxproj

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@
2323
1694DFB12351CA6A00B7807A /* IncrementableDouble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF8B2351CA6A00B7807A /* IncrementableDouble.swift */; };
2424
1694DFB22351CA6A00B7807A /* Path.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF8C2351CA6A00B7807A /* Path.swift */; };
2525
1694DFB32351CA6A00B7807A /* SnapshotData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF8D2351CA6A00B7807A /* SnapshotData.swift */; };
26-
1694DFB42351CA6A00B7807A /* DocumentReference+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF8F2351CA6A00B7807A /* DocumentReference+Codable.swift */; };
27-
1694DFB52351CA6A00B7807A /* Timestamp+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF902351CA6A00B7807A /* Timestamp+Codable.swift */; };
28-
1694DFB62351CA6A00B7807A /* ExplicitNull.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF912351CA6A00B7807A /* ExplicitNull.swift */; };
29-
1694DFB72351CA6A00B7807A /* CodableErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF922351CA6A00B7807A /* CodableErrors.swift */; };
30-
1694DFB82351CA6A00B7807A /* GeoPoint+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF932351CA6A00B7807A /* GeoPoint+Codable.swift */; };
31-
1694DFB92351CA6A00B7807A /* Transaction+WriteEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF942351CA6A00B7807A /* Transaction+WriteEncodable.swift */; };
32-
1694DFBA2351CA6A00B7807A /* SelfDocumentId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF952351CA6A00B7807A /* SelfDocumentId.swift */; };
33-
1694DFBB2351CA6A00B7807A /* CollectionReference+WriteEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF962351CA6A00B7807A /* CollectionReference+WriteEncodable.swift */; };
34-
1694DFBC2351CA6A00B7807A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 1694DF972351CA6A00B7807A /* README.md */; };
35-
1694DFBD2351CA6A00B7807A /* DocumentReference+WriteEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF982351CA6A00B7807A /* DocumentReference+WriteEncodable.swift */; };
36-
1694DFBE2351CA6A00B7807A /* FirestoreEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF992351CA6A00B7807A /* FirestoreEncoder.swift */; };
37-
1694DFBF2351CA6A00B7807A /* DocumentSnapshot+ReadDecodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9A2351CA6A00B7807A /* DocumentSnapshot+ReadDecodable.swift */; };
38-
1694DFC02351CA6A00B7807A /* WriteBatch+WriteEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9B2351CA6A00B7807A /* WriteBatch+WriteEncodable.swift */; };
39-
1694DFC12351CA6A00B7807A /* FieldValue+Encodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9C2351CA6A00B7807A /* FieldValue+Encodable.swift */; };
40-
1694DFC22351CA6A00B7807A /* CodablePassThroughTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9D2351CA6A00B7807A /* CodablePassThroughTypes.swift */; };
41-
1694DFC32351CA6A00B7807A /* FirestoreDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9E2351CA6A00B7807A /* FirestoreDecoder.swift */; };
4226
1694DFC42351CA6A00B7807A /* SnapshotType+Read.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DF9F2351CA6A00B7807A /* SnapshotType+Read.swift */; };
4327
1694DFC52351CA6A00B7807A /* IncrementableNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DFA02351CA6A00B7807A /* IncrementableNumber.swift */; };
4428
1694DFC62351CA6A00B7807A /* DeletableField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1694DFA12351CA6A00B7807A /* DeletableField.swift */; };
@@ -99,22 +83,6 @@
9983
1694DF8B2351CA6A00B7807A /* IncrementableDouble.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IncrementableDouble.swift; sourceTree = "<group>"; };
10084
1694DF8C2351CA6A00B7807A /* Path.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Path.swift; sourceTree = "<group>"; };
10185
1694DF8D2351CA6A00B7807A /* SnapshotData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotData.swift; sourceTree = "<group>"; };
102-
1694DF8F2351CA6A00B7807A /* DocumentReference+Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DocumentReference+Codable.swift"; sourceTree = "<group>"; };
103-
1694DF902351CA6A00B7807A /* Timestamp+Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Timestamp+Codable.swift"; sourceTree = "<group>"; };
104-
1694DF912351CA6A00B7807A /* ExplicitNull.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExplicitNull.swift; sourceTree = "<group>"; };
105-
1694DF922351CA6A00B7807A /* CodableErrors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodableErrors.swift; sourceTree = "<group>"; };
106-
1694DF932351CA6A00B7807A /* GeoPoint+Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GeoPoint+Codable.swift"; sourceTree = "<group>"; };
107-
1694DF942351CA6A00B7807A /* Transaction+WriteEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Transaction+WriteEncodable.swift"; sourceTree = "<group>"; };
108-
1694DF952351CA6A00B7807A /* SelfDocumentId.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelfDocumentId.swift; sourceTree = "<group>"; };
109-
1694DF962351CA6A00B7807A /* CollectionReference+WriteEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CollectionReference+WriteEncodable.swift"; sourceTree = "<group>"; };
110-
1694DF972351CA6A00B7807A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
111-
1694DF982351CA6A00B7807A /* DocumentReference+WriteEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DocumentReference+WriteEncodable.swift"; sourceTree = "<group>"; };
112-
1694DF992351CA6A00B7807A /* FirestoreEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirestoreEncoder.swift; sourceTree = "<group>"; };
113-
1694DF9A2351CA6A00B7807A /* DocumentSnapshot+ReadDecodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DocumentSnapshot+ReadDecodable.swift"; sourceTree = "<group>"; };
114-
1694DF9B2351CA6A00B7807A /* WriteBatch+WriteEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "WriteBatch+WriteEncodable.swift"; sourceTree = "<group>"; };
115-
1694DF9C2351CA6A00B7807A /* FieldValue+Encodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FieldValue+Encodable.swift"; sourceTree = "<group>"; };
116-
1694DF9D2351CA6A00B7807A /* CodablePassThroughTypes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodablePassThroughTypes.swift; sourceTree = "<group>"; };
117-
1694DF9E2351CA6A00B7807A /* FirestoreDecoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirestoreDecoder.swift; sourceTree = "<group>"; };
11886
1694DF9F2351CA6A00B7807A /* SnapshotType+Read.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SnapshotType+Read.swift"; sourceTree = "<group>"; };
11987
1694DFA02351CA6A00B7807A /* IncrementableNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IncrementableNumber.swift; sourceTree = "<group>"; };
12088
1694DFA12351CA6A00B7807A /* DeletableField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeletableField.swift; sourceTree = "<group>"; };
@@ -218,29 +186,6 @@
218186
path = Sources;
219187
sourceTree = "<group>";
220188
};
221-
1694DF8E2351CA6A00B7807A /* FirebaseFirestoreSwift */ = {
222-
isa = PBXGroup;
223-
children = (
224-
1694DF8F2351CA6A00B7807A /* DocumentReference+Codable.swift */,
225-
1694DF902351CA6A00B7807A /* Timestamp+Codable.swift */,
226-
1694DF912351CA6A00B7807A /* ExplicitNull.swift */,
227-
1694DF922351CA6A00B7807A /* CodableErrors.swift */,
228-
1694DF932351CA6A00B7807A /* GeoPoint+Codable.swift */,
229-
1694DF942351CA6A00B7807A /* Transaction+WriteEncodable.swift */,
230-
1694DF952351CA6A00B7807A /* SelfDocumentId.swift */,
231-
1694DF962351CA6A00B7807A /* CollectionReference+WriteEncodable.swift */,
232-
1694DF972351CA6A00B7807A /* README.md */,
233-
1694DF982351CA6A00B7807A /* DocumentReference+WriteEncodable.swift */,
234-
1694DF992351CA6A00B7807A /* FirestoreEncoder.swift */,
235-
1694DF9A2351CA6A00B7807A /* DocumentSnapshot+ReadDecodable.swift */,
236-
1694DF9B2351CA6A00B7807A /* WriteBatch+WriteEncodable.swift */,
237-
1694DF9C2351CA6A00B7807A /* FieldValue+Encodable.swift */,
238-
1694DF9D2351CA6A00B7807A /* CodablePassThroughTypes.swift */,
239-
1694DF9E2351CA6A00B7807A /* FirestoreDecoder.swift */,
240-
);
241-
path = FirebaseFirestoreSwift;
242-
sourceTree = "<group>";
243-
};
244189
1694DFCC2351CB2000B7807A /* Sources */ = {
245190
isa = PBXGroup;
246191
children = (
@@ -267,7 +212,6 @@
267212
16982A05235996150018C74C /* Core */ = {
268213
isa = PBXGroup;
269214
children = (
270-
1694DF8E2351CA6A00B7807A /* FirebaseFirestoreSwift */,
271215
1694DFA42351CA6A00B7807A /* AtomicArray.swift */,
272216
1694DFA32351CA6A00B7807A /* Batch.swift */,
273217
1694DF872351CA6A00B7807A /* CollectionGroup.swift */,
@@ -419,7 +363,6 @@
419363
isa = PBXResourcesBuildPhase;
420364
buildActionMask = 2147483647;
421365
files = (
422-
1694DFBC2351CA6A00B7807A /* README.md in Resources */,
423366
);
424367
runOnlyForDeploymentPostprocessing = 0;
425368
};
@@ -502,44 +445,29 @@
502445
buildActionMask = 2147483647;
503446
files = (
504447
1694DFCB2351CA6A00B7807A /* WriteBatch+Snapshot.swift in Sources */,
505-
1694DFBE2351CA6A00B7807A /* FirestoreEncoder.swift in Sources */,
506448
1694DFAE2351CA6A00B7807A /* SnapshotError.swift in Sources */,
507449
1694DFB12351CA6A00B7807A /* IncrementableDouble.swift in Sources */,
508450
1694DFAA2351CA6A00B7807A /* FieldNameReferable.swift in Sources */,
509451
1694DFC52351CA6A00B7807A /* IncrementableNumber.swift in Sources */,
510-
1694DFB42351CA6A00B7807A /* DocumentReference+Codable.swift in Sources */,
511452
1694DFA92351CA6A00B7807A /* Reference.swift in Sources */,
512-
1694DFBB2351CA6A00B7807A /* CollectionReference+WriteEncodable.swift in Sources */,
513453
1694DFCA2351CA6A00B7807A /* Result+.swift in Sources */,
514-
1694DFC12351CA6A00B7807A /* FieldValue+Encodable.swift in Sources */,
515454
1694DFC72351CA6A00B7807A /* QueryBuilder.swift in Sources */,
516455
1694DFC62351CA6A00B7807A /* DeletableField.swift in Sources */,
517-
1694DFBF2351CA6A00B7807A /* DocumentSnapshot+ReadDecodable.swift in Sources */,
518-
1694DFC32351CA6A00B7807A /* FirestoreDecoder.swift in Sources */,
519-
1694DFC22351CA6A00B7807A /* CodablePassThroughTypes.swift in Sources */,
520456
1694DFA72351CA6A00B7807A /* SnapshotType+Write.swift in Sources */,
521457
1694DFC92351CA6A00B7807A /* AtomicArray.swift in Sources */,
522-
1694DFB82351CA6A00B7807A /* GeoPoint+Codable.swift in Sources */,
523458
1694DFAD2351CA6A00B7807A /* CollectionGroup.swift in Sources */,
524459
1694DFC42351CA6A00B7807A /* SnapshotType+Read.swift in Sources */,
525-
1694DFB72351CA6A00B7807A /* CodableErrors.swift in Sources */,
526460
1694DFAF2351CA6A00B7807A /* Snapshot.swift in Sources */,
527461
16982A0C235AF4500018C74C /* StorageReference+Codable.swift in Sources */,
528-
1694DFB92351CA6A00B7807A /* Transaction+WriteEncodable.swift in Sources */,
529462
1694DFAC2351CA6A00B7807A /* Transaction+Snapshot.swift in Sources */,
530-
1694DFBD2351CA6A00B7807A /* DocumentReference+WriteEncodable.swift in Sources */,
531-
1694DFB62351CA6A00B7807A /* ExplicitNull.swift in Sources */,
532463
1637436023534929009EB510 /* SnapshotType.swift in Sources */,
533464
16982A08235998AA0018C74C /* StoragePath.swift in Sources */,
534465
1694DFA82351CA6A00B7807A /* IncrementableInt.swift in Sources */,
535466
1694DFB22351CA6A00B7807A /* Path.swift in Sources */,
536467
1694DFC82351CA6A00B7807A /* Batch.swift in Sources */,
537-
1694DFC02351CA6A00B7807A /* WriteBatch+WriteEncodable.swift in Sources */,
538468
1694DFB32351CA6A00B7807A /* SnapshotData.swift in Sources */,
539-
1694DFBA2351CA6A00B7807A /* SelfDocumentId.swift in Sources */,
540469
1694DFB02351CA6A00B7807A /* DocumentTimestamps.swift in Sources */,
541470
1637436423547326009EB510 /* DocumentReference+.swift in Sources */,
542-
1694DFB52351CA6A00B7807A /* Timestamp+Codable.swift in Sources */,
543471
);
544472
runOnlyForDeploymentPostprocessing = 0;
545473
};

FireSnapshot/Sources/Core/FirebaseFirestoreSwift/CodableErrors.swift

Lines changed: 0 additions & 24 deletions
This file was deleted.

FireSnapshot/Sources/Core/FirebaseFirestoreSwift/CodablePassThroughTypes.swift

Lines changed: 0 additions & 26 deletions
This file was deleted.

FireSnapshot/Sources/Core/FirebaseFirestoreSwift/CollectionReference+WriteEncodable.swift

Lines changed: 0 additions & 39 deletions
This file was deleted.

FireSnapshot/Sources/Core/FirebaseFirestoreSwift/DocumentReference+Codable.swift

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)