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