Rename app and target

This commit is contained in:
Diego Mello 2023-06-19 18:16:23 -03:00
parent 85ffd915fa
commit ae90a24b1c
4 changed files with 32 additions and 30 deletions

View File

@ -208,7 +208,7 @@
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
016747EF3B9FED8DE2C9DA14 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-defaults-ShareRocketChatRN/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
06BB44DD4855498082A744AD /* libz.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
13B07F961A680F5B00A75B9A /* Rocket.Chat Experimental.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Rocket.Chat Experimental.app"; sourceTree = BUILT_PRODUCTS_DIR; };
13B07F961A680F5B00A75B9A /* Rocket.Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Rocket.Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RocketChatRN/AppDelegate.h; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RocketChatRN/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RocketChatRN/Info.plist; sourceTree = "<group>"; };
@ -536,7 +536,7 @@
83CBBA001A601CBA00E9B192 /* Products */ = {
isa = PBXGroup;
children = (
13B07F961A680F5B00A75B9A /* Rocket.Chat Experimental.app */,
13B07F961A680F5B00A75B9A /* Rocket.Chat.app */,
1EC6ACB022CB9FC300A41C61 /* ShareRocketChatRN.appex */,
1EFEB5952493B6640072EDC0 /* NotificationService.appex */,
7AAB3E52257E6A6E00707CF6 /* Rocket.Chat.app */,
@ -612,9 +612,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
13B07F861A680F5B00A75B9A /* RocketChatRN */ = {
13B07F861A680F5B00A75B9A /* RocketChat */ = {
isa = PBXNativeTarget;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RocketChatRN" */;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RocketChat" */;
buildPhases = (
D8075EB3553515178E7C6748 /* [CP] Check Pods Manifest.lock */,
7AA5C63E23E30D110005C4A7 /* Start Packager */,
@ -634,9 +634,9 @@
1EC6ACBA22CB9FC300A41C61 /* PBXTargetDependency */,
1EFEB59B2493B6640072EDC0 /* PBXTargetDependency */,
);
name = RocketChatRN;
name = RocketChat;
productName = "Hello World";
productReference = 13B07F961A680F5B00A75B9A /* Rocket.Chat Experimental.app */;
productReference = 13B07F961A680F5B00A75B9A /* Rocket.Chat.app */;
productType = "com.apple.product-type.application";
};
1EC6ACAF22CB9FC300A41C61 /* ShareRocketChatRN */ = {
@ -770,7 +770,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
13B07F861A680F5B00A75B9A /* RocketChatRN */,
13B07F861A680F5B00A75B9A /* RocketChat */,
1EC6ACAF22CB9FC300A41C61 /* ShareRocketChatRN */,
1EFEB5942493B6640072EDC0 /* NotificationService */,
7AAB3E0D257E6A6E00707CF6 /* Rocket.Chat */,
@ -1525,7 +1525,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.ios;
PRODUCT_NAME = "Rocket.Chat Experimental";
PRODUCT_NAME = Rocket.Chat;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "RocketChatRN-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "RocketChatRN-Swift.h";
@ -1583,7 +1583,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.ios;
PRODUCT_NAME = "Rocket.Chat Experimental";
PRODUCT_NAME = Rocket.Chat;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore chat.rocket.reactnative";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore chat.rocket.ios";
SWIFT_OBJC_BRIDGING_HEADER = "RocketChatRN-Bridging-Header.h";
@ -2031,7 +2031,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RocketChatRN" */ = {
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RocketChat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13B07F941A680F5B00A75B9A /* Debug */,

View File

@ -30,8 +30,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -66,8 +66,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -78,14 +78,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>

View File

@ -29,8 +29,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -59,8 +59,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -92,8 +92,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
@ -126,8 +126,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>

View File

@ -30,8 +30,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -75,8 +75,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -87,14 +87,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Rocket.Chat Experimental.app"
BlueprintName = "RocketChatRN"
BuildableName = "Rocket.Chat.app"
BlueprintName = "RocketChat"
ReferencedContainer = "container:RocketChatRN.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>