|
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 | + B717EC9D2C45488100555F90 /* CheckmarkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B717EC9C2C45488100555F90 /* CheckmarkView.swift */; }; |
| 36 | + B741A1442C4A6D610083399B /* WaterProgressView.gif in Resources */ = {isa = PBXBuildFile; fileRef = B741A1432C4A6D610083399B /* WaterProgressView.gif */; }; |
| 37 | + B741D9A62C46448200ABFCB4 /* WaterProgressTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */; }; |
| 38 | + B780A9182C3D063500342512 /* WaterProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9172C3D063500342512 /* WaterProgressView.swift */; }; |
| 39 | + B780A91A2C3D0BCB00342512 /* WaterProgressViewStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9192C3D0BCB00342512 /* WaterProgressViewStyle.swift */; }; |
| 40 | + B780A9242C3D7A7C00342512 /* WaterCircleOutlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9232C3D7A7C00342512 /* WaterCircleOutlineView.swift */; }; |
| 41 | + B780A9262C3D806300342512 /* ExampleWaterProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9252C3D806300342512 /* ExampleWaterProgressView.swift */; }; |
| 42 | + B780A9282C3D851700342512 /* WaterCircleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9272C3D851700342512 /* WaterCircleView.swift */; }; |
| 43 | + B7ECD58D2C452D8100B6A703 /* BubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7ECD58C2C452D8100B6A703 /* BubbleView.swift */; }; |
35 | 44 | /* End PBXBuildFile section */ |
36 | 45 |
|
37 | 46 | /* Begin PBXFileReference section */ |
|
42 | 51 | 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
43 | 52 | 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftArrow.swift; sourceTree = "<group>"; }; |
44 | 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>"; }; |
45 | 55 | B10677FD2BE8D0D400957B4E /* DownArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownArrow.swift; sourceTree = "<group>"; }; |
46 | 56 | B1098E7C2BD94ED900BC19DD /* WaveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveView.swift; sourceTree = "<group>"; }; |
47 | 57 | B11B98392BCE9C3F00D76016 /* CheckView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckView.swift; sourceTree = "<group>"; }; |
|
60 | 70 | B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressCircle.swift; sourceTree = "<group>"; }; |
61 | 71 | B1DFCA522BF4FC7900F01505 /* ArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrowView.swift; sourceTree = "<group>"; }; |
62 | 72 | B1EA09DD2C11A6B70024BC28 /* Banner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Banner.png; sourceTree = "<group>"; }; |
63 | | - B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; }; |
| 73 | + B717EC9C2C45488100555F90 /* CheckmarkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckmarkView.swift; sourceTree = "<group>"; }; |
| 74 | + B741A1432C4A6D610083399B /* WaterProgressView.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = WaterProgressView.gif; sourceTree = "<group>"; }; |
| 75 | + B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressTextView.swift; sourceTree = "<group>"; }; |
| 76 | + B780A9172C3D063500342512 /* WaterProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressView.swift; sourceTree = "<group>"; }; |
| 77 | + B780A9192C3D0BCB00342512 /* WaterProgressViewStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressViewStyle.swift; sourceTree = "<group>"; }; |
| 78 | + B780A9232C3D7A7C00342512 /* WaterCircleOutlineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterCircleOutlineView.swift; sourceTree = "<group>"; }; |
| 79 | + B780A9252C3D806300342512 /* ExampleWaterProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleWaterProgressView.swift; sourceTree = "<group>"; }; |
| 80 | + B780A9272C3D851700342512 /* WaterCircleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterCircleView.swift; sourceTree = "<group>"; }; |
| 81 | + B7ECD58C2C452D8100B6A703 /* BubbleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BubbleView.swift; sourceTree = "<group>"; }; |
64 | 82 | /* End PBXFileReference section */ |
65 | 83 |
|
66 | 84 | /* Begin PBXFrameworksBuildPhase section */ |
|
125 | 143 | path = ArrowLeftRightAnimation; |
126 | 144 | sourceTree = "<group>"; |
127 | 145 | }; |
| 146 | + 8FE1727B2CAA8BF100F8AB45 /* Utils */ = { |
| 147 | + isa = PBXGroup; |
| 148 | + children = ( |
| 149 | + 8FE1727A2CAA8BF100F8AB45 /* ViewExtension.swift */, |
| 150 | + ); |
| 151 | + path = Utils; |
| 152 | + sourceTree = "<group>"; |
| 153 | + }; |
128 | 154 | B1343F702C06064B009ACE90 /* GIFs */ = { |
129 | 155 | isa = PBXGroup; |
130 | 156 | children = ( |
131 | 157 | B1343F712C060680009ACE90 /* ProgressView.gif */, |
| 158 | + B741A1432C4A6D610083399B /* WaterProgressView.gif */, |
132 | 159 | B1343F732C060686009ACE90 /* LRArrowView.gif */, |
133 | 160 | ); |
134 | 161 | path = GIFs; |
|
144 | 171 | B1098E7C2BD94ED900BC19DD /* WaveView.swift */, |
145 | 172 | B11B98392BCE9C3F00D76016 /* CheckView.swift */, |
146 | 173 | B177713E2BF39A60001723EC /* ModelClass.swift */, |
147 | | - B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */, |
148 | 174 | ); |
149 | 175 | path = ProgressAnimation; |
150 | 176 | sourceTree = "<group>"; |
|
154 | 180 | children = ( |
155 | 181 | B19E0B652BF7498700E65974 /* ExampleProgressView.swift */, |
156 | 182 | B153FD142BFB7A7900AEFE83 /* ExampleLRArrowView.swift */, |
| 183 | + B780A9252C3D806300342512 /* ExampleWaterProgressView.swift */, |
157 | 184 | B1F9ED332BFCD85000189871 /* ExamplesList */, |
158 | 185 | ); |
159 | 186 | path = Examples; |
|
162 | 189 | B1DE99D72C060E1A006995FB /* Sources */ = { |
163 | 190 | isa = PBXGroup; |
164 | 191 | children = ( |
| 192 | + 8FE1727B2CAA8BF100F8AB45 /* Utils */, |
| 193 | + B780A9162C3D05CD00342512 /* WaterProgressAnimation */, |
165 | 194 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
166 | 195 | 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */, |
167 | 196 | ); |
|
186 | 215 | path = ExamplesList; |
187 | 216 | sourceTree = "<group>"; |
188 | 217 | }; |
| 218 | + B780A9162C3D05CD00342512 /* WaterProgressAnimation */ = { |
| 219 | + isa = PBXGroup; |
| 220 | + children = ( |
| 221 | + B780A9172C3D063500342512 /* WaterProgressView.swift */, |
| 222 | + B780A9192C3D0BCB00342512 /* WaterProgressViewStyle.swift */, |
| 223 | + B780A9232C3D7A7C00342512 /* WaterCircleOutlineView.swift */, |
| 224 | + B780A9272C3D851700342512 /* WaterCircleView.swift */, |
| 225 | + B7ECD58C2C452D8100B6A703 /* BubbleView.swift */, |
| 226 | + B717EC9C2C45488100555F90 /* CheckmarkView.swift */, |
| 227 | + B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */, |
| 228 | + ); |
| 229 | + path = WaterProgressAnimation; |
| 230 | + sourceTree = "<group>"; |
| 231 | + }; |
189 | 232 | /* End PBXGroup section */ |
190 | 233 |
|
191 | 234 | /* Begin PBXNativeTarget section */ |
|
245 | 288 | buildActionMask = 2147483647; |
246 | 289 | files = ( |
247 | 290 | 2BC2D8FA28CF3A7000CAB302 /* Preview Assets.xcassets in Resources */, |
| 291 | + B741A1442C4A6D610083399B /* WaterProgressView.gif in Resources */, |
248 | 292 | B1343F722C060680009ACE90 /* ProgressView.gif in Resources */, |
249 | 293 | B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */, |
250 | 294 | 2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */, |
|
273 | 317 | B15FD7992C04785700752CEA /* CustomToolBar.swift in Sources */, |
274 | 318 | 469963A5290FCE3600DC01AD /* SSLRArrowView.swift in Sources */, |
275 | 319 | B153FD0C2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift in Sources */, |
| 320 | + B717EC9D2C45488100555F90 /* CheckmarkView.swift in Sources */, |
| 321 | + B780A9282C3D851700342512 /* WaterCircleView.swift in Sources */, |
276 | 322 | B153FD132BFB71F500AEFE83 /* FilledStrokeCircle.swift in Sources */, |
277 | 323 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */, |
| 324 | + B741D9A62C46448200ABFCB4 /* WaterProgressTextView.swift in Sources */, |
| 325 | + B780A9242C3D7A7C00342512 /* WaterCircleOutlineView.swift in Sources */, |
278 | 326 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */, |
| 327 | + B780A9182C3D063500342512 /* WaterProgressView.swift in Sources */, |
279 | 328 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
| 329 | + B7ECD58D2C452D8100B6A703 /* BubbleView.swift in Sources */, |
| 330 | + 8FE1727C2CAA8BF100F8AB45 /* ViewExtension.swift in Sources */, |
| 331 | + B780A9262C3D806300342512 /* ExampleWaterProgressView.swift in Sources */, |
| 332 | + B780A91A2C3D0BCB00342512 /* WaterProgressViewStyle.swift in Sources */, |
280 | 333 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */, |
281 | 334 | B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */, |
282 | | - B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */, |
283 | 335 | ); |
284 | 336 | runOnlyForDeploymentPostprocessing = 0; |
285 | 337 | }; |
|
0 commit comments