Skip to content

Commit

Permalink
Move file to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovic35 committed Jan 24, 2024
1 parent 8edee49 commit 48b1c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

/* Begin PBXFileReference section */
021ED547747F959E94B4EA22 /* Pods-OrangeDesignSystemDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrangeDesignSystemDemo.release.xcconfig"; path = "Target Support Files/Pods-OrangeDesignSystemDemo/Pods-OrangeDesignSystemDemo.release.xcconfig"; sourceTree = "<group>"; };
070E3C002B614D92008A8856 /* .xcode-version */ = {isa = PBXFileReference; lastKnownFileType = text; name = ".xcode-version"; path = "fastlane/.xcode-version"; sourceTree = "<group>"; };
070E3C012B6152F3008A8856 /* .xcode-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".xcode-version"; sourceTree = "<group>"; };
07210C402A8FAC6500507988 /* THIRD-PARTY.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = "THIRD-PARTY.md"; path = "../THIRD-PARTY.md"; sourceTree = "<group>"; };
07210C412A8FAC6500507988 /* NOTICE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = NOTICE.txt; path = ../NOTICE.txt; sourceTree = "<group>"; };
07210C422A8FAC6500507988 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
Expand Down Expand Up @@ -353,7 +353,7 @@
07210C472A8FAD0000507988 /* Fastlane */ = {
isa = PBXGroup;
children = (
070E3C002B614D92008A8856 /* .xcode-version */,
070E3C012B6152F3008A8856 /* .xcode-version */,
07210C492A8FAD1600507988 /* Appfile */,
07210C482A8FAD1500507988 /* Fastfile */,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct ComponentsList: View {
TextFieldComponent(),
ToolBarComponent(),
]

self.components = components.sorted { $0.name < $1.name }
}

Expand Down

0 comments on commit 48b1c33

Please sign in to comment.