|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 223F502E2C2E95F3006C68CE /* CircularLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F502D2C2E95F3006C68CE /* CircularLoading.swift */; }; |
| 11 | + 223F50342C2E9636006C68CE /* LinearLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F502F2C2E9636006C68CE /* LinearLoading.swift */; }; |
| 12 | + 223F50352C2E9636006C68CE /* LinearProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F50302C2E9636006C68CE /* LinearProgress.swift */; }; |
| 13 | + 223F50362C2E9636006C68CE /* CircularProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F50312C2E9636006C68CE /* CircularProgress.swift */; }; |
| 14 | + 223F50372C2E9636006C68CE /* CircularReverseProgreessBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F50322C2E9636006C68CE /* CircularReverseProgreessBar.swift */; }; |
| 15 | + 223F50382C2E9636006C68CE /* Stick.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F50332C2E9636006C68CE /* Stick.swift */; }; |
| 16 | + 223F503A2C2E991B006C68CE /* StickAnimations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F50392C2E991B006C68CE /* StickAnimations.swift */; }; |
| 17 | + 223F503C2C2EACCD006C68CE /* StickAnimationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 223F503B2C2EACCD006C68CE /* StickAnimationType.swift */; }; |
10 | 18 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */; }; |
11 | 19 | 2BC2D8F528CF3A6F00CAB302 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */; }; |
12 | 20 | 2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */; }; |
|
43 | 51 | /* End PBXBuildFile section */ |
44 | 52 |
|
45 | 53 | /* Begin PBXFileReference section */ |
| 54 | + 223F502D2C2E95F3006C68CE /* CircularLoading.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularLoading.swift; sourceTree = "<group>"; }; |
| 55 | + 223F502F2C2E9636006C68CE /* LinearLoading.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LinearLoading.swift; sourceTree = "<group>"; }; |
| 56 | + 223F50302C2E9636006C68CE /* LinearProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LinearProgress.swift; sourceTree = "<group>"; }; |
| 57 | + 223F50312C2E9636006C68CE /* CircularProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularProgress.swift; sourceTree = "<group>"; }; |
| 58 | + 223F50322C2E9636006C68CE /* CircularReverseProgreessBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularReverseProgreessBar.swift; sourceTree = "<group>"; }; |
| 59 | + 223F50332C2E9636006C68CE /* Stick.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stick.swift; sourceTree = "<group>"; }; |
| 60 | + 223F50392C2E991B006C68CE /* StickAnimations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StickAnimations.swift; sourceTree = "<group>"; }; |
| 61 | + 223F503B2C2EACCD006C68CE /* StickAnimationType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StickAnimationType.swift; sourceTree = "<group>"; }; |
46 | 62 | 2BC2D8EF28CF3A6F00CAB302 /* SSSwiftUIAnimations.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SSSwiftUIAnimations.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | 63 | 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSSwiftUIAnimationsApp.swift; sourceTree = "<group>"; }; |
48 | 64 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
90 | 106 | /* End PBXFrameworksBuildPhase section */ |
91 | 107 |
|
92 | 108 | /* Begin PBXGroup section */ |
| 109 | + 223F502C2C2E95D6006C68CE /* SticksAnimations */ = { |
| 110 | + isa = PBXGroup; |
| 111 | + children = ( |
| 112 | + 223F502D2C2E95F3006C68CE /* CircularLoading.swift */, |
| 113 | + 223F50312C2E9636006C68CE /* CircularProgress.swift */, |
| 114 | + 223F50322C2E9636006C68CE /* CircularReverseProgreessBar.swift */, |
| 115 | + 223F502F2C2E9636006C68CE /* LinearLoading.swift */, |
| 116 | + 223F50302C2E9636006C68CE /* LinearProgress.swift */, |
| 117 | + 223F50332C2E9636006C68CE /* Stick.swift */, |
| 118 | + 223F50392C2E991B006C68CE /* StickAnimations.swift */, |
| 119 | + 223F503B2C2EACCD006C68CE /* StickAnimationType.swift */, |
| 120 | + ); |
| 121 | + path = SticksAnimations; |
| 122 | + sourceTree = "<group>"; |
| 123 | + }; |
93 | 124 | 2BC2D8E628CF3A6F00CAB302 = { |
94 | 125 | isa = PBXGroup; |
95 | 126 | children = ( |
|
180 | 211 | isa = PBXGroup; |
181 | 212 | children = ( |
182 | 213 | B780A9162C3D05CD00342512 /* WaterProgressAnimation */, |
| 214 | + 223F502C2C2E95D6006C68CE /* SticksAnimations */, |
183 | 215 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
184 | 216 | 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */, |
185 | 217 | ); |
|
297 | 329 | B177713F2BF39A60001723EC /* ModelClass.swift in Sources */, |
298 | 330 | B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */, |
299 | 331 | B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */, |
| 332 | + 223F50372C2E9636006C68CE /* CircularReverseProgreessBar.swift in Sources */, |
| 333 | + 223F503C2C2EACCD006C68CE /* StickAnimationType.swift in Sources */, |
300 | 334 | B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */, |
301 | 335 | B18792612AA5A0D2006F2CC9 /* CircularView.swift in Sources */, |
302 | 336 | B153FD152BFB7A7900AEFE83 /* ExampleLRArrowView.swift in Sources */, |
|
308 | 342 | B717EC9D2C45488100555F90 /* CheckmarkView.swift in Sources */, |
309 | 343 | B780A9282C3D851700342512 /* WaterCircleView.swift in Sources */, |
310 | 344 | B153FD132BFB71F500AEFE83 /* FilledStrokeCircle.swift in Sources */, |
| 345 | + 223F50362C2E9636006C68CE /* CircularProgress.swift in Sources */, |
| 346 | + 223F50352C2E9636006C68CE /* LinearProgress.swift in Sources */, |
| 347 | + 223F502E2C2E95F3006C68CE /* CircularLoading.swift in Sources */, |
311 | 348 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */, |
312 | 349 | B741D9A62C46448200ABFCB4 /* WaterProgressTextView.swift in Sources */, |
313 | 350 | B780A9242C3D7A7C00342512 /* WaterCircleOutlineView.swift in Sources */, |
314 | 351 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */, |
315 | 352 | B780A9182C3D063500342512 /* WaterProgressView.swift in Sources */, |
| 353 | + 223F50382C2E9636006C68CE /* Stick.swift in Sources */, |
| 354 | + 223F50342C2E9636006C68CE /* LinearLoading.swift in Sources */, |
316 | 355 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
317 | 356 | B7ECD58D2C452D8100B6A703 /* BubbleView.swift in Sources */, |
318 | 357 | B780A9262C3D806300342512 /* ExampleWaterProgressView.swift in Sources */, |
319 | 358 | B780A91A2C3D0BCB00342512 /* WaterProgressViewStyle.swift in Sources */, |
320 | 359 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */, |
| 360 | + 223F503A2C2E991B006C68CE /* StickAnimations.swift in Sources */, |
321 | 361 | B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */, |
322 | 362 | B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */, |
323 | 363 | ); |
|
0 commit comments