Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 1830212

Browse files
author
Dominik Hadl
committed
Rename scheme and tests bundle id to match project name
1 parent 36667a0 commit 1830212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Spinner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
buildSettings = {
350350
INFOPLIST_FILE = SpinnerTests/Info.plist;
351351
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
352-
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests;
352+
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.SpinnerTests;
353353
PRODUCT_NAME = Spinner;
354354
};
355355
name = Debug;
@@ -359,7 +359,7 @@
359359
buildSettings = {
360360
INFOPLIST_FILE = SpinnerTests/Info.plist;
361361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
362-
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests;
362+
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.SpinnerTests;
363363
PRODUCT_NAME = Spinner;
364364
};
365365
name = Release;

0 commit comments

Comments
 (0)