Skip to content

Commit

Permalink
Change bundle ID to com.pepebecker.Chat-SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
pepebecker committed Sep 3, 2019
1 parent ec8bfc6 commit 2253f55
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Xcode/ChatSDK Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@
TargetAttributes = {
AC7BD9961E0874B400C785EE = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = P7RPLLCMTA;
DevelopmentTeam = 2US48SD2C3;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
enabled = 1;
};
com.apple.Push = {
enabled = 1;
enabled = 0;
};
};
};
Expand Down Expand Up @@ -470,12 +470,11 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "ChatSDK Demo/ChatSDK Demo.entitlements";
DEVELOPMENT_TEAM = P7RPLLCMTA;
DEVELOPMENT_TEAM = 2US48SD2C3;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = "ChatSDK Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_BUNDLE_IDENTIFIER = "co.deluge.Chat-SDK";
PRODUCT_BUNDLE_IDENTIFIER = "com.pepebecker.Chat-SDK";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -487,12 +486,11 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "ChatSDK Demo/ChatSDK Demo.entitlements";
DEVELOPMENT_TEAM = P7RPLLCMTA;
DEVELOPMENT_TEAM = 2US48SD2C3;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = "ChatSDK Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_BUNDLE_IDENTIFIER = "co.deluge.Chat-SDK";
PRODUCT_BUNDLE_IDENTIFIER = "com.pepebecker.Chat-SDK";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit 2253f55

Please sign in to comment.