|
34 | 34 | 75E19B451B2BC76100C03FF6 /* BOChoiceTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 754E56A31B20D2FE00075B6E /* BOChoiceTableViewCell.m */; }; |
35 | 35 | 75E19B461B2BCCFE00C03FF6 /* BOTextTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 75E02FE11B21F72C009698D3 /* BOTextTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
36 | 36 | 75E19B471B2BCCFE00C03FF6 /* BOTextTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 75E02FE21B21F72C009698D3 /* BOTextTableViewCell.m */; }; |
| 37 | + D594623C1B90E17D0028F4BD /* BODateTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D594623A1B90E17D0028F4BD /* BODateTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 38 | + D594623D1B90E17D0028F4BD /* BODateTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D594623B1B90E17D0028F4BD /* BODateTableViewCell.m */; }; |
| 39 | + D59462401B90EA5F0028F4BD /* UILabel+DatePickerCustomization.h in Headers */ = {isa = PBXBuildFile; fileRef = D594623E1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.h */; }; |
| 40 | + D59462411B90EA5F0028F4BD /* UILabel+DatePickerCustomization.m in Sources */ = {isa = PBXBuildFile; fileRef = D594623F1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.m */; }; |
37 | 41 | D5CF66461B8DFAC800FC5F13 /* BOTableViewSection.h in Headers */ = {isa = PBXBuildFile; fileRef = D5CF66441B8DFAC800FC5F13 /* BOTableViewSection.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
38 | 42 | D5CF66471B8DFAC800FC5F13 /* BOTableViewSection.m in Sources */ = {isa = PBXBuildFile; fileRef = D5CF66451B8DFAC800FC5F13 /* BOTableViewSection.m */; }; |
39 | 43 | D5CF664C1B8DFF4700FC5F13 /* MZAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = D5CF66481B8DFF4700FC5F13 /* MZAppearance.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
103 | 107 | 75C7AE261B1AB42A0050C8AA /* BOTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BOTableViewCell.m; sourceTree = "<group>"; }; |
104 | 108 | 75E02FE11B21F72C009698D3 /* BOTextTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BOTextTableViewCell.h; sourceTree = "<group>"; }; |
105 | 109 | 75E02FE21B21F72C009698D3 /* BOTextTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BOTextTableViewCell.m; sourceTree = "<group>"; }; |
| 110 | + D594623A1B90E17D0028F4BD /* BODateTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BODateTableViewCell.h; sourceTree = "<group>"; }; |
| 111 | + D594623B1B90E17D0028F4BD /* BODateTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BODateTableViewCell.m; sourceTree = "<group>"; }; |
| 112 | + D594623E1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+DatePickerCustomization.h"; sourceTree = "<group>"; }; |
| 113 | + D594623F1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+DatePickerCustomization.m"; sourceTree = "<group>"; }; |
106 | 114 | D5CF66441B8DFAC800FC5F13 /* BOTableViewSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BOTableViewSection.h; sourceTree = "<group>"; }; |
107 | 115 | D5CF66451B8DFAC800FC5F13 /* BOTableViewSection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BOTableViewSection.m; sourceTree = "<group>"; }; |
108 | 116 | D5CF66481B8DFF4700FC5F13 /* MZAppearance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MZAppearance.h; sourceTree = "<group>"; }; |
|
191 | 199 | D5F1D8A81B3A1EF1004DA018 /* BOTableViewController+Private.h */, |
192 | 200 | D5CF66441B8DFAC800FC5F13 /* BOTableViewSection.h */, |
193 | 201 | D5CF66451B8DFAC800FC5F13 /* BOTableViewSection.m */, |
| 202 | + D5CF66481B8DFF4700FC5F13 /* MZAppearance.h */, |
| 203 | + D5CF66491B8DFF4700FC5F13 /* MZAppearance.m */, |
| 204 | + D5CF664A1B8DFF4700FC5F13 /* NSInvocation+Copy.h */, |
| 205 | + D5CF664B1B8DFF4700FC5F13 /* NSInvocation+Copy.m */, |
194 | 206 | 75C7AE251B1AB42A0050C8AA /* BOTableViewCell.h */, |
195 | 207 | 75C7AE261B1AB42A0050C8AA /* BOTableViewCell.m */, |
196 | 208 | D5D00B711B8FE63E00ADCAB2 /* BOTableViewCell+Private.h */, |
|
199 | 211 | 754E568C1B1FC16700075B6E /* BOSwitchTableViewCell.m */, |
200 | 212 | 75E02FE11B21F72C009698D3 /* BOTextTableViewCell.h */, |
201 | 213 | 75E02FE21B21F72C009698D3 /* BOTextTableViewCell.m */, |
| 214 | + D594623A1B90E17D0028F4BD /* BODateTableViewCell.h */, |
| 215 | + D594623B1B90E17D0028F4BD /* BODateTableViewCell.m */, |
| 216 | + D594623E1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.h */, |
| 217 | + D594623F1B90EA5F0028F4BD /* UILabel+DatePickerCustomization.m */, |
202 | 218 | 754E56931B2083DE00075B6E /* BOTimeTableViewCell.h */, |
203 | 219 | 754E56941B2083DE00075B6E /* BOTimeTableViewCell.m */, |
204 | 220 | 754E56A21B20D2FE00075B6E /* BOChoiceTableViewCell.h */, |
|
210 | 226 | 754E56871B1DFDB400075B6E /* BOSetting.h */, |
211 | 227 | 754E56881B1DFDB400075B6E /* BOSetting.m */, |
212 | 228 | D5F1D8AA1B3A210E004DA018 /* BOSetting+Private.h */, |
213 | | - D5CF66481B8DFF4700FC5F13 /* MZAppearance.h */, |
214 | | - D5CF66491B8DFF4700FC5F13 /* MZAppearance.m */, |
215 | | - D5CF664A1B8DFF4700FC5F13 /* NSInvocation+Copy.h */, |
216 | | - D5CF664B1B8DFF4700FC5F13 /* NSInvocation+Copy.m */, |
217 | 229 | 75C7AE011B1AB3280050C8AA /* Supporting Files */, |
218 | 230 | ); |
219 | 231 | path = Bohr; |
|
235 | 247 | buildActionMask = 2147483647; |
236 | 248 | files = ( |
237 | 249 | D5F1D8AB1B3A210E004DA018 /* BOSetting+Private.h in Headers */, |
| 250 | + D59462401B90EA5F0028F4BD /* UILabel+DatePickerCustomization.h in Headers */, |
238 | 251 | 754E56501B1B461700075B6E /* BOTableViewCell+Subclass.h in Headers */, |
239 | 252 | 75E19B461B2BCCFE00C03FF6 /* BOTextTableViewCell.h in Headers */, |
240 | 253 | 75C7AE041B1AB3280050C8AA /* Bohr.h in Headers */, |
|
251 | 264 | 759E1B001B2BC31700AD8F38 /* BOTimeTableViewCell.h in Headers */, |
252 | 265 | 75B6CE1E1B375DCA00DADCBD /* BOButtonTableViewCell.h in Headers */, |
253 | 266 | D5F1D8A91B3A1EF1004DA018 /* BOTableViewController+Private.h in Headers */, |
| 267 | + D594623C1B90E17D0028F4BD /* BODateTableViewCell.h in Headers */, |
254 | 268 | ); |
255 | 269 | runOnlyForDeploymentPostprocessing = 0; |
256 | 270 | }; |
|
373 | 387 | 75B6CE1F1B375DCA00DADCBD /* BOButtonTableViewCell.m in Sources */, |
374 | 388 | D5CF66471B8DFAC800FC5F13 /* BOTableViewSection.m in Sources */, |
375 | 389 | 754E568E1B1FC16700075B6E /* BOSwitchTableViewCell.m in Sources */, |
| 390 | + D594623D1B90E17D0028F4BD /* BODateTableViewCell.m in Sources */, |
376 | 391 | 759E1B011B2BC31700AD8F38 /* BOTimeTableViewCell.m in Sources */, |
| 392 | + D59462411B90EA5F0028F4BD /* UILabel+DatePickerCustomization.m in Sources */, |
377 | 393 | D5CF664D1B8DFF4700FC5F13 /* MZAppearance.m in Sources */, |
378 | 394 | 75B6CE1D1B3756D800DADCBD /* BOOptionTableViewCell.m in Sources */, |
379 | 395 | 75E19B471B2BCCFE00C03FF6 /* BOTextTableViewCell.m in Sources */, |
|
0 commit comments