|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 59F628FCB5C2B2900F31879C /* libPods-Firestack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58A186F11042C569425E5D5F /* libPods-Firestack.a */; }; |
11 | 11 | D950369E1D19C77400F7094D /* Firestack.m in Sources */ = {isa = PBXBuildFile; fileRef = D950369D1D19C77400F7094D /* Firestack.m */; }; |
12 | | - D96290331D6D145A0099A3EC /* FirestackAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = D96290321D6D145A0099A3EC /* FirestackAuth.m */; }; |
13 | 12 | D962903F1D6D15B00099A3EC /* FirestackErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = D962903E1D6D15B00099A3EC /* FirestackErrors.m */; }; |
14 | 13 | D96290451D6D16100099A3EC /* FirestackAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = D96290441D6D16100099A3EC /* FirestackAnalytics.m */; }; |
15 | 14 | D96290491D6D1D8C0099A3EC /* FirestackMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = D96290481D6D1D8C0099A3EC /* FirestackMessaging.m */; }; |
|
31 | 30 | D97261C51D551BF0000F703F /* libicucore.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D97261C41D551BF0000F703F /* libicucore.tbd */; }; |
32 | 31 | D97261C71D551BF5000F703F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97261C61D551BF5000F703F /* CFNetwork.framework */; }; |
33 | 32 | D97261C91D551BFF000F703F /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D97261C81D551BFF000F703F /* AddressBook.framework */; }; |
| 33 | + D9D62E7C1D6D86FD003D826D /* FirestackStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D62E7B1D6D86FD003D826D /* FirestackStorage.m */; }; |
| 34 | + D9D62E801D6D8717003D826D /* FirestackAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D62E7F1D6D8717003D826D /* FirestackAuth.m */; }; |
34 | 35 | /* End PBXBuildFile section */ |
35 | 36 |
|
36 | 37 | /* Begin PBXContainerItemProxy section */ |
|
69 | 70 | D950369C1D19C77400F7094D /* Firestack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Firestack.h; path = Firestack/Firestack.h; sourceTree = "<group>"; }; |
70 | 71 | D950369D1D19C77400F7094D /* Firestack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Firestack.m; path = Firestack/Firestack.m; sourceTree = "<group>"; }; |
71 | 72 | D95036B31D19C90300F7094D /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; }; |
72 | | - D96290311D6D145A0099A3EC /* FirestackAuth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FirestackAuth.h; sourceTree = "<group>"; }; |
73 | | - D96290321D6D145A0099A3EC /* FirestackAuth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FirestackAuth.m; sourceTree = "<group>"; }; |
74 | 73 | D96290391D6D152A0099A3EC /* FirestackEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirestackEvents.h; path = Firestack/FirestackEvents.h; sourceTree = "<group>"; }; |
75 | 74 | D962903D1D6D15B00099A3EC /* FirestackErrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirestackErrors.h; path = Firestack/FirestackErrors.h; sourceTree = "<group>"; }; |
76 | 75 | D962903E1D6D15B00099A3EC /* FirestackErrors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FirestackErrors.m; path = Firestack/FirestackErrors.m; sourceTree = "<group>"; }; |
|
98 | 97 | D97261C61D551BF5000F703F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; |
99 | 98 | D97261C81D551BFF000F703F /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; }; |
100 | 99 | D9CFBE441D531058002623BF /* buildScript.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = buildScript.sh; sourceTree = "<group>"; }; |
| 100 | + D9D62E7A1D6D86FD003D826D /* FirestackStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirestackStorage.h; path = Firestack/FirestackStorage.h; sourceTree = "<group>"; }; |
| 101 | + D9D62E7B1D6D86FD003D826D /* FirestackStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FirestackStorage.m; path = Firestack/FirestackStorage.m; sourceTree = "<group>"; }; |
| 102 | + D9D62E7E1D6D8717003D826D /* FirestackAuth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirestackAuth.h; path = Firestack/FirestackAuth.h; sourceTree = "<group>"; }; |
| 103 | + D9D62E7F1D6D8717003D826D /* FirestackAuth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FirestackAuth.m; path = Firestack/FirestackAuth.m; sourceTree = "<group>"; }; |
101 | 104 | EF9B4692F57E7CF2C25A04C2 /* Pods-Firestack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestack.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Firestack/Pods-Firestack.debug.xcconfig"; sourceTree = "<group>"; }; |
102 | 105 | /* End PBXFileReference section */ |
103 | 106 |
|
|
197 | 200 | D96290351D6D145F0099A3EC /* Modules */ = { |
198 | 201 | isa = PBXGroup; |
199 | 202 | children = ( |
200 | | - D96290311D6D145A0099A3EC /* FirestackAuth.h */, |
201 | | - D96290321D6D145A0099A3EC /* FirestackAuth.m */, |
| 203 | + D9D62E7E1D6D8717003D826D /* FirestackAuth.h */, |
| 204 | + D9D62E7F1D6D8717003D826D /* FirestackAuth.m */, |
202 | 205 | D96290391D6D152A0099A3EC /* FirestackEvents.h */, |
203 | 206 | D962903D1D6D15B00099A3EC /* FirestackErrors.h */, |
204 | 207 | D962903E1D6D15B00099A3EC /* FirestackErrors.m */, |
|
208 | 211 | D96290481D6D1D8C0099A3EC /* FirestackMessaging.m */, |
209 | 212 | D96290831D6D28B80099A3EC /* FirestackDatabase.h */, |
210 | 213 | D96290841D6D28B80099A3EC /* FirestackDatabase.m */, |
| 214 | + D9D62E7A1D6D86FD003D826D /* FirestackStorage.h */, |
| 215 | + D9D62E7B1D6D86FD003D826D /* FirestackStorage.m */, |
211 | 216 | ); |
212 | 217 | name = Modules; |
213 | 218 | sourceTree = "<group>"; |
|
320 | 325 | isa = PBXSourcesBuildPhase; |
321 | 326 | buildActionMask = 2147483647; |
322 | 327 | files = ( |
| 328 | + D9D62E801D6D8717003D826D /* FirestackAuth.m in Sources */, |
323 | 329 | D96290451D6D16100099A3EC /* FirestackAnalytics.m in Sources */, |
324 | | - D96290331D6D145A0099A3EC /* FirestackAuth.m in Sources */, |
| 330 | + D9D62E7C1D6D86FD003D826D /* FirestackStorage.m in Sources */, |
325 | 331 | D962903F1D6D15B00099A3EC /* FirestackErrors.m in Sources */, |
326 | 332 | D950369E1D19C77400F7094D /* Firestack.m in Sources */, |
327 | 333 | D96290491D6D1D8C0099A3EC /* FirestackMessaging.m in Sources */, |
|
0 commit comments