From 72b899da0491bb1ad2ee053a1a3918ebd2dee002 Mon Sep 17 00:00:00 2001 From: Rehan Date: Tue, 1 Oct 2024 17:52:22 +0500 Subject: [PATCH] build: fix ios apn build --- Apps/APN/ios/Podfile.lock | 2 +- Apps/APN/ios/SampleApp.xcodeproj/project.pbxproj | 6 ++++-- Apps/APN/package-lock.json | 8 ++++---- Apps/FCM/ios/Podfile.lock | 2 +- Apps/FCM/package-lock.json | 8 ++++---- package-lock.json | 6 +++--- yarn.lock | 6 +++--- 7 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Apps/APN/ios/Podfile.lock b/Apps/APN/ios/Podfile.lock index 53a709bc..2a9c1e83 100644 --- a/Apps/APN/ios/Podfile.lock +++ b/Apps/APN/ios/Podfile.lock @@ -1396,7 +1396,7 @@ SPEC CHECKSUMS: RNSnackbar: 37ce6daf19c8bd35cf6133db5797aa298c8782ac SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Sovran: f8212bb3855042a24689a73ea0219ca5295235da - Yoga: 805bf71192903b20fc14babe48080582fee65a80 + Yoga: d17d2cc8105eed528474683b42e2ea310e1daf61 PODFILE CHECKSUM: 68f9a44facfa96472c7d4c19bacfda4a8d7d8507 diff --git a/Apps/APN/ios/SampleApp.xcodeproj/project.pbxproj b/Apps/APN/ios/SampleApp.xcodeproj/project.pbxproj index 3360cb67..7116a230 100644 --- a/Apps/APN/ios/SampleApp.xcodeproj/project.pbxproj +++ b/Apps/APN/ios/SampleApp.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ 46D41EE52A0944D60008DBA4 /* NotificationServicePushHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D41EE42A0944D60008DBA4 /* NotificationServicePushHandler.swift */; }; 46F118D6296C3764007E1D09 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 46FB06302965B4EC00001290 /* main.m */; }; A71D88C22C6E38FE005A6C43 /* BuildFile in Resources */ = {isa = PBXBuildFile; }; + A73CAC3F2CAC244B008B0745 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A73CAC3E2CAC244B008B0745 /* GoogleService-Info.plist */; }; A741D6A62A69215E00E1F1E6 /* Env.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741D6A52A69215E00E1F1E6 /* Env.swift */; }; A741D6A72A69215E00E1F1E6 /* Env.swift in Sources */ = {isa = PBXBuildFile; fileRef = A741D6A52A69215E00E1F1E6 /* Env.swift */; }; BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; @@ -88,9 +89,9 @@ 7027D8F2719E14592AE8C5B1 /* Pods-SampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleApp.debug.xcconfig"; path = "Target Support Files/Pods-SampleApp/Pods-SampleApp.debug.xcconfig"; sourceTree = ""; }; 8DBA40A64D8C8FFF7B19B979 /* Pods-SampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleApp.release.xcconfig"; path = "Target Support Files/Pods-SampleApp/Pods-SampleApp.release.xcconfig"; sourceTree = ""; }; 942FCF102C7622FA00CFFC2E /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; - 94F0DA202CA4364D0032DC6A /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 9B38E507D4B6B34BF5926EB2 /* Pods-Notification Service.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Notification Service.debug.xcconfig"; path = "Target Support Files/Pods-Notification Service/Pods-Notification Service.debug.xcconfig"; sourceTree = ""; }; A591060ADD68CA232C10D473 /* libPods-Notification Service.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Notification Service.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A73CAC3E2CAC244B008B0745 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; A741D6A52A69215E00E1F1E6 /* Env.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Env.swift; sourceTree = ""; }; AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = SampleApp/SplashScreen.storyboard; sourceTree = ""; }; BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = ""; }; @@ -122,7 +123,7 @@ 13B07FAE1A68108700A75B9A /* SampleApp */ = { isa = PBXGroup; children = ( - 94F0DA202CA4364D0032DC6A /* GoogleService-Info.plist */, + A73CAC3E2CAC244B008B0745 /* GoogleService-Info.plist */, 942FCF102C7622FA00CFFC2E /* main.jsbundle */, 464F84B8296D5B7F005918DF /* SampleApp-Bridging-Header.h */, 4606A0C0296C7D6500B98CC8 /* AppDelegate.mm */, @@ -330,6 +331,7 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */, + A73CAC3F2CAC244B008B0745 /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Apps/APN/package-lock.json b/Apps/APN/package-lock.json index a2727443..2e172395 100644 --- a/Apps/APN/package-lock.json +++ b/Apps/APN/package-lock.json @@ -6339,7 +6339,7 @@ "node_modules/customerio-reactnative": { "version": "3.9.0", "resolved": "file:../../customerio-reactnative.tgz", - "integrity": "sha512-+QUY1Pp+wIblmIHHo85UL34J/S+tQxSKebrNP3Wo5kZpVWDBViPzjYEhN9Jz4PSKRh/4INmrg7LfLQOYFyEjmQ==", + "integrity": "sha512-1ZGTB3Rh35vRG2pA7B7Y78cQM8ovylsfFTNCi8a5GrXfeAwAVmdM1q09qTpGVSieF46dvdZUwGZlkQep01iZaw==", "hasInstallScript": true, "peerDependencies": { "react": "*", @@ -6563,9 +6563,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.5.29", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz", - "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==" + "version": "1.5.30", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz", + "integrity": "sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==" }, "node_modules/emoji-regex": { "version": "8.0.0", diff --git a/Apps/FCM/ios/Podfile.lock b/Apps/FCM/ios/Podfile.lock index 8a375fbd..fe42fa17 100644 --- a/Apps/FCM/ios/Podfile.lock +++ b/Apps/FCM/ios/Podfile.lock @@ -1489,7 +1489,7 @@ SPEC CHECKSUMS: RNSnackbar: 37ce6daf19c8bd35cf6133db5797aa298c8782ac SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Sovran: f8212bb3855042a24689a73ea0219ca5295235da - Yoga: 57d2ffe418d024d56f8b0047f335c677e4c4d9ac + Yoga: 6aaa3c45f0fda0c6929f855121622669dabe1aaf PODFILE CHECKSUM: 856c598ef31ca9704d7f356fc3128c0680cd0c97 diff --git a/Apps/FCM/package-lock.json b/Apps/FCM/package-lock.json index 0200f658..6fad09e0 100644 --- a/Apps/FCM/package-lock.json +++ b/Apps/FCM/package-lock.json @@ -5399,7 +5399,7 @@ "node_modules/customerio-reactnative": { "version": "3.9.0", "resolved": "file:../../customerio-reactnative.tgz", - "integrity": "sha512-+QUY1Pp+wIblmIHHo85UL34J/S+tQxSKebrNP3Wo5kZpVWDBViPzjYEhN9Jz4PSKRh/4INmrg7LfLQOYFyEjmQ==", + "integrity": "sha512-1ZGTB3Rh35vRG2pA7B7Y78cQM8ovylsfFTNCi8a5GrXfeAwAVmdM1q09qTpGVSieF46dvdZUwGZlkQep01iZaw==", "hasInstallScript": true, "peerDependencies": { "react": "*", @@ -5618,9 +5618,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.5.29", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz", - "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==" + "version": "1.5.30", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz", + "integrity": "sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==" }, "node_modules/emoji-regex": { "version": "8.0.0", diff --git a/package-lock.json b/package-lock.json index 57b023e8..514dc920 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7161,9 +7161,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.5.29", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz", - "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==", + "version": "1.5.30", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz", + "integrity": "sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==", "dev": true }, "node_modules/emittery": { diff --git a/yarn.lock b/yarn.lock index 5adbc285..6161b043 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3481,9 +3481,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.28: - version "1.5.29" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz" - integrity sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw== + version "1.5.30" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz" + integrity sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA== emittery@^0.7.1: version "0.7.2"