|
11 | 11 | 2BC2D8F528CF3A6F00CAB302 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */; }; |
12 | 12 | 2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */; }; |
13 | 13 | 2BC2D8FA28CF3A7000CAB302 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */; }; |
| 14 | + B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10677FD2BE8D0D400957B4E /* DownArrow.swift */; }; |
| 15 | + B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1098E7C2BD94ED900BC19DD /* WaveView.swift */; }; |
| 16 | + B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B11B98392BCE9C3F00D76016 /* CheckView.swift */; }; |
| 17 | + B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14AB36B2BC41B05004B09C4 /* ProgressView.swift */; }; |
| 18 | + B153FD0E2BFB566000AEFE83 /* ExampleListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */; }; |
| 19 | + B153FD102BFB649300AEFE83 /* ExampleListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */; }; |
| 20 | + B177713F2BF39A60001723EC /* ModelClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B177713E2BF39A60001723EC /* ModelClass.swift */; }; |
| 21 | + B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19E0B652BF7498700E65974 /* ExampleProgressView.swift */; }; |
| 22 | + B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */; }; |
| 23 | + B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA522BF4FC7900F01505 /* ArrowView.swift */; }; |
| 24 | + B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */; }; |
14 | 25 | /* End PBXBuildFile section */ |
15 | 26 |
|
16 | 27 | /* Begin PBXFileReference section */ |
|
19 | 30 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
20 | 31 | 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
21 | 32 | 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 33 | + B10677FD2BE8D0D400957B4E /* DownArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownArrow.swift; sourceTree = "<group>"; }; |
| 34 | + B1098E7C2BD94ED900BC19DD /* WaveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveView.swift; sourceTree = "<group>"; }; |
| 35 | + B11B98392BCE9C3F00D76016 /* CheckView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckView.swift; sourceTree = "<group>"; }; |
| 36 | + B14AB36B2BC41B05004B09C4 /* ProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressView.swift; sourceTree = "<group>"; }; |
| 37 | + B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListRow.swift; sourceTree = "<group>"; }; |
| 38 | + B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListModel.swift; sourceTree = "<group>"; }; |
| 39 | + B177713E2BF39A60001723EC /* ModelClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelClass.swift; sourceTree = "<group>"; }; |
| 40 | + B19E0B652BF7498700E65974 /* ExampleProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleProgressView.swift; sourceTree = "<group>"; }; |
| 41 | + B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressCircle.swift; sourceTree = "<group>"; }; |
| 42 | + B1DFCA522BF4FC7900F01505 /* ArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrowView.swift; sourceTree = "<group>"; }; |
| 43 | + B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; }; |
22 | 44 | /* End PBXFileReference section */ |
23 | 45 |
|
24 | 46 | /* Begin PBXFrameworksBuildPhase section */ |
|
51 | 73 | 2BC2D8F128CF3A6F00CAB302 /* SSSwiftUIAnimations */ = { |
52 | 74 | isa = PBXGroup; |
53 | 75 | children = ( |
| 76 | + B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
| 77 | + B153FD112BFB64BE00AEFE83 /* Examples */, |
54 | 78 | 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */, |
55 | 79 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */, |
56 | 80 | 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */, |
|
67 | 91 | path = "Preview Content"; |
68 | 92 | sourceTree = "<group>"; |
69 | 93 | }; |
| 94 | + B14AB36A2BC40286004B09C4 /* ProgressAnimation */ = { |
| 95 | + isa = PBXGroup; |
| 96 | + children = ( |
| 97 | + B14AB36B2BC41B05004B09C4 /* ProgressView.swift */, |
| 98 | + B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */, |
| 99 | + B1DFCA522BF4FC7900F01505 /* ArrowView.swift */, |
| 100 | + B10677FD2BE8D0D400957B4E /* DownArrow.swift */, |
| 101 | + B1098E7C2BD94ED900BC19DD /* WaveView.swift */, |
| 102 | + B11B98392BCE9C3F00D76016 /* CheckView.swift */, |
| 103 | + B177713E2BF39A60001723EC /* ModelClass.swift */, |
| 104 | + B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */, |
| 105 | + ); |
| 106 | + path = ProgressAnimation; |
| 107 | + sourceTree = "<group>"; |
| 108 | + }; |
| 109 | + B153FD112BFB64BE00AEFE83 /* Examples */ = { |
| 110 | + isa = PBXGroup; |
| 111 | + children = ( |
| 112 | + B19E0B652BF7498700E65974 /* ExampleProgressView.swift */, |
| 113 | + B1F9ED332BFCD85000189871 /* ExamplesList */, |
| 114 | + ); |
| 115 | + path = Examples; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
| 118 | + B1F9ED332BFCD85000189871 /* ExamplesList */ = { |
| 119 | + isa = PBXGroup; |
| 120 | + children = ( |
| 121 | + B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */, |
| 122 | + B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */, |
| 123 | + ); |
| 124 | + path = ExamplesList; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
70 | 127 | /* End PBXGroup section */ |
71 | 128 |
|
72 | 129 | /* Begin PBXNativeTarget section */ |
|
137 | 194 | isa = PBXSourcesBuildPhase; |
138 | 195 | buildActionMask = 2147483647; |
139 | 196 | files = ( |
| 197 | + B153FD0E2BFB566000AEFE83 /* ExampleListRow.swift in Sources */, |
140 | 198 | 2BC2D8F528CF3A6F00CAB302 /* ContentView.swift in Sources */, |
| 199 | + B153FD102BFB649300AEFE83 /* ExampleListModel.swift in Sources */, |
| 200 | + B177713F2BF39A60001723EC /* ModelClass.swift in Sources */, |
| 201 | + B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */, |
| 202 | + B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */, |
| 203 | + B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */, |
141 | 204 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */, |
| 205 | + B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */, |
| 206 | + B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
| 207 | + B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */, |
| 208 | + B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */, |
| 209 | + B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */, |
142 | 210 | ); |
143 | 211 | runOnlyForDeploymentPostprocessing = 0; |
144 | 212 | }; |
|
0 commit comments