Skip to content

Commit

Permalink
Append platform name to bundle identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
cswelin committed Sep 12, 2019
1 parent 56b4441 commit 05fbb4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions LDEventSource.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-watchOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1013,7 +1013,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-watchOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1048,7 +1048,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-tvOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1085,7 +1085,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-tvOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1120,7 +1120,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-macOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = macosx;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1157,7 +1157,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.launchdarkly.EventSource;
PRODUCT_BUNDLE_IDENTIFIER = "com.launchdarkly.EventSource-macOS";
PRODUCT_NAME = DarklyEventSource;
SDKROOT = macosx;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 05fbb4b

Please sign in to comment.