Skip to content

Commit 7b33730

Browse files
authored
Merge pull request #179 from thaliproject/add-bundle-identifier
add actual CFBundleIdentifier value
2 parents 240d0bc + c4908e7 commit 7b33730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@
475475
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
476476
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
477477
MACOSX_DEPLOYMENT_TARGET = 10.11;
478+
PRODUCT_BUNDLE_IDENTIFIER = org.swift.XCTest;
478479
PRODUCT_NAME = SwiftXCTest;
479480
SKIP_INSTALL = YES;
480481
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -497,6 +498,7 @@
497498
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
498499
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
499500
MACOSX_DEPLOYMENT_TARGET = 10.11;
501+
PRODUCT_BUNDLE_IDENTIFIER = org.swift.XCTest;
500502
PRODUCT_NAME = SwiftXCTest;
501503
SKIP_INSTALL = YES;
502504
SWIFT_VERSION = 3.0;

0 commit comments

Comments
 (0)