Skip to content

Commit

Permalink
Correct the bundle identifiers for test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Oct 13, 2024
1 parent da9376c commit 985adfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@
MARKETING_VERSION = 3.0.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openHABUITests;
PRODUCT_BUNDLE_IDENTIFIER = org.openhab.openHABUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -1788,7 +1788,7 @@
MARKETING_VERSION = 3.0.6;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = es.spaphone.openHABUITests;
PRODUCT_BUNDLE_IDENTIFIER = org.openhab.openHABUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -1926,7 +1926,7 @@
MARKETING_VERSION = 3.0.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.reg-labs.openHABTestsSwift";
PRODUCT_BUNDLE_IDENTIFIER = org.openhab.openHABTestsSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_INSTALL_OBJC_HEADER = NO;
Expand Down Expand Up @@ -1969,7 +1969,7 @@
MARKETING_VERSION = 3.0.6;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.reg-labs.openHABTestsSwift";
PRODUCT_BUNDLE_IDENTIFIER = org.openhab.openHABTestsSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_INSTALL_OBJC_HEADER = NO;
Expand Down

0 comments on commit 985adfc

Please sign in to comment.