Skip to content

Commit 22935a9

Browse files
authored
Remove unused test asset (#29)
* Remove unused test asset * Exclude test resources from GirdersSwift by adding empty Package.swift * Move empty Package.swift to Tests folder
1 parent 1e05266 commit 22935a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

GirdersSwift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
/* End PBXAggregateTarget section */
2323

2424
/* Begin PBXBuildFile section */
25-
020F40AE28B3A12E00B28721 /* billTest.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 020F40AD28B3A12D00B28721 /* billTest.jpg */; };
2625
020F40B328B3A24A00B28721 /* texts.trm in Resources */ = {isa = PBXBuildFile; fileRef = 020F40B228B3A24A00B28721 /* texts.trm */; };
2726
0237786D28B4BDE200CFD5D9 /* GRSecurity.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0237786C28B4BDE200CFD5D9 /* GRSecurity.xcframework */; };
2827
40ADA41C20C02E1C00703B4E /* Container.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40ADA41B20C02E1C00703B4E /* Container.swift */; };
@@ -101,7 +100,6 @@
101100
/* End PBXCopyFilesBuildPhase section */
102101

103102
/* Begin PBXFileReference section */
104-
020F40AD28B3A12D00B28721 /* billTest.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = billTest.jpg; sourceTree = "<group>"; };
105103
020F40B228B3A24A00B28721 /* texts.trm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = texts.trm; sourceTree = "<group>"; };
106104
0237786C28B4BDE200CFD5D9 /* GRSecurity.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = GRSecurity.xcframework; sourceTree = "<group>"; };
107105
3E504E1344314B7CF0B0C5E1 /* Pods-UnitTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UnitTest.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UnitTest/Pods-UnitTest.debug.xcconfig"; sourceTree = "<group>"; };
@@ -332,7 +330,6 @@
332330
isa = PBXGroup;
333331
children = (
334332
020F40B128B3A24A00B28721 /* trema */,
335-
020F40AD28B3A12D00B28721 /* billTest.jpg */,
336333
CA1E50BB1F598B5500A9FA8A /* Configuration.plist */,
337334
CA7DAA041F866D140087BEA5 /* Configuration-env.plist */,
338335
);
@@ -528,7 +525,6 @@
528525
isa = PBXResourcesBuildPhase;
529526
buildActionMask = 2147483647;
530527
files = (
531-
020F40AE28B3A12E00B28721 /* billTest.jpg in Resources */,
532528
020F40B328B3A24A00B28721 /* texts.trm in Resources */,
533529
);
534530
runOnlyForDeploymentPostprocessing = 0;
-117 KB
Binary file not shown.

Tests/GirdersSwiftTests/swift/http/TestHttpClient.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class TestHttpClient: XCTestCase {
2626
}
2727

2828
func testThatHttpClientExecutesGetWithUrl() {
29-
//let urlPath = testBundle.url(forResource: "billTest", withExtension: "jpg")
3029
let urlPath = URL(string: "https://google.com")
3130
let request = Request(URL: urlPath!, method: HTTPMethod.GET)
3231

Tests/Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// swift-tools-version: 5.6
2+
3+
import PackageDescription
4+
5+
let package = Package()

0 commit comments

Comments
 (0)