|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 6507209C2B0F4D4500AC1FB6 /* SSCalendarConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6507209B2B0F4D4500AC1FB6 /* SSCalendarConfiguration.swift */; }; |
11 | | - 6507209E2B0F538400AC1FB6 /* SSCalendarConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6507209D2B0F538400AC1FB6 /* SSCalendarConstant.swift */; }; |
| 10 | + 6507209C2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6507209B2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift */; }; |
| 11 | + 6507209E2B0F538400AC1FB6 /* SSPickerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6507209D2B0F538400AC1FB6 /* SSPickerConstants.swift */; }; |
12 | 12 | 650720A22B0F644000AC1FB6 /* WeekDatesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720A12B0F644000AC1FB6 /* WeekDatesView.swift */; }; |
13 | 13 | 650720A62B0F6BE600AC1FB6 /* DateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720A52B0F6BE600AC1FB6 /* DateView.swift */; }; |
14 | 14 | 650720AA2B0F819F00AC1FB6 /* ImageConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720A92B0F819F00AC1FB6 /* ImageConstant.swift */; }; |
|
22 | 22 | 650720C02B10CBA100AC1FB6 /* Bundle+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720BF2B10CBA100AC1FB6 /* Bundle+Extension.swift */; }; |
23 | 23 | 650720C22B10CBC500AC1FB6 /* Color+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720C12B10CBC500AC1FB6 /* Color+Extension.swift */; }; |
24 | 24 | 650720C62B13BE4D00AC1FB6 /* SSDatePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720C52B13BE4D00AC1FB6 /* SSDatePicker.swift */; }; |
25 | | - 650720C82B146E9500AC1FB6 /* SSCalendarManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720C72B146E9500AC1FB6 /* SSCalendarManager.swift */; }; |
| 25 | + 650720C82B146E9500AC1FB6 /* SSDatePickerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720C72B146E9500AC1FB6 /* SSDatePickerManager.swift */; }; |
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 | + 650720EF2B19FD7A00AC1FB6 /* ThemeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */; }; |
28 | 29 | 65E058102B0E2B260049A7BA /* DateTimePicker.docc in Sources */ = {isa = PBXBuildFile; fileRef = 65E0580F2B0E2B260049A7BA /* DateTimePicker.docc */; }; |
29 | 30 | 65E058162B0E2B260049A7BA /* DateTimePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65E0580B2B0E2B260049A7BA /* DateTimePicker.framework */; }; |
30 | 31 | 65E0581B2B0E2B260049A7BA /* DateTimePickerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E0581A2B0E2B260049A7BA /* DateTimePickerTests.swift */; }; |
|
42 | 43 | /* End PBXContainerItemProxy section */ |
43 | 44 |
|
44 | 45 | /* Begin PBXFileReference section */ |
45 | | - 6507209B2B0F4D4500AC1FB6 /* SSCalendarConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSCalendarConfiguration.swift; sourceTree = "<group>"; }; |
46 | | - 6507209D2B0F538400AC1FB6 /* SSCalendarConstant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSCalendarConstant.swift; sourceTree = "<group>"; }; |
| 46 | + 6507209B2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSDatePickerConfiguration.swift; sourceTree = "<group>"; }; |
| 47 | + 6507209D2B0F538400AC1FB6 /* SSPickerConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSPickerConstants.swift; sourceTree = "<group>"; }; |
47 | 48 | 650720A12B0F644000AC1FB6 /* WeekDatesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeekDatesView.swift; sourceTree = "<group>"; }; |
48 | 49 | 650720A52B0F6BE600AC1FB6 /* DateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateView.swift; sourceTree = "<group>"; }; |
49 | 50 | 650720A92B0F819F00AC1FB6 /* ImageConstant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageConstant.swift; sourceTree = "<group>"; }; |
|
57 | 58 | 650720BF2B10CBA100AC1FB6 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; }; |
58 | 59 | 650720C12B10CBC500AC1FB6 /* Color+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extension.swift"; sourceTree = "<group>"; }; |
59 | 60 | 650720C52B13BE4D00AC1FB6 /* SSDatePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSDatePicker.swift; sourceTree = "<group>"; }; |
60 | | - 650720C72B146E9500AC1FB6 /* SSCalendarManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSCalendarManager.swift; sourceTree = "<group>"; }; |
| 61 | + 650720C72B146E9500AC1FB6 /* SSDatePickerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSDatePickerManager.swift; sourceTree = "<group>"; }; |
61 | 62 | 650720CA2B181E5400AC1FB6 /* View+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extension.swift"; sourceTree = "<group>"; }; |
62 | 63 | 650720CC2B18257600AC1FB6 /* CornerRadiusStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CornerRadiusStyle.swift; sourceTree = "<group>"; }; |
| 64 | + 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeButton.swift; sourceTree = "<group>"; }; |
63 | 65 | 65E0580B2B0E2B260049A7BA /* DateTimePicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DateTimePicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
64 | 66 | 65E0580E2B0E2B260049A7BA /* DateTimePicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DateTimePicker.h; sourceTree = "<group>"; }; |
65 | 67 | 65E0580F2B0E2B260049A7BA /* DateTimePicker.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = DateTimePicker.docc; sourceTree = "<group>"; }; |
|
101 | 103 | 650720A42B0F645600AC1FB6 /* Common */ = { |
102 | 104 | isa = PBXGroup; |
103 | 105 | children = ( |
104 | | - 6507209D2B0F538400AC1FB6 /* SSCalendarConstant.swift */, |
105 | | - 6507209B2B0F4D4500AC1FB6 /* SSCalendarConfiguration.swift */, |
| 106 | + 6507209D2B0F538400AC1FB6 /* SSPickerConstants.swift */, |
| 107 | + 6507209B2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift */, |
106 | 108 | 650720A92B0F819F00AC1FB6 /* ImageConstant.swift */, |
107 | | - 650720C72B146E9500AC1FB6 /* SSCalendarManager.swift */, |
| 109 | + 650720C72B146E9500AC1FB6 /* SSDatePickerManager.swift */, |
108 | 110 | 650720CC2B18257600AC1FB6 /* CornerRadiusStyle.swift */, |
| 111 | + 650720EE2B19FD7A00AC1FB6 /* ThemeButton.swift */, |
109 | 112 | ); |
110 | 113 | path = Common; |
111 | 114 | sourceTree = "<group>"; |
|
285 | 288 | 650720AA2B0F819F00AC1FB6 /* ImageConstant.swift in Sources */, |
286 | 289 | 650720BE2B10CB7300AC1FB6 /* DateFormatter+Extension.swift in Sources */, |
287 | 290 | 650720B52B10881900AC1FB6 /* YearSelectionView.swift in Sources */, |
288 | | - 650720C82B146E9500AC1FB6 /* SSCalendarManager.swift in Sources */, |
289 | | - 6507209E2B0F538400AC1FB6 /* SSCalendarConstant.swift in Sources */, |
| 291 | + 650720C82B146E9500AC1FB6 /* SSDatePickerManager.swift in Sources */, |
| 292 | + 6507209E2B0F538400AC1FB6 /* SSPickerConstants.swift in Sources */, |
290 | 293 | 65E058102B0E2B260049A7BA /* DateTimePicker.docc in Sources */, |
291 | 294 | 650720BC2B10CB5000AC1FB6 /* Date+Extension.swift in Sources */, |
| 295 | + 650720EF2B19FD7A00AC1FB6 /* ThemeButton.swift in Sources */, |
292 | 296 | 650720C22B10CBC500AC1FB6 /* Color+Extension.swift in Sources */, |
293 | | - 6507209C2B0F4D4500AC1FB6 /* SSCalendarConfiguration.swift in Sources */, |
| 297 | + 6507209C2B0F4D4500AC1FB6 /* SSDatePickerConfiguration.swift in Sources */, |
294 | 298 | ); |
295 | 299 | runOnlyForDeploymentPostprocessing = 0; |
296 | 300 | }; |
|
0 commit comments