Skip to content

Commit

Permalink
remove duplicate Build input file
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahKamara committed Sep 28, 2023
1 parent deba9ba commit 379b1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Actions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
E3F64D7628D9F9930009B500 /* CreateColorImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F64D7528D9F9930009B500 /* CreateColorImage.swift */; };
E3F64D7928D9FCA20009B500 /* GetSymbolImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F64D7728D9FCA20009B500 /* GetSymbolImage.swift */; };
E3FC71DD271EBE5C00C9D255 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FC71DC271EBE5B00C9D255 /* Utilities.swift */; };
FD691FC92A9CB9C500C55178 /* CreateMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD691FC82A9CB9C500C55178 /* CreateMenuItem.swift */; };
FD691FCE2A9CCD4C00C55178 /* CreateMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD691FCD2A9CCD4C00C55178 /* CreateMenuItem.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -738,7 +737,6 @@
E317493D2916A20C00F6319E /* TransformText.swift in Sources */,
E31749192916A20C00F6319E /* ConvertCoordinatesToLocation.swift in Sources */,
E31749262916A20C00F6319E /* ConvertDateToUnixTime.swift in Sources */,
FD691FC92A9CB9C500C55178 /* CreateMenuItem.swift in Sources */,
E317494E2916A20C00F6319E /* GenerateUUID.swift in Sources */,
E31749392916A20C00F6319E /* TransformTextWithJavaScript.swift in Sources */,
E317492F2916A20C00F6319E /* IsWiFiOn.swift in Sources */,
Expand Down
4 changes: 2 additions & 2 deletions Shared/Actions/CreateMenuItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add an "Add to Variable" action below this to populate a list and then use that
}
}
}

// MARK: Emoji
Case(RMIconType.emoji) {
When(\.$backgroundShape, .equalTo, .noBackground) {
Expand All @@ -64,7 +64,7 @@ Add an "Add to Variable" action below this to populate a list and then use that
}
}
}

DefaultCase {
Summary("Create Item with \(\.$menuTitle) and \(\.$subtitle)") {
\.$iconType
Expand Down

0 comments on commit 379b1ff

Please sign in to comment.