Skip to content

Commit

Permalink
chore: change package name and bundle id
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNerdGuyLulu committed Apr 15, 2024
1 parent 5163b7a commit abeda9a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 31 deletions.
4 changes: 2 additions & 2 deletions sandboxes/NotificationsSandbox/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion

namespace "io.intercom.android.enterprise.sample"
namespace "com.example.sample"
defaultConfig {
applicationId "io.intercom.android.enterprise.sample"
applicationId "com.example.sample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.intercom.android.enterprise.sample
package com.example.sample

import android.os.Bundle;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.intercom.android.enterprise.sample
package com.example.sample

import android.app.Application
import com.facebook.react.PackageList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
remoteInfo = IntercomRNNotificationsSample;
remoteInfo = "IntercomRNNotificationsSample";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
00E356EE1AD99517003FC87E /* IntercomRNNotificationsSampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntercomRNNotificationsSampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356EE1AD99517003FC87E /* IntercomRNNotificationsSampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "IntercomRNNotificationsSampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* IntercomRNNotificationsSampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IntercomRNNotificationsSampleTests.m; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* IntercomRNNotificationsSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntercomRNNotificationsSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = IntercomRNNotificationsSample/AppDelegate.h; sourceTree = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = IntercomRNNotificationsSample/AppDelegate.mm; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = IntercomRNNotificationsSample/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = IntercomRNNotificationsSample/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = IntercomRNNotificationsSample/main.m; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* IntercomRNNotificationsSampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "IntercomRNNotificationsSampleTests.m"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* IntercomRNNotificationsSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "IntercomRNNotificationsSample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "IntercomRNNotificationsSample/AppDelegate.h"; sourceTree = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = "IntercomRNNotificationsSample/AppDelegate.mm"; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "IntercomRNNotificationsSample/Images.xcassets"; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "IntercomRNNotificationsSample/Info.plist"; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "IntercomRNNotificationsSample/main.m"; sourceTree = "<group>"; };
19F6CBCC0A4E27FBF8BF4A61 /* libPods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3B4392A12AC88292D35C810B /* Pods-IntercomRNNotificationsSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IntercomRNNotificationsSample.debug.xcconfig"; path = "Target Support Files/Pods-IntercomRNNotificationsSample/Pods-IntercomRNNotificationsSample.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-IntercomRNNotificationsSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IntercomRNNotificationsSample.release.xcconfig"; path = "Target Support Files/Pods-IntercomRNNotificationsSample/Pods-IntercomRNNotificationsSample.release.xcconfig"; sourceTree = "<group>"; };
5B7EB9410499542E8C5724F5 /* Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.debug.xcconfig"; path = "Target Support Files/Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests/Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.debug.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-IntercomRNNotificationsSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-IntercomRNNotificationsSample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
600EA8652BC541A100230EF8 /* IntercomRNNotificationsSample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = IntercomRNNotificationsSample.entitlements; path = IntercomRNNotificationsSample/IntercomRNNotificationsSample.entitlements; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = IntercomRNNotificationsSample/LaunchScreen.storyboard; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "IntercomRNNotificationsSample/LaunchScreen.storyboard"; sourceTree = "<group>"; };
89C6BE57DB24E9ADA2F236DE /* Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.release.xcconfig"; path = "Target Support Files/Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests/Pods-IntercomRNNotificationsSample-IntercomRNNotificationsSampleTests.release.xcconfig"; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -73,7 +73,7 @@
00E356F21AD99517003FC87E /* IntercomRNNotificationsSampleTests.m */,
00E356F01AD99517003FC87E /* Supporting Files */,
);
path = IntercomRNNotificationsSampleTests;
path = "IntercomRNNotificationsSampleTests";
sourceTree = "<group>";
};
00E356F01AD99517003FC87E /* Supporting Files */ = {
Expand All @@ -95,7 +95,7 @@
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB71A68108700A75B9A /* main.m */,
);
name = IntercomRNNotificationsSample;
name = "IntercomRNNotificationsSample";
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
Expand Down Expand Up @@ -169,8 +169,8 @@
dependencies = (
00E356F51AD99517003FC87E /* PBXTargetDependency */,
);
name = IntercomRNNotificationsSampleTests;
productName = IntercomRNNotificationsSampleTests;
name = "IntercomRNNotificationsSampleTests";
productname = "IntercomRNNotificationsSampleTests";
productReference = 00E356EE1AD99517003FC87E /* IntercomRNNotificationsSampleTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand All @@ -190,8 +190,8 @@
);
dependencies = (
);
name = IntercomRNNotificationsSample;
productName = IntercomRNNotificationsSample;
name = "IntercomRNNotificationsSample";
productName = "IntercomRNNotificationsSample";
productReference = 13B07F961A680F5B00A75B9A /* IntercomRNNotificationsSample.app */;
productType = "com.apple.product-type.application";
};
Expand Down Expand Up @@ -419,7 +419,7 @@
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = IntercomRNNotificationsSampleTests/Info.plist;
INFOPLIST_FILE = "IntercomRNNotificationsSampleTests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -431,7 +431,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.example.sample";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/IntercomRNNotificationsSample.app/IntercomRNNotificationsSample";
};
Expand All @@ -443,7 +443,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
INFOPLIST_FILE = IntercomRNNotificationsSampleTests/Info.plist;
INFOPLIST_FILE = "IntercomRNNotificationsSampleTests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -455,7 +455,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.example.sample";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/IntercomRNNotificationsSample.app/IntercomRNNotificationsSample";
};
Expand Down Expand Up @@ -531,7 +531,8 @@
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
"\"$(PODS_TARGET_SRCROOT)/include/\"",
);
INFOPLIST_FILE = IntercomRNNotificationsSample/Info.plist;
INFOPLIST_FILE = "IntercomRNNotificationsSample/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "IntercomRNNotificationsSample";
INFOPLIST_KEY_CFBundleDisplayName = IntercomRNNotificationsSample;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -543,8 +544,8 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.sample;
PRODUCT_NAME = IntercomRNNotificationsSample;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.sample";
PRODUCT_NAME = "IntercomRNNotificationsSample";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -621,7 +622,8 @@
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
"\"$(PODS_TARGET_SRCROOT)/include/\"",
);
INFOPLIST_FILE = IntercomRNNotificationsSample/Info.plist;
INFOPLIST_FILE = "IntercomRNNotificationsSample/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "IntercomRNNotificationsSample";
INFOPLIST_KEY_CFBundleDisplayName = IntercomRNNotificationsSample;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -633,8 +635,8 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.sample;
PRODUCT_NAME = IntercomRNNotificationsSample;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.sample";
PRODUCT_NAME = "IntercomRNNotificationsSample";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<key>NSCameraUsageDescription</key>
<string>This is just a sample text to access the Camera</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>NSPhotoLibraryUsageDescription</key>
<string>This is just a sample text to access the Photo Library</string>
<key>UIBackgroundModes</key>
Expand Down

0 comments on commit abeda9a

Please sign in to comment.