Skip to content

Commit edc9037

Browse files
committed
fix: ABTesting project TEST_TARGET_NAME
1 parent 2a637a6 commit edc9037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

abtesting/ABTestingExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
SWIFT_EMIT_LOC_STRINGS = NO;
966966
SWIFT_VERSION = 5.0;
967967
TARGETED_DEVICE_FAMILY = "1,2";
968-
TEST_TARGET_NAME = "ABTestingExample (iOS)";
968+
TEST_TARGET_NAME = ABTestingExample;
969969
};
970970
name = Debug;
971971
};
@@ -987,7 +987,7 @@
987987
SWIFT_EMIT_LOC_STRINGS = NO;
988988
SWIFT_VERSION = 5.0;
989989
TARGETED_DEVICE_FAMILY = "1,2";
990-
TEST_TARGET_NAME = "ABTestingExample (iOS)";
990+
TEST_TARGET_NAME = ABTestingExample;
991991
VALIDATE_PRODUCT = YES;
992992
};
993993
name = Release;

0 commit comments

Comments
 (0)