|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 81787A041A5AFBBA00625482 /* DatePickerDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81787A031A5AFBBA00625482 /* DatePickerDialog.swift */; }; |
10 | 11 | 81EC6C821A1EADF7009440DB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6C811A1EADF7009440DB /* AppDelegate.swift */; };
|
11 | 12 | 81EC6C841A1EADF7009440DB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6C831A1EADF7009440DB /* ViewController.swift */; };
|
12 | 13 | 81EC6C871A1EADF7009440DB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81EC6C851A1EADF7009440DB /* Main.storyboard */; };
|
13 | 14 | 81EC6C891A1EADF7009440DB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 81EC6C881A1EADF7009440DB /* Images.xcassets */; };
|
14 |
| - 81EC6CA81A1EB147009440DB /* DatePickerDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6CA71A1EB147009440DB /* DatePickerDialog.swift */; }; |
15 | 15 | /* End PBXBuildFile section */
|
16 | 16 |
|
17 | 17 | /* Begin PBXFileReference section */
|
| 18 | + 81787A031A5AFBBA00625482 /* DatePickerDialog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatePickerDialog.swift; sourceTree = "<group>"; }; |
18 | 19 | 81EC6C7C1A1EADF7009440DB /* DatePickerDialogExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DatePickerDialogExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 20 | 81EC6C801A1EADF7009440DB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
20 | 21 | 81EC6C811A1EADF7009440DB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
21 | 22 | 81EC6C831A1EADF7009440DB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
22 | 23 | 81EC6C861A1EADF7009440DB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
23 | 24 | 81EC6C881A1EADF7009440DB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
24 |
| - 81EC6CA71A1EB147009440DB /* DatePickerDialog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatePickerDialog.swift; sourceTree = "<group>"; }; |
25 | 25 | /* End PBXFileReference section */
|
26 | 26 |
|
27 | 27 | /* Begin PBXFrameworksBuildPhase section */
|
|
35 | 35 | /* End PBXFrameworksBuildPhase section */
|
36 | 36 |
|
37 | 37 | /* Begin PBXGroup section */
|
| 38 | + 81787A021A5AFBBA00625482 /* Library */ = { |
| 39 | + isa = PBXGroup; |
| 40 | + children = ( |
| 41 | + 81787A031A5AFBBA00625482 /* DatePickerDialog.swift */, |
| 42 | + ); |
| 43 | + path = Library; |
| 44 | + sourceTree = "<group>"; |
| 45 | + }; |
38 | 46 | 81EC6C731A1EADF7009440DB = {
|
39 | 47 | isa = PBXGroup;
|
40 | 48 | children = (
|
| 49 | + 81787A021A5AFBBA00625482 /* Library */, |
41 | 50 | 81EC6C7E1A1EADF7009440DB /* DatePickerDialog */,
|
42 | 51 | 81EC6C7D1A1EADF7009440DB /* Products */,
|
43 | 52 | );
|
|
84 | 93 | 81EC6CA61A1EB12B009440DB /* DatePickerDialog */ = {
|
85 | 94 | isa = PBXGroup;
|
86 | 95 | children = (
|
87 |
| - 81EC6CA71A1EB147009440DB /* DatePickerDialog.swift */, |
88 | 96 | );
|
89 | 97 | name = DatePickerDialog;
|
90 | 98 | sourceTree = "<group>";
|
|
158 | 166 | isa = PBXSourcesBuildPhase;
|
159 | 167 | buildActionMask = 2147483647;
|
160 | 168 | files = (
|
161 |
| - 81EC6CA81A1EB147009440DB /* DatePickerDialog.swift in Sources */, |
162 | 169 | 81EC6C841A1EADF7009440DB /* ViewController.swift in Sources */,
|
163 | 170 | 81EC6C821A1EADF7009440DB /* AppDelegate.swift in Sources */,
|
| 171 | + 81787A041A5AFBBA00625482 /* DatePickerDialog.swift in Sources */, |
164 | 172 | );
|
165 | 173 | runOnlyForDeploymentPostprocessing = 0;
|
166 | 174 | };
|
|
0 commit comments