|
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 */; }; |
10 | 16 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */; }; |
11 | 17 | 2BC2D8F528CF3A6F00CAB302 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */; }; |
12 | 18 | 2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */; }; |
|
35 | 41 | /* End PBXBuildFile section */ |
36 | 42 |
|
37 | 43 | /* Begin PBXFileReference section */ |
| 44 | + 223F502D2C2E95F3006C68CE /* CircularLoading.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularLoading.swift; sourceTree = "<group>"; }; |
| 45 | + 223F502F2C2E9636006C68CE /* LinearLoading.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LinearLoading.swift; sourceTree = "<group>"; }; |
| 46 | + 223F50302C2E9636006C68CE /* LinearProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LinearProgress.swift; sourceTree = "<group>"; }; |
| 47 | + 223F50312C2E9636006C68CE /* CircularProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularProgress.swift; sourceTree = "<group>"; }; |
| 48 | + 223F50322C2E9636006C68CE /* CircularReverseProgreessBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularReverseProgreessBar.swift; sourceTree = "<group>"; }; |
| 49 | + 223F50332C2E9636006C68CE /* Stick.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stick.swift; sourceTree = "<group>"; }; |
38 | 50 | 2BC2D8EF28CF3A6F00CAB302 /* SSSwiftUIAnimations.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SSSwiftUIAnimations.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 51 | 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSSwiftUIAnimationsApp.swift; sourceTree = "<group>"; }; |
40 | 52 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
74 | 86 | /* End PBXFrameworksBuildPhase section */ |
75 | 87 |
|
76 | 88 | /* Begin PBXGroup section */ |
| 89 | + 223F502C2C2E95D6006C68CE /* SticksAnimations */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + 223F502D2C2E95F3006C68CE /* CircularLoading.swift */, |
| 93 | + 223F50312C2E9636006C68CE /* CircularProgress.swift */, |
| 94 | + 223F50322C2E9636006C68CE /* CircularReverseProgreessBar.swift */, |
| 95 | + 223F502F2C2E9636006C68CE /* LinearLoading.swift */, |
| 96 | + 223F50302C2E9636006C68CE /* LinearProgress.swift */, |
| 97 | + 223F50332C2E9636006C68CE /* Stick.swift */, |
| 98 | + ); |
| 99 | + path = SticksAnimations; |
| 100 | + sourceTree = "<group>"; |
| 101 | + }; |
77 | 102 | 2BC2D8E628CF3A6F00CAB302 = { |
78 | 103 | isa = PBXGroup; |
79 | 104 | children = ( |
|
162 | 187 | B1DE99D72C060E1A006995FB /* Sources */ = { |
163 | 188 | isa = PBXGroup; |
164 | 189 | children = ( |
| 190 | + 223F502C2C2E95D6006C68CE /* SticksAnimations */, |
165 | 191 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
166 | 192 | 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */, |
167 | 193 | ); |
|
265 | 291 | B177713F2BF39A60001723EC /* ModelClass.swift in Sources */, |
266 | 292 | B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */, |
267 | 293 | B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */, |
| 294 | + 223F50372C2E9636006C68CE /* CircularReverseProgreessBar.swift in Sources */, |
268 | 295 | B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */, |
269 | 296 | B18792612AA5A0D2006F2CC9 /* CircularView.swift in Sources */, |
270 | 297 | B153FD152BFB7A7900AEFE83 /* ExampleLRArrowView.swift in Sources */, |
|
274 | 301 | 469963A5290FCE3600DC01AD /* SSLRArrowView.swift in Sources */, |
275 | 302 | B153FD0C2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift in Sources */, |
276 | 303 | B153FD132BFB71F500AEFE83 /* FilledStrokeCircle.swift in Sources */, |
| 304 | + 223F50362C2E9636006C68CE /* CircularProgress.swift in Sources */, |
| 305 | + 223F50352C2E9636006C68CE /* LinearProgress.swift in Sources */, |
| 306 | + 223F502E2C2E95F3006C68CE /* CircularLoading.swift in Sources */, |
277 | 307 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */, |
278 | 308 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */, |
| 309 | + 223F50382C2E9636006C68CE /* Stick.swift in Sources */, |
| 310 | + 223F50342C2E9636006C68CE /* LinearLoading.swift in Sources */, |
279 | 311 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
280 | 312 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */, |
281 | 313 | B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */, |
|
0 commit comments