|
26 | 26 | 650720CB2B181E5400AC1FB6 /* View+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720CA2B181E5400AC1FB6 /* View+Extension.swift */; }; |
27 | 27 | 650720CD2B18257600AC1FB6 /* CornerRadiusStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720CC2B18257600AC1FB6 /* CornerRadiusStyle.swift */; }; |
28 | 28 | 650720EF2B19FD7A00AC1FB6 /* ThemeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */; }; |
| 29 | + 650720F52B1DAFFB00AC1FB6 /* SSTimePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720F42B1DAFFB00AC1FB6 /* SSTimePicker.swift */; }; |
| 30 | + 650720F72B1DDF3600AC1FB6 /* SSTimePickerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720F62B1DDF3600AC1FB6 /* SSTimePickerManager.swift */; }; |
| 31 | + 650720F92B1DE9FD00AC1FB6 /* SSTimeTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720F82B1DE9FD00AC1FB6 /* SSTimeTextField.swift */; }; |
| 32 | + 650720FB2B1DEF8300AC1FB6 /* SSTimePickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720FA2B1DEF8300AC1FB6 /* SSTimePickerConfiguration.swift */; }; |
| 33 | + 654A7F952B1F04DF00EB9B33 /* SSClockPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654A7F942B1F04DF00EB9B33 /* SSClockPicker.swift */; }; |
29 | 34 | 65E058102B0E2B260049A7BA /* DateTimePicker.docc in Sources */ = {isa = PBXBuildFile; fileRef = 65E0580F2B0E2B260049A7BA /* DateTimePicker.docc */; }; |
30 | 35 | 65E058162B0E2B260049A7BA /* DateTimePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65E0580B2B0E2B260049A7BA /* DateTimePicker.framework */; }; |
31 | 36 | 65E0581B2B0E2B260049A7BA /* DateTimePickerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E0581A2B0E2B260049A7BA /* DateTimePickerTests.swift */; }; |
|
62 | 67 | 650720CA2B181E5400AC1FB6 /* View+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extension.swift"; sourceTree = "<group>"; }; |
63 | 68 | 650720CC2B18257600AC1FB6 /* CornerRadiusStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CornerRadiusStyle.swift; sourceTree = "<group>"; }; |
64 | 69 | 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeButton.swift; sourceTree = "<group>"; }; |
| 70 | + 650720F42B1DAFFB00AC1FB6 /* SSTimePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSTimePicker.swift; sourceTree = "<group>"; }; |
| 71 | + 650720F62B1DDF3600AC1FB6 /* SSTimePickerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSTimePickerManager.swift; sourceTree = "<group>"; }; |
| 72 | + 650720F82B1DE9FD00AC1FB6 /* SSTimeTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSTimeTextField.swift; sourceTree = "<group>"; }; |
| 73 | + 650720FA2B1DEF8300AC1FB6 /* SSTimePickerConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSTimePickerConfiguration.swift; sourceTree = "<group>"; }; |
| 74 | + 654A7F942B1F04DF00EB9B33 /* SSClockPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSClockPicker.swift; sourceTree = "<group>"; }; |
65 | 75 | 65E0580B2B0E2B260049A7BA /* DateTimePicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DateTimePicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
66 | 76 | 65E0580E2B0E2B260049A7BA /* DateTimePicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DateTimePicker.h; sourceTree = "<group>"; }; |
67 | 77 | 65E0580F2B0E2B260049A7BA /* DateTimePicker.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = DateTimePicker.docc; sourceTree = "<group>"; }; |
|
96 | 106 | 650720B22B10880900AC1FB6 /* MonthSelectionView.swift */, |
97 | 107 | 650720B42B10881900AC1FB6 /* YearSelectionView.swift */, |
98 | 108 | 650720C52B13BE4D00AC1FB6 /* SSDatePicker.swift */, |
| 109 | + 650720F42B1DAFFB00AC1FB6 /* SSTimePicker.swift */, |
99 | 110 | ); |
100 | 111 | path = Views; |
101 | 112 | sourceTree = "<group>"; |
102 | 113 | }; |
103 | 114 | 650720A42B0F645600AC1FB6 /* Common */ = { |
104 | 115 | isa = PBXGroup; |
105 | 116 | children = ( |
| 117 | + 654A7F972B1F2CF400EB9B33 /* Time picker */, |
| 118 | + 654A7F962B1F2CEC00EB9B33 /* Date picker */, |
106 | 119 | 6507209D2B0F538400AC1FB6 /* SSPickerConstants.swift */, |
107 | | - 6507209B2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift */, |
108 | 120 | 650720A92B0F819F00AC1FB6 /* ImageConstant.swift */, |
109 | | - 650720C72B146E9500AC1FB6 /* SSDatePickerManager.swift */, |
110 | 121 | 650720CC2B18257600AC1FB6 /* CornerRadiusStyle.swift */, |
| 122 | + 650720F82B1DE9FD00AC1FB6 /* SSTimeTextField.swift */, |
111 | 123 | 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */, |
112 | 124 | ); |
113 | 125 | path = Common; |
|
127 | 139 | path = Extensions; |
128 | 140 | sourceTree = "<group>"; |
129 | 141 | }; |
| 142 | + 654A7F962B1F2CEC00EB9B33 /* Date picker */ = { |
| 143 | + isa = PBXGroup; |
| 144 | + children = ( |
| 145 | + 650720C72B146E9500AC1FB6 /* SSDatePickerManager.swift */, |
| 146 | + 6507209B2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift */, |
| 147 | + ); |
| 148 | + path = "Date picker"; |
| 149 | + sourceTree = "<group>"; |
| 150 | + }; |
| 151 | + 654A7F972B1F2CF400EB9B33 /* Time picker */ = { |
| 152 | + isa = PBXGroup; |
| 153 | + children = ( |
| 154 | + 654A7F942B1F04DF00EB9B33 /* SSClockPicker.swift */, |
| 155 | + 650720FA2B1DEF8300AC1FB6 /* SSTimePickerConfiguration.swift */, |
| 156 | + 650720F62B1DDF3600AC1FB6 /* SSTimePickerManager.swift */, |
| 157 | + ); |
| 158 | + path = "Time picker"; |
| 159 | + sourceTree = "<group>"; |
| 160 | + }; |
130 | 161 | 65E058012B0E2B260049A7BA = { |
131 | 162 | isa = PBXGroup; |
132 | 163 | children = ( |
|
288 | 319 | 650720AA2B0F819F00AC1FB6 /* ImageConstant.swift in Sources */, |
289 | 320 | 650720BE2B10CB7300AC1FB6 /* DateFormatter+Extension.swift in Sources */, |
290 | 321 | 650720B52B10881900AC1FB6 /* YearSelectionView.swift in Sources */, |
| 322 | + 654A7F952B1F04DF00EB9B33 /* SSClockPicker.swift in Sources */, |
| 323 | + 650720F72B1DDF3600AC1FB6 /* SSTimePickerManager.swift in Sources */, |
291 | 324 | 650720C82B146E9500AC1FB6 /* SSDatePickerManager.swift in Sources */, |
| 325 | + 650720F92B1DE9FD00AC1FB6 /* SSTimeTextField.swift in Sources */, |
292 | 326 | 6507209E2B0F538400AC1FB6 /* SSPickerConstants.swift in Sources */, |
| 327 | + 650720FB2B1DEF8300AC1FB6 /* SSTimePickerConfiguration.swift in Sources */, |
293 | 328 | 65E058102B0E2B260049A7BA /* DateTimePicker.docc in Sources */, |
294 | 329 | 650720BC2B10CB5000AC1FB6 /* Date+Extension.swift in Sources */, |
| 330 | + 650720F52B1DAFFB00AC1FB6 /* SSTimePicker.swift in Sources */, |
295 | 331 | 650720EF2B19FD7A00AC1FB6 /* ThemeButton.swift in Sources */, |
296 | 332 | 650720C22B10CBC500AC1FB6 /* Color+Extension.swift in Sources */, |
297 | 333 | 6507209C2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift in Sources */, |
|
0 commit comments