Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit a2e2685

Browse files
committed
Renaming and textual changes
1 parent 0551087 commit a2e2685

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Samples/PagingLayoutSamples.xcodeproj/xcshareddata/xcschemes/PagingLayoutSamples.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "AB500A2E23B104E20056BE37"
18-
BuildableName = "Paging Layout.app"
18+
BuildableName = "Layout Designer.app"
1919
BlueprintName = "PagingLayoutSamples"
2020
ReferencedContainer = "container:PagingLayoutSamples.xcodeproj">
2121
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "AB500A2E23B104E20056BE37"
48-
BuildableName = "Paging Layout.app"
48+
BuildableName = "Layout Designer.app"
4949
BlueprintName = "PagingLayoutSamples"
5050
ReferencedContainer = "container:PagingLayoutSamples.xcodeproj">
5151
</BuildableReference>
@@ -62,7 +62,7 @@
6262
<BuildableReference
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "AB500A2E23B104E20056BE37"
65-
BuildableName = "Paging Layout.app"
65+
BuildableName = "Layout Designer.app"
6666
BlueprintName = "PagingLayoutSamples"
6767
ReferencedContainer = "container:PagingLayoutSamples.xcodeproj">
6868
</BuildableReference>

Samples/PagingLayoutSamples/Modules/LayoutDesigner/Intro/LayoutDesignerIntroViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
2323
imageName: nil,
2424
description: """
2525
The easiest way to make a beautiful paging layout for your UICollectionView.
26-
You can use it for your iOS, iPadOS and macOS Catalyst app.
26+
You can use it for your iOS, iPadOS, and macOS Catalyst app.
2727
""",
2828
leftButtonTitle: "Skip",
2929
rightButtonTitle: "Show me how!"),
@@ -53,7 +53,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
5353
Now you can see the result on the sample cards (orange cards)
5454
You can switch between them to see the animation by clicking on the arrows or on the card itself.
5555
If you use a Trackpad you can also switch between them by scrolling to right and left.
56-
Now adjust the options if needed and see changes in real time.
56+
Now adjust the options if needed and see changes in real-time.
5757
""",
5858
leftButtonTitle: "Previous",
5959
rightButtonTitle: "Next"),

0 commit comments

Comments
 (0)