Skip to content

Commit

Permalink
fix/#90-soso all clear
Browse files Browse the repository at this point in the history
  • Loading branch information
KimPilGyeom committed Nov 13, 2024
1 parent 7c6bc5f commit 560632f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "50EA202D-FC84-43A5-AA7B-F341B351D29C"
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "hearo/Sources/Presentations/OnBoarding/View/StartOnboardingView.swift"
Expand All @@ -18,43 +18,13 @@
endingLineNumber = "24"
landmarkName = "body"
landmarkType = "24">
<Locations>
<Location
uuid = "50EA202D-FC84-43A5-AA7B-F341B351D29C - 1bf6563ce255de47"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "closure #1 () -&gt; SwiftUI.TupleView&lt;(&lt;&lt;opaque return type of SwiftUI.View.ignoresSafeArea(_: SwiftUI.SafeAreaRegions, edges: SwiftUI.Edge.Set) -&gt; some&gt;&gt;.0, &lt;&lt;opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional&lt;CoreGraphics.CGFloat&gt;) -&gt; some&gt;&gt;.0)&gt; in hearo.StartOnboardingView.body.getter : some"
moduleName = "hearo.debug.dylib"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/pil_gaaang/Desktop/ADA/MacC/hearo/hearo/Sources/Presentations/OnBoarding/View/StartOnboardingView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "24"
endingLineNumber = "24">
</Location>
<Location
uuid = "50EA202D-FC84-43A5-AA7B-F341B351D29C - d6a431ca0dbecb53"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "closure #1 () -&gt; SwiftUI.TupleView&lt;(&lt;&lt;opaque return type of SwiftUI.View.frame(width: Swift.Optional&lt;CoreGraphics.CGFloat&gt;, height: Swift.Optional&lt;CoreGraphics.CGFloat&gt;, alignment: SwiftUI.Alignment) -&gt; some&gt;&gt;.0, &lt;&lt;opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional&lt;CoreGraphics.CGFloat&gt;) -&gt; some&gt;&gt;.0, &lt;&lt;opaque return type of SwiftUI.View.animation&lt;&#x3c4;_0_0 where &#x3c4;_1_0: Swift.Equatable&gt;(_: Swift.Optional&lt;SwiftUI.Animation&gt;, value: &#x3c4;_1_0) -&gt; some&gt;&gt;.0)&gt; in closure #1 () -&gt; SwiftUI.TupleView&lt;(&lt;&lt;opaque return type of SwiftUI.View.ignoresSafeArea(_: SwiftUI.SafeAreaRegions, edges: SwiftUI.Edge.Set) -&gt; some&gt;&gt;.0, &lt;&lt;opaque return type of SwiftUI.View.padding(SwiftUI.Edge.Set, Swift.Optional&lt;CoreGraphics.CGFloat&gt;) -&gt; some&gt;&gt;.0)&gt; in hearo.StartOnboardingView.body.getter : some"
moduleName = "hearo.debug.dylib"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/pil_gaaang/Desktop/ADA/MacC/hearo/hearo/Sources/Presentations/OnBoarding/View/StartOnboardingView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "24"
endingLineNumber = "24">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "D35847D3-F222-4262-8CAB-FD86F6323F1F"
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "hearo/Sources/Presentations/OnBoarding/View/StartOnboardingView.swift"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ struct OnboardingView: View {
.frame(width: UIScreen.main.bounds.width, height: UIScreen.main.bounds.height)
.tag(OnboardingPage.privacy)

LottieView(animationName: "stand", animationScale: 1, loopMode: .playOnce)
LottieView(animationName: "phone", animationScale: 1, loopMode: .loop)
.tag(OnboardingPage.stand)

LottieView(animationName: "watch", animationScale: 1, loopMode: .playOnce)
LottieView(animationName: "watch", animationScale: 1, loopMode: .loop)
.tag(OnboardingPage.watch)
}
.tabViewStyle(PageTabViewStyle(indexDisplayMode: .never))
Expand Down

0 comments on commit 560632f

Please sign in to comment.