|
15 | 15 | DFABA3B02E23526500FEFBDB /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3AF2E23526500FEFBDB /* FirebaseFirestore */; }; |
16 | 16 | DFABA3B22E23526500FEFBDB /* FirebaseFunctions in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3B12E23526500FEFBDB /* FirebaseFunctions */; }; |
17 | 17 | DFABA3B42E23526500FEFBDB /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3B32E23526500FEFBDB /* FirebaseMessaging */; }; |
18 | | - DFD643A72EC787AB0073E133 /* firebase.json in Resources */ = {isa = PBXBuildFile; fileRef = DFD643A42EC787AB0073E133 /* firebase.json */; }; |
19 | | - DFD643A92EC787AB0073E133 /* package.json in Resources */ = {isa = PBXBuildFile; fileRef = DFD643A02EC787AB0073E133 /* package.json */; }; |
20 | | - DFD643AC2EC787AB0073E133 /* tsconfig.json in Resources */ = {isa = PBXBuildFile; fileRef = DFD643A22EC787AB0073E133 /* tsconfig.json */; }; |
21 | | - DFD643AE2EC787AB0073E133 /* package-lock.json in Resources */ = {isa = PBXBuildFile; fileRef = DFD643A12EC787AB0073E133 /* package-lock.json */; }; |
22 | 18 | DFD645402EC827A10073E133 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = DFD6453F2EC827A10073E133 /* .gitignore */; }; |
23 | 19 | DFD74E2F2E423EA700613803 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = DFD74E2E2E423EA700613803 /* README.md */; }; |
24 | 20 | DFF2DACE2EDC02AD00778738 /* OrderedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = DFF2DACD2EDC02AD00778738 /* OrderedCollections */; }; |
25 | 21 | /* End PBXBuildFile section */ |
26 | 22 |
|
27 | 23 | /* Begin PBXFileReference section */ |
28 | 24 | DFD48B002DC4D6E2005905C5 /* DevLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DevLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | | - DFD643952EC787AB0073E133 /* apple.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = apple.ts; sourceTree = "<group>"; }; |
30 | | - DFD643962EC787AB0073E133 /* github.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = github.ts; sourceTree = "<group>"; }; |
31 | | - DFD643972EC787AB0073E133 /* google.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = google.ts; sourceTree = "<group>"; }; |
32 | | - DFD643992EC787AB0073E133 /* notification.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = notification.ts; sourceTree = "<group>"; }; |
33 | | - DFD6439A2EC787AB0073E133 /* schedule.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = schedule.ts; sourceTree = "<group>"; }; |
34 | | - DFD6439C2EC787AB0073E133 /* delete.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = delete.ts; sourceTree = "<group>"; }; |
35 | | - DFD6439E2EC787AB0073E133 /* index.ts */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.typescript; path = index.ts; sourceTree = "<group>"; }; |
36 | | - DFD643A02EC787AB0073E133 /* package.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = package.json; sourceTree = "<group>"; }; |
37 | | - DFD643A12EC787AB0073E133 /* package-lock.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "package-lock.json"; sourceTree = "<group>"; }; |
38 | | - DFD643A22EC787AB0073E133 /* tsconfig.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = tsconfig.json; sourceTree = "<group>"; }; |
39 | | - DFD643A42EC787AB0073E133 /* firebase.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = firebase.json; sourceTree = "<group>"; }; |
40 | 25 | DFD6453F2EC827A10073E133 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; |
41 | 26 | DFD74E2E2E423EA700613803 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
42 | 27 | /* End PBXFileReference section */ |
|
91 | 76 | DFD74E2E2E423EA700613803 /* README.md */, |
92 | 77 | DFE28EB62DCCF26300B28FE5 /* Frameworks */, |
93 | 78 | DFD48B012DC4D6E2005905C5 /* Products */, |
94 | | - DFD643A52EC787AB0073E133 /* Firebase */, |
95 | 79 | ); |
96 | 80 | sourceTree = "<group>"; |
97 | 81 | }; |
|
103 | 87 | name = Products; |
104 | 88 | sourceTree = "<group>"; |
105 | 89 | }; |
106 | | - DFD643982EC787AB0073E133 /* auth */ = { |
107 | | - isa = PBXGroup; |
108 | | - children = ( |
109 | | - DFD643952EC787AB0073E133 /* apple.ts */, |
110 | | - DFD643962EC787AB0073E133 /* github.ts */, |
111 | | - DFD643972EC787AB0073E133 /* google.ts */, |
112 | | - ); |
113 | | - path = auth; |
114 | | - sourceTree = "<group>"; |
115 | | - }; |
116 | | - DFD6439B2EC787AB0073E133 /* fcm */ = { |
117 | | - isa = PBXGroup; |
118 | | - children = ( |
119 | | - DFD643992EC787AB0073E133 /* notification.ts */, |
120 | | - DFD6439A2EC787AB0073E133 /* schedule.ts */, |
121 | | - ); |
122 | | - path = fcm; |
123 | | - sourceTree = "<group>"; |
124 | | - }; |
125 | | - DFD6439D2EC787AB0073E133 /* user */ = { |
126 | | - isa = PBXGroup; |
127 | | - children = ( |
128 | | - DFD6439C2EC787AB0073E133 /* delete.ts */, |
129 | | - ); |
130 | | - path = user; |
131 | | - sourceTree = "<group>"; |
132 | | - }; |
133 | | - DFD6439F2EC787AB0073E133 /* src */ = { |
134 | | - isa = PBXGroup; |
135 | | - children = ( |
136 | | - DFD643982EC787AB0073E133 /* auth */, |
137 | | - DFD6439B2EC787AB0073E133 /* fcm */, |
138 | | - DFD6439D2EC787AB0073E133 /* user */, |
139 | | - DFD6439E2EC787AB0073E133 /* index.ts */, |
140 | | - ); |
141 | | - path = src; |
142 | | - sourceTree = "<group>"; |
143 | | - }; |
144 | | - DFD643A32EC787AB0073E133 /* functions */ = { |
145 | | - isa = PBXGroup; |
146 | | - children = ( |
147 | | - DFD6439F2EC787AB0073E133 /* src */, |
148 | | - DFD643A02EC787AB0073E133 /* package.json */, |
149 | | - DFD643A12EC787AB0073E133 /* package-lock.json */, |
150 | | - DFD643A22EC787AB0073E133 /* tsconfig.json */, |
151 | | - ); |
152 | | - path = functions; |
153 | | - sourceTree = "<group>"; |
154 | | - }; |
155 | | - DFD643A52EC787AB0073E133 /* Firebase */ = { |
156 | | - isa = PBXGroup; |
157 | | - children = ( |
158 | | - DFD643A32EC787AB0073E133 /* functions */, |
159 | | - DFD643A42EC787AB0073E133 /* firebase.json */, |
160 | | - ); |
161 | | - path = Firebase; |
162 | | - sourceTree = "<group>"; |
163 | | - }; |
164 | 90 | DFE28EB62DCCF26300B28FE5 /* Frameworks */ = { |
165 | 91 | isa = PBXGroup; |
166 | 92 | children = ( |
|
250 | 176 | files = ( |
251 | 177 | DFD645402EC827A10073E133 /* .gitignore in Resources */, |
252 | 178 | DFD74E2F2E423EA700613803 /* README.md in Resources */, |
253 | | - DFD643A72EC787AB0073E133 /* firebase.json in Resources */, |
254 | | - DFD643A92EC787AB0073E133 /* package.json in Resources */, |
255 | | - DFD643AC2EC787AB0073E133 /* tsconfig.json in Resources */, |
256 | | - DFD643AE2EC787AB0073E133 /* package-lock.json in Resources */, |
257 | 179 | ); |
258 | 180 | runOnlyForDeploymentPostprocessing = 0; |
259 | 181 | }; |
|
0 commit comments