|
13 | 13 | 2BC2D8FA28CF3A7000CAB302 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */; }; |
14 | 14 | 4636F36E291E1BD600C8DB5B /* LeftArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */; }; |
15 | 15 | 469963A5290FCE3600DC01AD /* SSLRArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 469963A4290FCE3600DC01AD /* SSLRArrowView.swift */; }; |
| 16 | + 8FE1727C2CAA8BF100F8AB45 /* ViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FE1727A2CAA8BF100F8AB45 /* ViewExtension.swift */; }; |
16 | 17 | B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10677FD2BE8D0D400957B4E /* DownArrow.swift */; }; |
17 | 18 | B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1098E7C2BD94ED900BC19DD /* WaveView.swift */; }; |
18 | 19 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B11B98392BCE9C3F00D76016 /* CheckView.swift */; }; |
|
31 | 32 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */; }; |
32 | 33 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA522BF4FC7900F01505 /* ArrowView.swift */; }; |
33 | 34 | B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */ = {isa = PBXBuildFile; fileRef = B1EA09DD2C11A6B70024BC28 /* Banner.png */; }; |
34 | | - B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */; }; |
35 | 35 | B717EC9D2C45488100555F90 /* CheckmarkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B717EC9C2C45488100555F90 /* CheckmarkView.swift */; }; |
36 | 36 | B741A1442C4A6D610083399B /* WaterProgressView.gif in Resources */ = {isa = PBXBuildFile; fileRef = B741A1432C4A6D610083399B /* WaterProgressView.gif */; }; |
37 | 37 | B741D9A62C46448200ABFCB4 /* WaterProgressTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */; }; |
|
51 | 51 | 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
52 | 52 | 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftArrow.swift; sourceTree = "<group>"; }; |
53 | 53 | 469963A4290FCE3600DC01AD /* SSLRArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLRArrowView.swift; sourceTree = "<group>"; }; |
| 54 | + 8FE1727A2CAA8BF100F8AB45 /* ViewExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; }; |
54 | 55 | B10677FD2BE8D0D400957B4E /* DownArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownArrow.swift; sourceTree = "<group>"; }; |
55 | 56 | B1098E7C2BD94ED900BC19DD /* WaveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveView.swift; sourceTree = "<group>"; }; |
56 | 57 | B11B98392BCE9C3F00D76016 /* CheckView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckView.swift; sourceTree = "<group>"; }; |
|
69 | 70 | B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressCircle.swift; sourceTree = "<group>"; }; |
70 | 71 | B1DFCA522BF4FC7900F01505 /* ArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrowView.swift; sourceTree = "<group>"; }; |
71 | 72 | B1EA09DD2C11A6B70024BC28 /* Banner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Banner.png; sourceTree = "<group>"; }; |
72 | | - B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; }; |
73 | 73 | B717EC9C2C45488100555F90 /* CheckmarkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckmarkView.swift; sourceTree = "<group>"; }; |
74 | 74 | B741A1432C4A6D610083399B /* WaterProgressView.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = WaterProgressView.gif; sourceTree = "<group>"; }; |
75 | 75 | B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressTextView.swift; sourceTree = "<group>"; }; |
|
143 | 143 | path = ArrowLeftRightAnimation; |
144 | 144 | sourceTree = "<group>"; |
145 | 145 | }; |
| 146 | + 8FE1727B2CAA8BF100F8AB45 /* Utils */ = { |
| 147 | + isa = PBXGroup; |
| 148 | + children = ( |
| 149 | + 8FE1727A2CAA8BF100F8AB45 /* ViewExtension.swift */, |
| 150 | + ); |
| 151 | + path = Utils; |
| 152 | + sourceTree = "<group>"; |
| 153 | + }; |
146 | 154 | B1343F702C06064B009ACE90 /* GIFs */ = { |
147 | 155 | isa = PBXGroup; |
148 | 156 | children = ( |
|
163 | 171 | B1098E7C2BD94ED900BC19DD /* WaveView.swift */, |
164 | 172 | B11B98392BCE9C3F00D76016 /* CheckView.swift */, |
165 | 173 | B177713E2BF39A60001723EC /* ModelClass.swift */, |
166 | | - B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */, |
167 | 174 | ); |
168 | 175 | path = ProgressAnimation; |
169 | 176 | sourceTree = "<group>"; |
|
182 | 189 | B1DE99D72C060E1A006995FB /* Sources */ = { |
183 | 190 | isa = PBXGroup; |
184 | 191 | children = ( |
| 192 | + 8FE1727B2CAA8BF100F8AB45 /* Utils */, |
185 | 193 | B780A9162C3D05CD00342512 /* WaterProgressAnimation */, |
186 | 194 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
187 | 195 | 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */, |
|
319 | 327 | B780A9182C3D063500342512 /* WaterProgressView.swift in Sources */, |
320 | 328 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
321 | 329 | B7ECD58D2C452D8100B6A703 /* BubbleView.swift in Sources */, |
| 330 | + 8FE1727C2CAA8BF100F8AB45 /* ViewExtension.swift in Sources */, |
322 | 331 | B780A9262C3D806300342512 /* ExampleWaterProgressView.swift in Sources */, |
323 | 332 | B780A91A2C3D0BCB00342512 /* WaterProgressViewStyle.swift in Sources */, |
324 | 333 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */, |
325 | 334 | B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */, |
326 | | - B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */, |
327 | 335 | ); |
328 | 336 | runOnlyForDeploymentPostprocessing = 0; |
329 | 337 | }; |
|
0 commit comments