Skip to content

Commit 0493155

Browse files
authored
Merge pull request #281 from Iterable/MOB-1250-clean-up-tests
[MOB-1250] clean up project files
2 parents 4f8ab04 + fc52006 commit 0493155

File tree

56 files changed

+22
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+22
-11
lines changed

.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ignore:
33
- "host-app"
44
- "images"
55
- "inbox-ui-tests-app"
6-
- "Pods"
6+
- "misc"
77
- "swift-sdk/Internal/Dwifft"
88
- "sample-apps"
99
- "scripts"
10-
- "Tests"
10+
- "tests"

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,16 @@
468468
name = "Test Files";
469469
sourceTree = "<group>";
470470
};
471+
5550F22324217CFC0014456A /* misc */ = {
472+
isa = PBXGroup;
473+
children = (
474+
AC2263E020CF49B8009800EB /* Products */,
475+
B45C88EB52A42BAD4D6B1EAF /* Frameworks */,
476+
);
477+
name = misc;
478+
path = "swift-sdk/misc";
479+
sourceTree = "<group>";
480+
};
471481
AC0248062279132400495FB9 /* Dwifft */ = {
472482
isa = PBXGroup;
473483
children = (
@@ -513,9 +523,8 @@
513523
AC90C4C520D8632E00EECA5D /* notification-extension */,
514524
ACF560D420E443BF000AAC23 /* host-app */,
515525
ACDA975A23159C37004C412E /* inbox-ui-tests-app */,
516-
ACFCA72920EB02DB00BFB277 /* Tests */,
517-
AC2263E020CF49B8009800EB /* Products */,
518-
B45C88EB52A42BAD4D6B1EAF /* Frameworks */,
526+
ACFCA72920EB02DB00BFB277 /* tests */,
527+
5550F22324217CFC0014456A /* misc */,
519528
);
520529
sourceTree = "<group>";
521530
};
@@ -532,6 +541,7 @@
532541
ACDA976C23159C39004C412E /* inbox-ui-tests-app-ui-tests.xctest */,
533542
);
534543
name = Products;
544+
path = ../..;
535545
sourceTree = "<group>";
536546
};
537547
AC2263E120CF49B8009800EB /* swift-sdk */ = {
@@ -855,7 +865,7 @@
855865
path = "host-app";
856866
sourceTree = "<group>";
857867
};
858-
ACFCA72920EB02DB00BFB277 /* Tests */ = {
868+
ACFCA72920EB02DB00BFB277 /* tests */ = {
859869
isa = PBXGroup;
860870
children = (
861871
AC995F932166EC310099A184 /* common */,
@@ -864,7 +874,7 @@
864874
ACC87764215C20B50097E29B /* ui-tests */,
865875
ACDA976F23159C39004C412E /* inbox-ui-tests-app-ui-tests */,
866876
);
867-
path = Tests;
877+
path = tests;
868878
sourceTree = "<group>";
869879
};
870880
B45C88EB52A42BAD4D6B1EAF /* Frameworks */ = {
@@ -873,6 +883,7 @@
873883
AC98294A20D9D65E00796DAA /* Foundation.framework */,
874884
);
875885
name = Frameworks;
886+
path = ../..;
876887
sourceTree = "<group>";
877888
};
878889
/* End PBXGroup section */
@@ -1110,7 +1121,7 @@
11101121
};
11111122
};
11121123
buildConfigurationList = AC2263D920CF49B8009800EB /* Build configuration list for PBXProject "swift-sdk" */;
1113-
compatibilityVersion = "Xcode 9.3";
1124+
compatibilityVersion = "Xcode 11.0";
11141125
developmentRegion = en;
11151126
hasScannedForEncodings = 0;
11161127
knownRegions = (
File renamed without changes.
File renamed without changes.

Tests/swift-sdk-swift-tests/DeprecatedFunctionsTests.swift renamed to tests/swift-sdk-swift-tests/DeprecatedFunctionsTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import XCTest
88
@testable import IterableSDK
99

1010
class DeprecatedFunctionsTests: XCTestCase {
11-
private var apiKey = "123123123"
12-
private var email = "[email protected]"
13-
private var userId = "full-metal-alchemist"
11+
private let apiKey = "123123123"
12+
private let email = "[email protected]"
13+
private let userId = "full-metal-alchemist"
1414

1515
func testDeprecatedTrackInAppOpen() {
1616
let message = IterableInAppMessage(messageId: "message1", campaignId: "", content: getEmptyInAppContent())
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)