From 30022eefae3f443c4f9b5311d00e65271d6f2d69 Mon Sep 17 00:00:00 2001 From: Vailence Date: Fri, 1 Aug 2025 17:36:38 +0500 Subject: [PATCH] WMSDK-0000 updated bundleid and appgroup --- .../Info.plist | 8 +-- ...xNotificationContentExtension.entitlements | 2 +- ...xNotificationServiceExtension.entitlements | 2 +- .../ios/exampleApp.xcodeproj/project.pbxproj | 50 +++++++++++-------- .../ios/exampleApp/exampleApp.entitlements | 2 +- 5 files changed, 37 insertions(+), 27 deletions(-) diff --git a/example/exampleApp/ios/MindboxNotificationContentExtension/Info.plist b/example/exampleApp/ios/MindboxNotificationContentExtension/Info.plist index b9111b1..ed62fc6 100644 --- a/example/exampleApp/ios/MindboxNotificationContentExtension/Info.plist +++ b/example/exampleApp/ios/MindboxNotificationContentExtension/Info.plist @@ -4,19 +4,19 @@ NSExtension - NSExtensionPrincipalClass - MindboxNotificationContentExtension.NotificationViewController NSExtensionAttributes - UNNotificationExtensionUserInteractionEnabled - 1 UNNotificationExtensionCategory MindBoxCategoryIdentifier UNNotificationExtensionInitialContentSizeRatio 0.0001 + UNNotificationExtensionUserInteractionEnabled + 1 NSExtensionPointIdentifier com.apple.usernotifications.content-extension + NSExtensionPrincipalClass + MindboxNotificationContentExtension.NotificationViewController diff --git a/example/exampleApp/ios/MindboxNotificationContentExtension/MindboxNotificationContentExtension.entitlements b/example/exampleApp/ios/MindboxNotificationContentExtension/MindboxNotificationContentExtension.entitlements index b8b48fb..79c417d 100644 --- a/example/exampleApp/ios/MindboxNotificationContentExtension/MindboxNotificationContentExtension.entitlements +++ b/example/exampleApp/ios/MindboxNotificationContentExtension/MindboxNotificationContentExtension.entitlements @@ -4,7 +4,7 @@ com.apple.security.application-groups - group.cloud.Mindbox.com.mindbox.exampleRN + group.cloud.Mindbox.mindbox.RN.Example diff --git a/example/exampleApp/ios/MindboxNotificationServiceExtension/MindboxNotificationServiceExtension.entitlements b/example/exampleApp/ios/MindboxNotificationServiceExtension/MindboxNotificationServiceExtension.entitlements index ad95d44..480c11f 100644 --- a/example/exampleApp/ios/MindboxNotificationServiceExtension/MindboxNotificationServiceExtension.entitlements +++ b/example/exampleApp/ios/MindboxNotificationServiceExtension/MindboxNotificationServiceExtension.entitlements @@ -6,7 +6,7 @@ com.apple.security.application-groups - group.cloud.Mindbox.com.mindbox.exampleRN + group.cloud.Mindbox.mindbox.RN.Example diff --git a/example/exampleApp/ios/exampleApp.xcodeproj/project.pbxproj b/example/exampleApp/ios/exampleApp.xcodeproj/project.pbxproj index 0169ee7..464c5ca 100644 --- a/example/exampleApp/ios/exampleApp.xcodeproj/project.pbxproj +++ b/example/exampleApp/ios/exampleApp.xcodeproj/project.pbxproj @@ -393,10 +393,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-frameworks.sh\"\n"; @@ -410,10 +414,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exampleApp/Pods-exampleApp-resources.sh\"\n"; @@ -427,10 +435,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationContentExtension/Pods-exampleApp-MindboxNotificationContentExtension-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationContentExtension/Pods-exampleApp-MindboxNotificationContentExtension-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationContentExtension/Pods-exampleApp-MindboxNotificationContentExtension-resources.sh\"\n"; @@ -488,10 +500,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationServiceExtension/Pods-exampleApp-MindboxNotificationServiceExtension-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationServiceExtension/Pods-exampleApp-MindboxNotificationServiceExtension-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exampleApp-MindboxNotificationServiceExtension/Pods-exampleApp-MindboxNotificationServiceExtension-resources.sh\"\n"; @@ -578,7 +594,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; ENABLE_BITCODE = NO; INFOPLIST_FILE = exampleApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -591,7 +607,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example; PRODUCT_NAME = exampleApp; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "exampleApp-Bridging-Header.h"; @@ -612,7 +628,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; INFOPLIST_FILE = exampleApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -624,7 +640,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example; PRODUCT_NAME = exampleApp; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "exampleApp-Bridging-Header.h"; @@ -650,7 +666,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -667,7 +683,7 @@ MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN.MindboxNotificationServiceExtension; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example.ServiceExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; @@ -697,7 +713,7 @@ COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -713,7 +729,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN.MindboxNotificationServiceExtension; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example.ServiceExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_COMPILATION_MODE = wholemodule; @@ -741,7 +757,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -758,7 +774,7 @@ MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN.MindboxNotificationContentExtension; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example.ContentExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; @@ -787,7 +803,7 @@ COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = N39VVWZXXP; + DEVELOPMENT_TEAM = 622436AMYX; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -803,7 +819,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.mindbox.exampleRN.MindboxNotificationContentExtension; + PRODUCT_BUNDLE_IDENTIFIER = mindbox.RN.Example.ContentExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_COMPILATION_MODE = wholemodule; @@ -882,10 +898,7 @@ "-DFOLLY_USE_LIBCPP=1", "-DFOLLY_CFG_NO_COROUTINES=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; @@ -953,10 +966,7 @@ "-DFOLLY_USE_LIBCPP=1", "-DFOLLY_CFG_NO_COROUTINES=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/example/exampleApp/ios/exampleApp/exampleApp.entitlements b/example/exampleApp/ios/exampleApp/exampleApp.entitlements index dc0c52e..c267951 100644 --- a/example/exampleApp/ios/exampleApp/exampleApp.entitlements +++ b/example/exampleApp/ios/exampleApp/exampleApp.entitlements @@ -6,7 +6,7 @@ development com.apple.security.application-groups - group.cloud.Mindbox.com.mindbox.exampleRN + group.cloud.Mindbox.mindbox.RN.Example