Skip to content

Commit 31b623a

Browse files
Demo/Readme updated.
1 parent 77edc71 commit 31b623a

File tree

7 files changed

+287
-353
lines changed

7 files changed

+287
-353
lines changed

DatePickerDialog/.DS_Store

-6 KB
Binary file not shown.

DatePickerDialog/DatePickerDialog.xib

Lines changed: 0 additions & 74 deletions
This file was deleted.

Demo/.DS_Store

-6 KB
Binary file not shown.

Demo/DatePickerDialogExample.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
81787A041A5AFBBA00625482 /* DatePickerDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81787A031A5AFBBA00625482 /* DatePickerDialog.swift */; };
1011
81EC6C821A1EADF7009440DB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6C811A1EADF7009440DB /* AppDelegate.swift */; };
1112
81EC6C841A1EADF7009440DB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6C831A1EADF7009440DB /* ViewController.swift */; };
1213
81EC6C871A1EADF7009440DB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81EC6C851A1EADF7009440DB /* Main.storyboard */; };
1314
81EC6C891A1EADF7009440DB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 81EC6C881A1EADF7009440DB /* Images.xcassets */; };
14-
81EC6CA81A1EB147009440DB /* DatePickerDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EC6CA71A1EB147009440DB /* DatePickerDialog.swift */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXFileReference section */
18+
81787A031A5AFBBA00625482 /* DatePickerDialog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatePickerDialog.swift; sourceTree = "<group>"; };
1819
81EC6C7C1A1EADF7009440DB /* DatePickerDialogExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DatePickerDialogExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
1920
81EC6C801A1EADF7009440DB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2021
81EC6C811A1EADF7009440DB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2122
81EC6C831A1EADF7009440DB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2223
81EC6C861A1EADF7009440DB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2324
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>"; };
2525
/* End PBXFileReference section */
2626

2727
/* Begin PBXFrameworksBuildPhase section */
@@ -35,9 +35,18 @@
3535
/* End PBXFrameworksBuildPhase section */
3636

3737
/* Begin PBXGroup section */
38+
81787A021A5AFBBA00625482 /* Library */ = {
39+
isa = PBXGroup;
40+
children = (
41+
81787A031A5AFBBA00625482 /* DatePickerDialog.swift */,
42+
);
43+
path = Library;
44+
sourceTree = "<group>";
45+
};
3846
81EC6C731A1EADF7009440DB = {
3947
isa = PBXGroup;
4048
children = (
49+
81787A021A5AFBBA00625482 /* Library */,
4150
81EC6C7E1A1EADF7009440DB /* DatePickerDialog */,
4251
81EC6C7D1A1EADF7009440DB /* Products */,
4352
);
@@ -84,7 +93,6 @@
8493
81EC6CA61A1EB12B009440DB /* DatePickerDialog */ = {
8594
isa = PBXGroup;
8695
children = (
87-
81EC6CA71A1EB147009440DB /* DatePickerDialog.swift */,
8896
);
8997
name = DatePickerDialog;
9098
sourceTree = "<group>";
@@ -158,9 +166,9 @@
158166
isa = PBXSourcesBuildPhase;
159167
buildActionMask = 2147483647;
160168
files = (
161-
81EC6CA81A1EB147009440DB /* DatePickerDialog.swift in Sources */,
162169
81EC6C841A1EADF7009440DB /* ViewController.swift in Sources */,
163170
81EC6C821A1EADF7009440DB /* AppDelegate.swift in Sources */,
171+
81787A041A5AFBBA00625482 /* DatePickerDialog.swift in Sources */,
164172
);
165173
runOnlyForDeploymentPostprocessing = 0;
166174
};

0 commit comments

Comments
 (0)