Skip to content

Commit

Permalink
remove utils
Browse files Browse the repository at this point in the history
  • Loading branch information
shamanec committed Jul 23, 2023
1 parent 57ca60d commit aaab735
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xcuitest-sample-proj.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
FF4D5CB02A68033C00B52624 /* ElementsHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4D5CAF2A68033C00B52624 /* ElementsHelper.swift */; };
FF4D5CB42A68146700B52624 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4D5CB32A68146700B52624 /* Utils.swift */; };
FF79C1EC2A66F1B700BBC60A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FF79C1EB2A66F1B700BBC60A /* Assets.xcassets */; };
FF79C1EF2A66F1B700BBC60A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FF79C1EE2A66F1B700BBC60A /* Preview Assets.xcassets */; };
FF79C2032A66F1B700BBC60A /* xcuitest_sample_projUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF79C2022A66F1B700BBC60A /* xcuitest_sample_projUITests.swift */; };
Expand Down Expand Up @@ -44,7 +43,6 @@

/* Begin PBXFileReference section */
FF4D5CAF2A68033C00B52624 /* ElementsHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementsHelper.swift; sourceTree = "<group>"; };
FF4D5CB32A68146700B52624 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
FF79C1E42A66F1B600BBC60A /* xcuitest-sample-proj.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "xcuitest-sample-proj.app"; sourceTree = BUILT_PRODUCTS_DIR; };
FF79C1EB2A66F1B700BBC60A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FF79C1EE2A66F1B700BBC60A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -173,7 +171,6 @@
children = (
FF79C2882A66F9F500BBC60A /* InteractionHelper.swift */,
FF4D5CAF2A68033C00B52624 /* ElementsHelper.swift */,
FF4D5CB32A68146700B52624 /* Utils.swift */,
);
path = Helpers;
sourceTree = "<group>";
Expand Down Expand Up @@ -337,7 +334,6 @@
FF79C2032A66F1B700BBC60A /* xcuitest_sample_projUITests.swift in Sources */,
FFF034952A6D027B00A33E97 /* TabBar.swift in Sources */,
FF79C2892A66F9F500BBC60A /* InteractionHelper.swift in Sources */,
FF4D5CB42A68146700B52624 /* Utils.swift in Sources */,
FF4D5CB02A68033C00B52624 /* ElementsHelper.swift in Sources */,
FFF0348F2A6CFA6500A33E97 /* FirstPage.swift in Sources */,
FF79C2862A66F72200BBC60A /* TestConstants.swift in Sources */,
Expand Down
Binary file not shown.

0 comments on commit aaab735

Please sign in to comment.