Skip to content

Commit 210148a

Browse files
author
Edward Smith
committed
Updated test schemes.
1 parent 831fae8 commit 210148a

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,6 @@
920920
7E6B3B4D1AA42D0E005F45BF /* Sources */,
921921
7E6B3B4E1AA42D0E005F45BF /* Frameworks */,
922922
7E6B3B4F1AA42D0E005F45BF /* Resources */,
923-
CA6C45DB44005B39B2D6B322 /* [CP] Embed Pods Frameworks */,
924-
1F967886CBF816DF82E841B2 /* [CP] Copy Pods Resources */,
925923
);
926924
buildRules = (
927925
);
@@ -1041,21 +1039,6 @@
10411039
/* End PBXResourcesBuildPhase section */
10421040

10431041
/* Begin PBXShellScriptBuildPhase section */
1044-
1F967886CBF816DF82E841B2 /* [CP] Copy Pods Resources */ = {
1045-
isa = PBXShellScriptBuildPhase;
1046-
buildActionMask = 2147483647;
1047-
files = (
1048-
);
1049-
inputPaths = (
1050-
);
1051-
name = "[CP] Copy Pods Resources";
1052-
outputPaths = (
1053-
);
1054-
runOnlyForDeploymentPostprocessing = 0;
1055-
shellPath = /bin/sh;
1056-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Branch-SDK-Tests/Pods-Branch-SDK-Tests-resources.sh\"\n";
1057-
showEnvVarsInLog = 0;
1058-
};
10591042
78EC30BDC487D4AA5E7DC0D3 /* [CP] Check Pods Manifest.lock */ = {
10601043
isa = PBXShellScriptBuildPhase;
10611044
buildActionMask = 2147483647;
@@ -1074,21 +1057,6 @@
10741057
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
10751058
showEnvVarsInLog = 0;
10761059
};
1077-
CA6C45DB44005B39B2D6B322 /* [CP] Embed Pods Frameworks */ = {
1078-
isa = PBXShellScriptBuildPhase;
1079-
buildActionMask = 2147483647;
1080-
files = (
1081-
);
1082-
inputPaths = (
1083-
);
1084-
name = "[CP] Embed Pods Frameworks";
1085-
outputPaths = (
1086-
);
1087-
runOnlyForDeploymentPostprocessing = 0;
1088-
shellPath = /bin/sh;
1089-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Branch-SDK-Tests/Pods-Branch-SDK-Tests-frameworks.sh\"\n";
1090-
showEnvVarsInLog = 0;
1091-
};
10921060
/* End PBXShellScriptBuildPhase section */
10931061

10941062
/* Begin PBXSourcesBuildPhase section */
@@ -1425,7 +1393,7 @@
14251393
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
14261394
PRODUCT_NAME = "$(TARGET_NAME)";
14271395
PROVISIONING_PROFILE = "";
1428-
USER_HEADER_SEARCH_PATHS = $PROJECT_DIR;
1396+
USER_HEADER_SEARCH_PATHS = "$PROJECT_DIR";
14291397
WRAPPER_EXTENSION = app;
14301398
};
14311399
name = Debug;
@@ -1446,7 +1414,7 @@
14461414
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
14471415
PRODUCT_NAME = "$(TARGET_NAME)";
14481416
PROVISIONING_PROFILE = "";
1449-
USER_HEADER_SEARCH_PATHS = $PROJECT_DIR;
1417+
USER_HEADER_SEARCH_PATHS = "$PROJECT_DIR";
14501418
WRAPPER_EXTENSION = app;
14511419
};
14521420
name = Release;

Branch-TestBed/Branch-TestBed.xcodeproj/xcshareddata/xcschemes/Branch-TestBed.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
enableThreadSanitizer = "YES"
30+
enableUBSanitizer = "YES"
3031
codeCoverageEnabled = "YES"
3132
shouldUseLaunchSchemeArgsEnv = "NO">
3233
<Testables>

0 commit comments

Comments
 (0)