Skip to content

Commit bdd2219

Browse files
committed
Updated test script.
1 parent d1ba339 commit bdd2219

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@
11981198
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
11991199
PRODUCT_NAME = "$(TARGET_NAME)";
12001200
PROVISIONING_PROFILE = "";
1201-
USER_HEADER_SEARCH_PATHS = $PROJECT_DIR;
1201+
USER_HEADER_SEARCH_PATHS = "$PROJECT_DIR";
12021202
WRAPPER_EXTENSION = app;
12031203
};
12041204
name = Debug;
@@ -1219,7 +1219,7 @@
12191219
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
12201220
PRODUCT_NAME = "$(TARGET_NAME)";
12211221
PROVISIONING_PROFILE = "";
1222-
USER_HEADER_SEARCH_PATHS = $PROJECT_DIR;
1222+
USER_HEADER_SEARCH_PATHS = "$PROJECT_DIR";
12231223
WRAPPER_EXTENSION = app;
12241224
};
12251225
name = Release;

scripts/test-unit-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ else
9191
fi
9292

9393

94+
pod install
95+
pod update
9496
cleanAll
9597
analyzeBuild
9698
for i in {1..10}

0 commit comments

Comments
 (0)