Skip to content

Commit 99a4486

Browse files
committed
pass tests
1 parent 4b95974 commit 99a4486

File tree

13 files changed

+265
-242
lines changed

13 files changed

+265
-242
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Scorocode.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
628303691E51E815007EA347 /* TestSC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 628303511E51E815007EA347 /* TestSC.swift */; };
6060
/* End PBXBuildFile section */
6161

62+
/* Begin PBXContainerItemProxy section */
63+
621F68881EC37137009AF9BA /* PBXContainerItemProxy */ = {
64+
isa = PBXContainerItemProxy;
65+
containerPortal = 628302F81E51E7A0007EA347 /* Project object */;
66+
proxyType = 1;
67+
remoteGlobalIDString = 621F68621EC3106E009AF9BA;
68+
remoteInfo = SwiftSDK;
69+
};
70+
/* End PBXContainerItemProxy section */
71+
6272
/* Begin PBXFileReference section */
6373
621F68631EC3106E009AF9BA /* SwiftSDK.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSDK.app; sourceTree = BUILT_PRODUCTS_DIR; };
6474
621F68651EC3106E009AF9BA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -262,6 +272,7 @@
262272
buildRules = (
263273
);
264274
dependencies = (
275+
621F68891EC37137009AF9BA /* PBXTargetDependency */,
265276
);
266277
name = ScorocodeTests;
267278
productName = ScorocodeTests;
@@ -287,6 +298,7 @@
287298
CreatedOnToolsVersion = 8.2.1;
288299
DevelopmentTeam = Q9F94SAMUV;
289300
ProvisioningStyle = Automatic;
301+
TestTargetID = 621F68621EC3106E009AF9BA;
290302
};
291303
};
292304
};
@@ -393,6 +405,14 @@
393405
};
394406
/* End PBXSourcesBuildPhase section */
395407

408+
/* Begin PBXTargetDependency section */
409+
621F68891EC37137009AF9BA /* PBXTargetDependency */ = {
410+
isa = PBXTargetDependency;
411+
target = 621F68621EC3106E009AF9BA /* SwiftSDK */;
412+
targetProxy = 621F68881EC37137009AF9BA /* PBXContainerItemProxy */;
413+
};
414+
/* End PBXTargetDependency section */
415+
396416
/* Begin PBXVariantGroup section */
397417
621F68691EC3106E009AF9BA /* Main.storyboard */ = {
398418
isa = PBXVariantGroup;
@@ -546,25 +566,29 @@
546566
isa = XCBuildConfiguration;
547567
buildSettings = {
548568
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
569+
BUNDLE_LOADER = "$(TEST_HOST)";
549570
DEVELOPMENT_TEAM = Q9F94SAMUV;
550571
INFOPLIST_FILE = ScorocodeTests/Info.plist;
551572
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
552573
PRODUCT_BUNDLE_IDENTIFIER = ru.scorocode.ScorocodeTests;
553574
PRODUCT_NAME = "$(TARGET_NAME)";
554575
SWIFT_VERSION = 3.0;
576+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftSDK.app/SwiftSDK";
555577
};
556578
name = Debug;
557579
};
558580
6283031A1E51E7A0007EA347 /* Release */ = {
559581
isa = XCBuildConfiguration;
560582
buildSettings = {
561583
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
584+
BUNDLE_LOADER = "$(TEST_HOST)";
562585
DEVELOPMENT_TEAM = Q9F94SAMUV;
563586
INFOPLIST_FILE = ScorocodeTests/Info.plist;
564587
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
565588
PRODUCT_BUNDLE_IDENTIFIER = ru.scorocode.ScorocodeTests;
566589
PRODUCT_NAME = "$(TARGET_NAME)";
567590
SWIFT_VERSION = 3.0;
591+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftSDK.app/SwiftSDK";
568592
};
569593
name = Release;
570594
};

0 commit comments

Comments
 (0)