|
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 | + 4636F36E291E1BD600C8DB5B /* LeftArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */; }; |
| 15 | + 469963A5290FCE3600DC01AD /* SSLRArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 469963A4290FCE3600DC01AD /* SSLRArrowView.swift */; }; |
14 | 16 | B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10677FD2BE8D0D400957B4E /* DownArrow.swift */; }; |
15 | 17 | B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1098E7C2BD94ED900BC19DD /* WaveView.swift */; }; |
16 | 18 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B11B98392BCE9C3F00D76016 /* CheckView.swift */; }; |
17 | 19 | B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14AB36B2BC41B05004B09C4 /* ProgressView.swift */; }; |
| 20 | + B153FD0C2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0B2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift */; }; |
18 | 21 | B153FD0E2BFB566000AEFE83 /* ExampleListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */; }; |
19 | 22 | B153FD102BFB649300AEFE83 /* ExampleListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */; }; |
| 23 | + B153FD132BFB71F500AEFE83 /* FilledStrokeCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD122BFB71F500AEFE83 /* FilledStrokeCircle.swift */; }; |
| 24 | + B153FD152BFB7A7900AEFE83 /* ExampleLRArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD142BFB7A7900AEFE83 /* ExampleLRArrowView.swift */; }; |
| 25 | + B15FD7992C04785700752CEA /* CustomToolBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15FD7982C04785700752CEA /* CustomToolBar.swift */; }; |
20 | 26 | B177713F2BF39A60001723EC /* ModelClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = B177713E2BF39A60001723EC /* ModelClass.swift */; }; |
| 27 | + B18792612AA5A0D2006F2CC9 /* CircularView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18792602AA5A0D2006F2CC9 /* CircularView.swift */; }; |
21 | 28 | B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19E0B652BF7498700E65974 /* ExampleProgressView.swift */; }; |
22 | 29 | B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */; }; |
23 | 30 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA522BF4FC7900F01505 /* ArrowView.swift */; }; |
|
30 | 37 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
31 | 38 | 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
32 | 39 | 2BC2D8F928CF3A7000CAB302 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 40 | + 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftArrow.swift; sourceTree = "<group>"; }; |
| 41 | + 469963A4290FCE3600DC01AD /* SSLRArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLRArrowView.swift; sourceTree = "<group>"; }; |
33 | 42 | B10677FD2BE8D0D400957B4E /* DownArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownArrow.swift; sourceTree = "<group>"; }; |
34 | 43 | B1098E7C2BD94ED900BC19DD /* WaveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveView.swift; sourceTree = "<group>"; }; |
35 | 44 | B11B98392BCE9C3F00D76016 /* CheckView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckView.swift; sourceTree = "<group>"; }; |
36 | 45 | B14AB36B2BC41B05004B09C4 /* ProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressView.swift; sourceTree = "<group>"; }; |
| 46 | + B153FD0B2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LRArrowAnimStyle.swift; sourceTree = "<group>"; }; |
37 | 47 | B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListRow.swift; sourceTree = "<group>"; }; |
38 | 48 | B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListModel.swift; sourceTree = "<group>"; }; |
| 49 | + B153FD122BFB71F500AEFE83 /* FilledStrokeCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilledStrokeCircle.swift; sourceTree = "<group>"; }; |
| 50 | + B153FD142BFB7A7900AEFE83 /* ExampleLRArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleLRArrowView.swift; sourceTree = "<group>"; }; |
| 51 | + B15FD7982C04785700752CEA /* CustomToolBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomToolBar.swift; sourceTree = "<group>"; }; |
39 | 52 | B177713E2BF39A60001723EC /* ModelClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelClass.swift; sourceTree = "<group>"; }; |
| 53 | + B18792602AA5A0D2006F2CC9 /* CircularView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularView.swift; sourceTree = "<group>"; }; |
40 | 54 | B19E0B652BF7498700E65974 /* ExampleProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleProgressView.swift; sourceTree = "<group>"; }; |
41 | 55 | B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressCircle.swift; sourceTree = "<group>"; }; |
42 | 56 | B1DFCA522BF4FC7900F01505 /* ArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrowView.swift; sourceTree = "<group>"; }; |
|
74 | 88 | isa = PBXGroup; |
75 | 89 | children = ( |
76 | 90 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */, |
77 | | - B153FD112BFB64BE00AEFE83 /* Examples */, |
| 91 | + 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */, |
78 | 92 | 2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */, |
| 93 | + B153FD112BFB64BE00AEFE83 /* Examples */, |
79 | 94 | 2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */, |
80 | 95 | 2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */, |
81 | 96 | 2BC2D8F828CF3A7000CAB302 /* Preview Content */, |
|
91 | 106 | path = "Preview Content"; |
92 | 107 | sourceTree = "<group>"; |
93 | 108 | }; |
| 109 | + 469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */ = { |
| 110 | + isa = PBXGroup; |
| 111 | + children = ( |
| 112 | + 469963A4290FCE3600DC01AD /* SSLRArrowView.swift */, |
| 113 | + 4636F36D291E1BD600C8DB5B /* LeftArrow.swift */, |
| 114 | + B18792602AA5A0D2006F2CC9 /* CircularView.swift */, |
| 115 | + B153FD0B2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift */, |
| 116 | + B153FD122BFB71F500AEFE83 /* FilledStrokeCircle.swift */, |
| 117 | + ); |
| 118 | + path = ArrowLeftRightAnimation; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
94 | 121 | B14AB36A2BC40286004B09C4 /* ProgressAnimation */ = { |
95 | 122 | isa = PBXGroup; |
96 | 123 | children = ( |
|
110 | 137 | isa = PBXGroup; |
111 | 138 | children = ( |
112 | 139 | B19E0B652BF7498700E65974 /* ExampleProgressView.swift */, |
| 140 | + B153FD142BFB7A7900AEFE83 /* ExampleLRArrowView.swift */, |
113 | 141 | B1F9ED332BFCD85000189871 /* ExamplesList */, |
114 | 142 | ); |
115 | 143 | path = Examples; |
|
120 | 148 | children = ( |
121 | 149 | B153FD0F2BFB649300AEFE83 /* ExampleListModel.swift */, |
122 | 150 | B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */, |
| 151 | + B15FD7982C04785700752CEA /* CustomToolBar.swift */, |
123 | 152 | ); |
124 | 153 | path = ExamplesList; |
125 | 154 | sourceTree = "<group>"; |
|
201 | 230 | B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */, |
202 | 231 | B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */, |
203 | 232 | B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */, |
| 233 | + B18792612AA5A0D2006F2CC9 /* CircularView.swift in Sources */, |
| 234 | + B153FD152BFB7A7900AEFE83 /* ExampleLRArrowView.swift in Sources */, |
| 235 | + 2BC2D8F528CF3A6F00CAB302 /* ContentView.swift in Sources */, |
| 236 | + 4636F36E291E1BD600C8DB5B /* LeftArrow.swift in Sources */, |
| 237 | + B15FD7992C04785700752CEA /* CustomToolBar.swift in Sources */, |
| 238 | + 469963A5290FCE3600DC01AD /* SSLRArrowView.swift in Sources */, |
| 239 | + B153FD0C2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift in Sources */, |
| 240 | + B153FD132BFB71F500AEFE83 /* FilledStrokeCircle.swift in Sources */, |
204 | 241 | 2BC2D8F328CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift in Sources */, |
205 | 242 | B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */, |
206 | 243 | B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */, |
|
335 | 372 | CODE_SIGN_STYLE = Automatic; |
336 | 373 | CURRENT_PROJECT_VERSION = 1; |
337 | 374 | DEVELOPMENT_ASSET_PATHS = "\"SSSwiftUIAnimations/Preview Content\""; |
338 | | - DEVELOPMENT_TEAM = 5LTPQLLYU7; |
| 375 | + DEVELOPMENT_TEAM = K7XJG666ZW; |
339 | 376 | ENABLE_PREVIEWS = YES; |
340 | 377 | GENERATE_INFOPLIST_FILE = YES; |
341 | 378 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
|
364 | 401 | CODE_SIGN_STYLE = Automatic; |
365 | 402 | CURRENT_PROJECT_VERSION = 1; |
366 | 403 | DEVELOPMENT_ASSET_PATHS = "\"SSSwiftUIAnimations/Preview Content\""; |
367 | | - DEVELOPMENT_TEAM = 5LTPQLLYU7; |
| 404 | + DEVELOPMENT_TEAM = K7XJG666ZW; |
368 | 405 | ENABLE_PREVIEWS = YES; |
369 | 406 | GENERATE_INFOPLIST_FILE = YES; |
370 | 407 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
|
0 commit comments