Skip to content

Commit 28dfe21

Browse files
Merge pull request #8 from SimformSolutionsPvtLtd/UNT-T20604-Bug-fixing
UNT-T20604: Bug fixing, Added localized string
2 parents ad4fb3a + e7471a0 commit 28dfe21

62 files changed

Lines changed: 576 additions & 256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DateTimePicker/DateTimePicker/Extensions/DateFormatter+Extension.swift

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

Example/Example.xcodeproj/project.pbxproj

Lines changed: 94 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,54 @@
88

99
/* Begin PBXBuildFile section */
1010
650720D32B194D2100AC1FB6 /* PickerViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650720D22B194D2100AC1FB6 /* PickerViewModel.swift */; };
11+
65AB6B0B2B283131009EA7EC /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 65AB6B0D2B283131009EA7EC /* Localizable.strings */; };
12+
65AB6B102B2839F9009EA7EC /* ThemeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65AB6B0F2B2839F9009EA7EC /* ThemeButton.swift */; };
13+
65AB6B122B283AED009EA7EC /* LocalizedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65AB6B112B283AED009EA7EC /* LocalizedString.swift */; };
14+
65AB6B152B285309009EA7EC /* Color+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65AB6B142B285309009EA7EC /* Color+Extension.swift */; };
15+
65AB6B812B289EA8009EA7EC /* SSDateTimePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AB6B7E2B289E49009EA7EC /* SSDateTimePicker.framework */; settings = {ATTRIBUTES = (Required, ); }; };
1116
65E0584E2B0E3E850049A7BA /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E0584D2B0E3E850049A7BA /* ExampleApp.swift */; };
1217
65E058502B0E3E850049A7BA /* PickerExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E0584F2B0E3E850049A7BA /* PickerExampleView.swift */; };
1318
65E058522B0E3E860049A7BA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65E058512B0E3E860049A7BA /* Assets.xcassets */; };
1419
65E058552B0E3E860049A7BA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65E058542B0E3E860049A7BA /* Preview Assets.xcassets */; };
15-
65E058772B0E3FC30049A7BA /* DateTimePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65E058732B0E3FBC0049A7BA /* DateTimePicker.framework */; };
1620
/* End PBXBuildFile section */
1721

1822
/* Begin PBXContainerItemProxy section */
19-
65E058722B0E3FBC0049A7BA /* PBXContainerItemProxy */ = {
23+
65AB6B7D2B289E49009EA7EC /* PBXContainerItemProxy */ = {
2024
isa = PBXContainerItemProxy;
21-
containerPortal = 65E0586D2B0E3FBC0049A7BA /* DateTimePicker.xcodeproj */;
25+
containerPortal = 65AB6B782B289E49009EA7EC /* SSDateTimePicker.xcodeproj */;
2226
proxyType = 2;
2327
remoteGlobalIDString = 65E0580B2B0E2B260049A7BA;
24-
remoteInfo = DateTimePicker;
28+
remoteInfo = SSDateTimePicker;
2529
};
26-
65E058742B0E3FBC0049A7BA /* PBXContainerItemProxy */ = {
30+
65AB6B7F2B289E49009EA7EC /* PBXContainerItemProxy */ = {
2731
isa = PBXContainerItemProxy;
28-
containerPortal = 65E0586D2B0E3FBC0049A7BA /* DateTimePicker.xcodeproj */;
32+
containerPortal = 65AB6B782B289E49009EA7EC /* SSDateTimePicker.xcodeproj */;
2933
proxyType = 2;
3034
remoteGlobalIDString = 65E058152B0E2B260049A7BA;
31-
remoteInfo = DateTimePickerTests;
35+
remoteInfo = SSDateTimePickerTests;
3236
};
3337
/* End PBXContainerItemProxy section */
3438

3539
/* Begin PBXFileReference section */
3640
650720D22B194D2100AC1FB6 /* PickerViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerViewModel.swift; sourceTree = "<group>"; };
41+
65AB6B0C2B283131009EA7EC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
42+
65AB6B0F2B2839F9009EA7EC /* ThemeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeButton.swift; sourceTree = "<group>"; };
43+
65AB6B112B283AED009EA7EC /* LocalizedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizedString.swift; sourceTree = "<group>"; };
44+
65AB6B142B285309009EA7EC /* Color+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extension.swift"; sourceTree = "<group>"; };
45+
65AB6B782B289E49009EA7EC /* SSDateTimePicker.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SSDateTimePicker.xcodeproj; path = ../SSDateTimePicker/SSDateTimePicker.xcodeproj; sourceTree = "<group>"; };
3746
65E0584A2B0E3E850049A7BA /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3847
65E0584D2B0E3E850049A7BA /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; };
3948
65E0584F2B0E3E850049A7BA /* PickerExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerExampleView.swift; sourceTree = "<group>"; };
4049
65E058512B0E3E860049A7BA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4150
65E058542B0E3E860049A7BA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
42-
65E0586D2B0E3FBC0049A7BA /* DateTimePicker.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DateTimePicker.xcodeproj; path = ../DateTimePicker/DateTimePicker.xcodeproj; sourceTree = "<group>"; };
4351
/* End PBXFileReference section */
4452

4553
/* Begin PBXFrameworksBuildPhase section */
4654
65E058472B0E3E850049A7BA /* Frameworks */ = {
4755
isa = PBXFrameworksBuildPhase;
4856
buildActionMask = 2147483647;
4957
files = (
50-
65E058772B0E3FC30049A7BA /* DateTimePicker.framework in Frameworks */,
58+
65AB6B812B289EA8009EA7EC /* SSDateTimePicker.framework in Frameworks */,
5159
);
5260
runOnlyForDeploymentPostprocessing = 0;
5361
};
@@ -62,10 +70,45 @@
6270
path = ViewModel;
6371
sourceTree = "<group>";
6472
};
73+
65AB6B0E2B28393B009EA7EC /* View */ = {
74+
isa = PBXGroup;
75+
children = (
76+
65E0584F2B0E3E850049A7BA /* PickerExampleView.swift */,
77+
);
78+
path = View;
79+
sourceTree = "<group>";
80+
};
81+
65AB6B132B283AF2009EA7EC /* Common */ = {
82+
isa = PBXGroup;
83+
children = (
84+
65AB6B0F2B2839F9009EA7EC /* ThemeButton.swift */,
85+
65AB6B112B283AED009EA7EC /* LocalizedString.swift */,
86+
);
87+
path = Common;
88+
sourceTree = "<group>";
89+
};
90+
65AB6B162B285312009EA7EC /* Extension */ = {
91+
isa = PBXGroup;
92+
children = (
93+
65AB6B142B285309009EA7EC /* Color+Extension.swift */,
94+
);
95+
path = Extension;
96+
sourceTree = "<group>";
97+
};
98+
65AB6B792B289E49009EA7EC /* Products */ = {
99+
isa = PBXGroup;
100+
children = (
101+
65AB6B7E2B289E49009EA7EC /* SSDateTimePicker.framework */,
102+
65AB6B802B289E49009EA7EC /* SSDateTimePickerTests.xctest */,
103+
);
104+
name = Products;
105+
sourceTree = "<group>";
106+
};
65107
65E058412B0E3E850049A7BA = {
66108
isa = PBXGroup;
67109
children = (
68-
65E0586D2B0E3FBC0049A7BA /* DateTimePicker.xcodeproj */,
110+
65AB6B782B289E49009EA7EC /* SSDateTimePicker.xcodeproj */,
111+
65AB6B0D2B283131009EA7EC /* Localizable.strings */,
69112
65E0584C2B0E3E850049A7BA /* Example */,
70113
65E0584B2B0E3E850049A7BA /* Products */,
71114
65E058762B0E3FC30049A7BA /* Frameworks */,
@@ -83,9 +126,11 @@
83126
65E0584C2B0E3E850049A7BA /* Example */ = {
84127
isa = PBXGroup;
85128
children = (
129+
65AB6B162B285312009EA7EC /* Extension */,
130+
65AB6B132B283AF2009EA7EC /* Common */,
131+
65AB6B0E2B28393B009EA7EC /* View */,
86132
650720CF2B194C7900AC1FB6 /* ViewModel */,
87133
65E0584D2B0E3E850049A7BA /* ExampleApp.swift */,
88-
65E0584F2B0E3E850049A7BA /* PickerExampleView.swift */,
89134
65E058512B0E3E860049A7BA /* Assets.xcassets */,
90135
65E058532B0E3E860049A7BA /* Preview Content */,
91136
);
@@ -100,15 +145,6 @@
100145
path = "Preview Content";
101146
sourceTree = "<group>";
102147
};
103-
65E0586E2B0E3FBC0049A7BA /* Products */ = {
104-
isa = PBXGroup;
105-
children = (
106-
65E058732B0E3FBC0049A7BA /* DateTimePicker.framework */,
107-
65E058752B0E3FBC0049A7BA /* DateTimePickerTests.xctest */,
108-
);
109-
name = Products;
110-
sourceTree = "<group>";
111-
};
112148
65E058762B0E3FC30049A7BA /* Frameworks */ = {
113149
isa = PBXGroup;
114150
children = (
@@ -158,14 +194,15 @@
158194
knownRegions = (
159195
en,
160196
Base,
197+
ar,
161198
);
162199
mainGroup = 65E058412B0E3E850049A7BA;
163200
productRefGroup = 65E0584B2B0E3E850049A7BA /* Products */;
164201
projectDirPath = "";
165202
projectReferences = (
166203
{
167-
ProductGroup = 65E0586E2B0E3FBC0049A7BA /* Products */;
168-
ProjectRef = 65E0586D2B0E3FBC0049A7BA /* DateTimePicker.xcodeproj */;
204+
ProductGroup = 65AB6B792B289E49009EA7EC /* Products */;
205+
ProjectRef = 65AB6B782B289E49009EA7EC /* SSDateTimePicker.xcodeproj */;
169206
},
170207
);
171208
projectRoot = "";
@@ -176,18 +213,18 @@
176213
/* End PBXProject section */
177214

178215
/* Begin PBXReferenceProxy section */
179-
65E058732B0E3FBC0049A7BA /* DateTimePicker.framework */ = {
216+
65AB6B7E2B289E49009EA7EC /* SSDateTimePicker.framework */ = {
180217
isa = PBXReferenceProxy;
181218
fileType = wrapper.framework;
182-
path = DateTimePicker.framework;
183-
remoteRef = 65E058722B0E3FBC0049A7BA /* PBXContainerItemProxy */;
219+
path = SSDateTimePicker.framework;
220+
remoteRef = 65AB6B7D2B289E49009EA7EC /* PBXContainerItemProxy */;
184221
sourceTree = BUILT_PRODUCTS_DIR;
185222
};
186-
65E058752B0E3FBC0049A7BA /* DateTimePickerTests.xctest */ = {
223+
65AB6B802B289E49009EA7EC /* SSDateTimePickerTests.xctest */ = {
187224
isa = PBXReferenceProxy;
188225
fileType = wrapper.cfbundle;
189-
path = DateTimePickerTests.xctest;
190-
remoteRef = 65E058742B0E3FBC0049A7BA /* PBXContainerItemProxy */;
226+
path = SSDateTimePickerTests.xctest;
227+
remoteRef = 65AB6B7F2B289E49009EA7EC /* PBXContainerItemProxy */;
191228
sourceTree = BUILT_PRODUCTS_DIR;
192229
};
193230
/* End PBXReferenceProxy section */
@@ -198,6 +235,7 @@
198235
buildActionMask = 2147483647;
199236
files = (
200237
65E058552B0E3E860049A7BA /* Preview Assets.xcassets in Resources */,
238+
65AB6B0B2B283131009EA7EC /* Localizable.strings in Resources */,
201239
65E058522B0E3E860049A7BA /* Assets.xcassets in Resources */,
202240
);
203241
runOnlyForDeploymentPostprocessing = 0;
@@ -209,14 +247,28 @@
209247
isa = PBXSourcesBuildPhase;
210248
buildActionMask = 2147483647;
211249
files = (
250+
65AB6B122B283AED009EA7EC /* LocalizedString.swift in Sources */,
251+
65AB6B152B285309009EA7EC /* Color+Extension.swift in Sources */,
212252
650720D32B194D2100AC1FB6 /* PickerViewModel.swift in Sources */,
213253
65E058502B0E3E850049A7BA /* PickerExampleView.swift in Sources */,
214254
65E0584E2B0E3E850049A7BA /* ExampleApp.swift in Sources */,
255+
65AB6B102B2839F9009EA7EC /* ThemeButton.swift in Sources */,
215256
);
216257
runOnlyForDeploymentPostprocessing = 0;
217258
};
218259
/* End PBXSourcesBuildPhase section */
219260

261+
/* Begin PBXVariantGroup section */
262+
65AB6B0D2B283131009EA7EC /* Localizable.strings */ = {
263+
isa = PBXVariantGroup;
264+
children = (
265+
65AB6B0C2B283131009EA7EC /* en */,
266+
);
267+
name = Localizable.strings;
268+
sourceTree = "<group>";
269+
};
270+
/* End PBXVariantGroup section */
271+
220272
/* Begin XCBuildConfiguration section */
221273
65E058562B0E3E860049A7BA /* Debug */ = {
222274
isa = XCBuildConfiguration;
@@ -268,7 +320,7 @@
268320
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
269321
GCC_WARN_UNUSED_FUNCTION = YES;
270322
GCC_WARN_UNUSED_VARIABLE = YES;
271-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
323+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
272324
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
273325
MTL_FAST_MATH = YES;
274326
ONLY_ACTIVE_ARCH = YES;
@@ -322,7 +374,7 @@
322374
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
323375
GCC_WARN_UNUSED_FUNCTION = YES;
324376
GCC_WARN_UNUSED_VARIABLE = YES;
325-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
377+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
326378
MTL_ENABLE_DEBUG_INFO = NO;
327379
MTL_FAST_MATH = YES;
328380
SDKROOT = iphoneos;
@@ -345,8 +397,8 @@
345397
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
346398
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
347399
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
348-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
349-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
400+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
401+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
350402
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
351403
LD_RUNPATH_SEARCH_PATHS = (
352404
"$(inherited)",
@@ -355,9 +407,12 @@
355407
MARKETING_VERSION = 1.0;
356408
PRODUCT_BUNDLE_IDENTIFIER = simform.Example;
357409
PRODUCT_NAME = "$(TARGET_NAME)";
410+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
411+
SUPPORTS_MACCATALYST = NO;
412+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
358413
SWIFT_EMIT_LOC_STRINGS = YES;
359414
SWIFT_VERSION = 5.0;
360-
TARGETED_DEVICE_FAMILY = "1,2";
415+
TARGETED_DEVICE_FAMILY = 1;
361416
};
362417
name = Debug;
363418
};
@@ -374,8 +429,8 @@
374429
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
375430
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
376431
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
377-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
378-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
432+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
433+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
379434
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
380435
LD_RUNPATH_SEARCH_PATHS = (
381436
"$(inherited)",
@@ -384,9 +439,12 @@
384439
MARKETING_VERSION = 1.0;
385440
PRODUCT_BUNDLE_IDENTIFIER = simform.Example;
386441
PRODUCT_NAME = "$(TARGET_NAME)";
442+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
443+
SUPPORTS_MACCATALYST = NO;
444+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
387445
SWIFT_EMIT_LOC_STRINGS = YES;
388446
SWIFT_VERSION = 5.0;
389-
TARGETED_DEVICE_FAMILY = "1,2";
447+
TARGETED_DEVICE_FAMILY = 1;
390448
};
391449
name = Release;
392450
};

Example/Example.xcodeproj/xcuserdata/rizwana.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -20,68 +20,5 @@
2020
landmarkType = "7">
2121
</BreakpointContent>
2222
</BreakpointProxy>
23-
<BreakpointProxy
24-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
25-
<BreakpointContent
26-
uuid = "CADC7E6A-277A-41B7-87DE-C143714B9897"
27-
shouldBeEnabled = "Yes"
28-
ignoreCount = "0"
29-
continueAfterRunningActions = "No"
30-
filePath = "../DateTimePicker/DateTimePicker/Views/Time Picker/SSClockPicker.swift"
31-
startingColumnNumber = "9223372036854775807"
32-
endingColumnNumber = "9223372036854775807"
33-
startingLineNumber = "65"
34-
endingLineNumber = "65"
35-
landmarkName = "clockFace(_:)"
36-
landmarkType = "7">
37-
<Locations>
38-
<Location
39-
uuid = "CADC7E6A-277A-41B7-87DE-C143714B9897 - 25903705d40f7ed"
40-
shouldBeEnabled = "Yes"
41-
ignoreCount = "0"
42-
continueAfterRunningActions = "No"
43-
symbolName = "closure #1 () -&gt; &lt;&lt;opaque return type of SwiftUI.View.allowsHitTesting(Swift.Bool) -&gt; some&gt;&gt;.0 in closure #1 (Swift.Int) -&gt; &lt;&lt;opaque return type of SwiftUI.View.rotationEffect(_: SwiftUI.Angle, anchor: SwiftUI.UnitPoint) -&gt; some&gt;&gt;.0 in DateTimePicker.SSClockPicker.clockFace(CoreGraphics.CGFloat) -&gt; some"
44-
moduleName = "DateTimePicker"
45-
usesParentBreakpointCondition = "Yes"
46-
urlString = "file:///Users/rizwana/Desktop/OSL%20Working/SSDateTimePicker/DateTimePicker/DateTimePicker/Views/Time%20Picker/SSClockPicker.swift"
47-
startingColumnNumber = "9223372036854775807"
48-
endingColumnNumber = "9223372036854775807"
49-
startingLineNumber = "65"
50-
endingLineNumber = "65"
51-
offsetFromSymbolStart = "2448">
52-
</Location>
53-
<Location
54-
uuid = "CADC7E6A-277A-41B7-87DE-C143714B9897 - 6b7beca44eb228d2"
55-
shouldBeEnabled = "Yes"
56-
ignoreCount = "0"
57-
continueAfterRunningActions = "No"
58-
symbolName = "closure #1 () -&gt; () in closure #1 () -&gt; &lt;&lt;opaque return type of SwiftUI.View.allowsHitTesting(Swift.Bool) -&gt; some&gt;&gt;.0 in closure #1 (Swift.Int) -&gt; &lt;&lt;opaque return type of SwiftUI.View.rotationEffect(_: SwiftUI.Angle, anchor: SwiftUI.UnitPoint) -&gt; some&gt;&gt;.0 in DateTimePicker.SSClockPicker.clockFace(CoreGraphics.CGFloat) -&gt; some"
59-
moduleName = "DateTimePicker"
60-
usesParentBreakpointCondition = "Yes"
61-
urlString = "file:///Users/rizwana/Desktop/OSL%20Working/SSDateTimePicker/DateTimePicker/DateTimePicker/Views/Time%20Picker/SSClockPicker.swift"
62-
startingColumnNumber = "9223372036854775807"
63-
endingColumnNumber = "9223372036854775807"
64-
startingLineNumber = "65"
65-
endingLineNumber = "65"
66-
offsetFromSymbolStart = "80">
67-
</Location>
68-
<Location
69-
uuid = "CADC7E6A-277A-41B7-87DE-C143714B9897 - 25903705d40f7ed"
70-
shouldBeEnabled = "Yes"
71-
ignoreCount = "0"
72-
continueAfterRunningActions = "No"
73-
symbolName = "closure #1 () -&gt; &lt;&lt;opaque return type of SwiftUI.View.allowsHitTesting(Swift.Bool) -&gt; some&gt;&gt;.0 in closure #1 (Swift.Int) -&gt; &lt;&lt;opaque return type of SwiftUI.View.rotationEffect(_: SwiftUI.Angle, anchor: SwiftUI.UnitPoint) -&gt; some&gt;&gt;.0 in DateTimePicker.SSClockPicker.clockFace(CoreGraphics.CGFloat) -&gt; some"
74-
moduleName = "DateTimePicker"
75-
usesParentBreakpointCondition = "Yes"
76-
urlString = "file:///Users/rizwana/Desktop/OSL%20Working/SSDateTimePicker/DateTimePicker/DateTimePicker/Views/Time%20Picker/SSClockPicker.swift"
77-
startingColumnNumber = "9223372036854775807"
78-
endingColumnNumber = "9223372036854775807"
79-
startingLineNumber = "65"
80-
endingLineNumber = "65"
81-
offsetFromSymbolStart = "2452">
82-
</Location>
83-
</Locations>
84-
</BreakpointContent>
85-
</BreakpointProxy>
8623
</Breakpoints>
8724
</Bucket>

0 commit comments

Comments
 (0)