commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
44ef6b4a8c50ad4099944e067496e4d18ce4093c
--- src/components/AssociateRosterItem/index.tsx @@ -46,7 +46,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { ); const currentUser = useSelector(UserSelectors.getUser) as Associate; const isWeeklyScheduleVisible: boolean = useRbacConfigWithJobCode(); - const isHourlyAssocia...
Updating requested PR changes
Updating requested PR changes
1de388f0572d2c93425d5846b40ddaeadaf0aa10
--- package-lock.json @@ -35,7 +35,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "0.2.13", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.3.3", + "@walmart/ask-sam-mini-app": "1.3.5", "@walmart/attendance-mini-ap...
Ask Sam version update for postinstall
Ask Sam version update for postinstall
2dacda65a13a3a6e0b51a17c9844cece71f80c4b
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.20.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.20.0 - @walmart/associate-exp-hub-mini-app@1.13.2 - @walmart/associate-exp-hub-team-switcher@2.22.2
5e039bfd6cc79d6d3cf0e46c947570c606b56ace
--- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap @@ -20,18 +20,18 @@ exports[`TermsOfUseView 1`] = ` [ { "data": [], - "title": "Me@Walmart Terms of Use for Walmart U.S. Associates + "title": "MyWalmart Terms of Use for Walmart U.S. Associates DC-TDC-01...
Updated snapshots for terms of use part of rebranding
Updated snapshots for terms of use part of rebranding
e538fbbd4ef03962dac035df8c37df787a6db10e
--- graphql.yml @@ -32,7 +32,7 @@ applications: tags: - 'v1' - name: 'getForYouHeaderAssociateDetails' - hash: 'b68381014b562b9ef8c1d7ceace1428a360e4aeec862bbe203a573137862bde3' + hash: 'f19faec9c82962897ac9defbf2871bcbf9b33534cb2ea743eb56ed4b5379ff5e' ...
feat(graphql): fix graphql.yml (#463)
feat(graphql): fix graphql.yml (#463)
69ed5b7ac7e0419bca175adfe154b2b93f5bee38
--- ios/Podfile @@ -74,7 +74,6 @@ target 'AllSpark' do # necessary for Mac Catalyst builds :mac_catalyst_enabled => false ) - flipper_post_install(installer) __apply_Xcode_12_5_M1_post_install_workaround(installer) end end --- ios/Podfile.lock @@ -1285,6 +1285,6 @@ SPEC CHECKSUMS: Yo...
fix: remove flipper post install command
fix: remove flipper post install command
8ec1a5ecf886280e49f82914da1938bca65419b7
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -799,13 +799,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - " ", - "-Wl -ld_classic ", - ); + OTHER_LDFLAGS = "$...
Updating pod lock
Updating pod lock
f24a9b567c8271f116dce96bde6db60bcb5c5614
--- package-lock.json @@ -4563,9 +4563,9 @@ } }, "@walmart/ui-components": { - "version": "1.3.0-beta.11", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-beta.11.tgz", - "integrity": "sha512-1C++4yF6xppcO67J1cFNDqd4h+/Mmg0j/zPHu+GISyeqNRugvl7LZxF7Y/H...
update png
update png
cb15e1e1cfc8387df4d2a5c5b9b1af34d8edd117
--- __tests__/communicationsTest.tsx @@ -1,6 +1,7 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars import React from 'react'; -import {rawChannelsList} from "./harness/firestore/data/channels"; +// @ts-ignore +import {rawChannelsList} from './harness/firestore/data/channels'; describe('Messaging', ...
adding more data to firestore data model
adding more data to firestore data model
1c8d816f422bbb8cb443c88bcfec99d7472cd2ee
--- lerna.json @@ -7,7 +7,7 @@ "conventionalCommits": true, "conventionalPrerelease": false, "message": "chore(publish): publish package", - "registry": "https://npme.walmart.com" + "registry": "https://npm.ci.artifacts.walmart.com/artifactory/api/npm/npme-npm" }, "version": { ...
Update hub
Update hub
2ad03690d1bb288bb1e69c38dc5ff247e8c09748
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 133 + versionCode 134 versionName "1.0.12" } ...
Incrementing build number
Incrementing build number
4213a18680643857c29f4f18c802774e3c320655
--- packages/myteam-mini-app/src/Translations/locales/en-US.json @@ -18,3 +18,4 @@ "hubHeader.title": "Support your team", "myTeam.title": "Team" } +
feat: trigger translations
feat: trigger translations
dd1b33eacc09b4b09e509677bb9ea798c6235d8e
--- packages/me-at-walmart-common/src/components/Metrics/index.ts @@ -1,2 +1,3 @@ export * from './usStores'; export * from './usSupplyChain'; +export type {PayloadStatusType} from './types';
type: updated metrics container types and documentation
type: updated metrics container types and documentation
b68004f8a7b5845b5c175727b820a184a5b55ffc
--- example/src/teamHub/screens/widgets.tsx @@ -1,105 +1,64 @@ +import { HubWidget } from '@walmart/allspark-foundation/Components/Hub/HubWidget'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; -import {Body, Button, colors} from '@walmart/gtp-shared-components/dist'; +import {Body} ...
replace example widgets with HubWidget component
replace example widgets with HubWidget component
5e975d35843506848464dc58bfbb7ef664a161ae
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -241,6 +241,7 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { }, [defaultWidgets, teamState, widgets]); /** Bottom sheet update */ + const navigation = useNavigation(); const resetTo = (s...
Update the reset to navigation
Update the reset to navigation
55ddbe7a1c146b2f792834dd5d5de0f4ba8ecb18
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Screens/TeamSelection.tsx @@ -9,9 +9,9 @@ import { sortTeamsAscComparator, } from '../Utils/createAreaFunction'; import { useSelector } from 'react-redux'; -// import { UserSelectors } from '../../../../User'; import { UserSelectors } from '...
Adding query variables
Adding query variables
9b54fa575cbba43955f4882bbbef8aea331ad30d
--- lerna.json @@ -1,19 +1,19 @@ { - "version": "independent", + "version": "6.0.14", "npmClient": "yarn", "changelogPreset": "angular", "command": { "publish": { "conventionalCommits": true, - "conventionalPrerelease": true, + "conventionalPrerelease": false, "message": "chore(...
chore: lerna config change
chore: lerna config change
5343d06beddc874329cb77a51aeaab0dc153ac34
--- env.teflon.js @@ -39,7 +39,6 @@ export default { clientAuthMethod: 'post', }, athena: { - // url: 'https://athena-gateway.sstage.us.walmart.net/', url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1', headers: { 'WM_SVC.NAME': 'ATHENA-GATEWAY',
🔀 Merging dev code to feature/learningapp
🔀 Merging dev code to feature/learningapp
3678149d2ea047915f7474aebea4864a5d1089d7
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/roster-mini-app": "1.0.1", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "1.0.1", + "@walmart/wmconnect-mini-app": "1.0.3", "babel-jest": "^29.2.1", ...
Update wm connect mini app version
Update wm connect mini app version
e1b97279a3e9f89c8a2200b41e9ddab056a2a616
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.17-alpha-5", + "version": "1.0.17-alpha-6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.17-alpha-5", + "version": "1....
Update version
Update version
c769b0051ad8a81a5f53e73c807be0a776166be8
--- packages/allspark-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-authentication", - "version": "5.0.0-alpha.5", + "version": "5.0.0-alpha.6", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -22,8 +22,8 @@ "author": "", "license": "ISC", "dep...
chore: bump alpha version
chore: bump alpha version
98cf3d1e1a7cd3e6926cd10679f62674ab8960c3
--- src/screens/RosterScreen.tsx @@ -1,11 +1,14 @@ import React from 'react'; import {Roster} from '../components/Roster/Roster'; -import {View} from 'react-native'; +import {StyleSheet, View} from 'react-native'; + +export const styles = StyleSheet.create({ + container: {paddingVertical: 24, flex: 1}, +}); -//TOD...
updating roster screen
updating roster screen
4207a23fdf785ea6d05de46a35004dc7eea58f5f
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.10.30", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.30.tgz", - "integrity": "sha512-ByYCZxifajBYitfJjkLfrv6z+N+tmcNAGxRJNbkMILBN+O8CYy6WHOVIYoqoSX...
Ask sam version 0.10.31 (#402)
Ask sam version 0.10.31 (#402)
3422af4e698fc24169f9a9434167e60c0792df7f
--- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap @@ -20,7 +20,7 @@ exports[`VersionsList 1`] = ` [ { "data": [], - "title": "Me@Walmart (undefined)", + "title": "Me@Walmart (dev)", "version": undefined, }, ] @@ -65,7 +65,7 @@...
chore: fix tests
chore: fix tests
652507ab3c0c64b2ce921f7d1f0d6f93b768e1d7
--- packages/allspark-graphql-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-graphql-client@0.0.3 - @walmart/allspark-redux-store@1.0.2
a4ab50188e0ef45e331cea6e9a52583f655fdcab
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx @@ -10,6 +10,10 @@ import { useAllsparkTranslation } from '@walmart/allspark-foundation'; import mockData from './mock'; import { useSelector } from 'react-redux'; import { editSavedTeamsEnabled } from '../.....
feat: edit saved teams loader
feat: edit saved teams loader
05c128ba33f09224e71977e6815a933980030a81
--- packages/allspark-foundation/Hooks/index.ts @@ -2,6 +2,7 @@ export { useAppState, useAppStateEffect } from './useAppState'; export { useAsync } from './useAsync'; export { useBackButton } from './useBackButton'; export { useDeviceOrientation } from './useDeviceOrientation'; +export { useIsMounted } from './useIs...
chore: add changes from other repo
chore: add changes from other repo
356e795d6055f0672c6263f2c411506f38747528
--- ios/AllSpark.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Workspace - version = "1.0"> - <FileRef - location = "self:"> - </FileRef> -</Workspace>
update to remove unnecessary file
update to remove unnecessary file
d76c96402da93bc910a3bfc1f5b09cad7a03bf2b
--- package.json @@ -249,7 +249,7 @@ "react-native-wm-telemetry": "6.3.17", "react-native-wm-voice-text": "1.0.4", "react-redux": "^8.1.3", - "realm": "12.14.0", + "realm": "12.8.1", "redux": "^4.2.1", "redux-saga": "^1.2.3", "redux-thunk": "^2.4.0", --- yarn.lock @@ -6946,7 +6946,...
fix: downgrade realm to fix memory allocation error on install
fix: downgrade realm to fix memory allocation error on install
2645b341dc0955926e0ee4c5f7a922b993db1f80
--- .looper.multibranch.yml @@ -52,6 +52,18 @@ flows: - call: build-npm - (name Build JS Bundle for ${market}) npm run bundle-js + app-build-init: + - call: initialize + # - call: initialize-fastlane + - withcache('yarn-cache'): + - call: yarn-steps + - (name Set NPM Env) yarn run env:${...
chore: looper fix
chore: looper fix
045a4ac843ae8ab4f8fc4c3d5c3f3c736558dfce
--- .looper-pr.yml @@ -26,6 +26,7 @@ envs: ARTIFACT_PUBLISH: true AUTO_PR_MONO: false JIRAPREFIX: SSMP + ALLOW_NPM_PUSH_TO_AF: true MONO_REPO: allspark/allspark-core MONO_REPO_BASE_BRANCH: develop AUTHOR: temp --- .looper.yml @@ -6,6 +6,11 @@ tools: flavor: azul...
Update the myteam changes for looper
Update the myteam changes for looper
9cbbeb3917a0cebea3017726e04c1cef664adcb8
--- __tests__/channels/components/__snapshots__/ChannelRow.test.tsx.snap @@ -91,7 +91,7 @@ exports[`ChannelRow should render ChannelRow Component 1`] = ` testID="channelRowContent" > <View - accessibilityLabel="one on one message, bob, swalton, hwalton, dmj00b5, alstamp, werober, fsduren, m0r0...
fix: ADA bugs
fix: ADA bugs
ba94ea34312127db1871d5e7926c965391bda810
--- package.json @@ -148,11 +148,11 @@ "@types/seamless-immutable": "^7.1.16", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", - "@walmart/allspark-foundation": "6.30.1", + "@walmart/allspark-foundation": "6.30.3", "@walmart/allspark-foundation-hub": "1.2.10", "@walmart/allspark-graph...
version bump for allspark packages
version bump for allspark packages
e3707483b85e786912d9c62ffad9fa22076b0973
--- package-lock.json @@ -3112,9 +3112,9 @@ "integrity": "sha512-ooH0AqLGhS5PNcLaOWRHAEIIvrYIyTUXqshlHkgEKDLhLtGW8WvFu0mlcCXb1FEUc/PVmKEzHNHYV1gzGNBqxQ==" }, "@walmart/react-native-logger": { - "version": "1.17.0", - "resolved": "https://npme.walmart.com/@walmart/react-native-logger/-/react-n...
logger version bump (#297)
logger version bump (#297)
3394d811d06a21f103f82343a57f5d568317e05c
--- packages/allspark-graphql-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.8](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-graphql-client@0.0.8 - @walmart/allspark-redux-store@1.0.7
3451e5763cf2e11399323c0f078bde98d8c05092
--- targets/US/package.json @@ -84,7 +84,7 @@ "@walmart/allspark-utils": "6.5.0", "@walmart/amp-mini-app": "1.1.89", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.24.7", + "@walmart/ask-sam-mini-app": "1.25.1", "@walmart/associate-listening-mini-app": "1.2.7",...
ask sam version bump
ask sam version bump
104cc2497c9b17c69a612905a12b2990a493bcd4
--- package-lock.json @@ -4291,9 +4291,9 @@ "integrity": "sha512-6cO57SnVFT8MhLIajydD87lM7tLyNjS2N71It4x2ae8hCpyjHX+z8Bk7VrFqDAO/kGLyz8gA1C0xdm/MzpiMOw==" }, "@walmart/ims-print-services-ui": { - "version": "0.1.28", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
bumping up print version
bumping up print version
0443f3cac10b84b586a332bf4de9866e8f135094
--- package.json @@ -221,6 +221,7 @@ }, "overrides": { "@react-native-community/datetimepicker": "$@react-native-community/datetimepicker", + "@walmart/allspark-utils": "^1.5.0", "@walmart/allspark-graphql-client": "$@walmart/allspark-graphql-client", "@walmart/allspark-http-client": "^2.4.7", ...
chore: adding utils to overrides
chore: adding utils to overrides
02dbd8702584e35beeb0d973ac0cea7cd8825e5a
--- src/hooks/useFilterCounts.ts @@ -1,5 +1,5 @@ import {useMemo} from 'react'; -import {useOfflineIds} from '../presence/hooks'; +// import {useOfflineIds} from '../presence/hooks'; import {Associate} from '../types'; import { associateIsAbsent, @@ -11,7 +11,7 @@ import {useSelector} from 'react-redux'; import ...
remove unused code and plan setup for presence rearchitecture
remove unused code and plan setup for presence rearchitecture
5ac0ca993d4228a8ba04efa3c8375e96e4878271
--- package-lock.json @@ -4592,9 +4592,9 @@ } }, "@walmart/core-services-allspark": { - "version": "1.4.6", - "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.4.6.tgz", - "integrity": "sha512-WA7JUvkQ4KaPnYqYJnKjDWHr2rRKte9n9roGMHxBXLKjQb7t...
bump core services for logging fix
bump core services for logging fix
82168bd1e78fbe90986d07e2f65b23020e387e67
--- package-lock.json @@ -4243,9 +4243,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.24-beta.1", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.24-beta.1.tgz", - "integrity": "sha512-9V6N9SUWp/I2KE9yK9vW4Z6VKYe7tPUk...
added impersonation version bump
added impersonation version bump
4ac0088b5249d0c80f236891ddf847c8cb3c4e0c
--- src/ccmFallbacks.ts @@ -12,6 +12,7 @@ export const CCMFallbacks = { DNDOfflineTimeLimit: 43200, DNDAutoSwitchThreshold: 120, DNDAutoSwitchFeatureFlag: true, + showViewTimeClock: false, showJobDescription: true, showManagerSchedule: true, showHourlySchedule: true, --- src/redux/selectors.ts @@ -...
Update new fields for feature flag
Update new fields for feature flag
13cf754d170355cd79eeae2d53c45d27c3af0b75
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -67,13 +67,6 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` /> <Screen name="PttSearchScreen" - options={ - Object { - "cardStyleInterpolator": [MockFunction], - "gestureDirec...
PTT fix for Search screen navigation (#902)
PTT fix for Search screen navigation (#902) * fixing Ptt navigation * Fixed the tests
6eb4cff4dc356a47a81adc809c9df8cc1e631019
--- src/codeOfConduct/service.ts @@ -15,7 +15,7 @@ export const getCodeOfConductData = async ( } catch (e) { const err = e as Error; logger.error('Error getting code of conduct: is acknowleged', { - message: `Error getting code of conduct: is acknowleged ${err}`, + message: `Error getting code of...
adding error message
adding error message
2cad619616ff3f1c3bfef21d2b44b6c0921758ab
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/amp-mini-app": "1.1.30", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", - "@walmart/attendance-mini-app": "0.190.0", + "@walmart/attendance-mini-app": "0.190.2", "@walmart/compass-sd...
attenance mini app version 0.190.2
attenance mini app version 0.190.2
d1e090fc49e8e1326f39aefc95e4ca2b1f292b46
--- src/auth/constants.ts @@ -25,35 +25,35 @@ export const defaultConfig = { issues: [ { 'en-US': 'Clock-in/clock-out issue', - 'es-MX': 'Clock-in/clock-out issue', + 'es-MX': 'Problema de registro de entrada/salida', }, { 'en-US': '2-step verification failure', - 'es-MX':...
update locat default data
update locat default data
47f3719b96014eae177c4b9f77d7b62fef81e9d1
--- targets/US/ios/AllSpark.xcodeproj/project.pbxproj @@ -582,8 +582,8 @@ "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion", "${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-Glog/glog.framework/glog", "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.f...
upgraded scanner version to 0.8.6
upgraded scanner version to 0.8.6
79ac3ae36d4d799ef460f615646f83a63eed0b37
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -4,7 +4,7 @@ import {createStackNavigator, TransitionPresets} from '@react-navigation/stack'; import {useTranslation} from '@walmart/core-services/Translations'; import {Header} from '@walmart/ui-components'; import {AskSamMiniApp} from '@walmart/ask-sam-min...
added tnc
added tnc
a8725f0e21ca59562376a9b2cc35d351db10841b
--- targets/US/package.json @@ -107,7 +107,7 @@ "@walmart/functional-components": "~6.3.28", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.4", - "@walmart/ims-print-services-ui": "2.15.3", + "@walmart/ims-print-services-ui": "2.16.4", "@walmart/inbox-mi...
Bump Print UI for Drop 27
Bump Print UI for Drop 27
4ff99f76f8c06838b4e789466dd30f5d3c2c0207
--- src/managerExperience/screens/RosterDetailScreen/ListEmptyComponent.tsx @@ -1,38 +1,38 @@ -import React from 'react'; -import {useTranslation} from 'react-i18next'; -import {AssociateListLoading} from '../../components/AssociateList/AssociateListLoading'; -import {ListEmptyComponentProps} from './types'; -import {E...
feat: test error cause
feat: test error cause
b6968bcb7696f7458bcaec799873666f7aee49b8
--- .looper.codepush.yml @@ -37,13 +37,13 @@ flows: echo 'Branch names:' git branch -a echo 'git setup done, moving to node part now' - - npm install -g appcenter-cli +# - npm install -g appcenter-cli - echo 'doing listing' - - appcenter apps list --token $APPCENTER_API_TOKEN_AN...
npx update
npx update
555febb0887ea184c7b3c53d87b87baffb851e76
--- packages/allspark-foundation/__tests__/User/sagas.test.ts @@ -3,6 +3,12 @@ import { UserActionTypes, UserActionCreators } from '../../src/User/redux'; import { UserSelectors } from '../../src/User/selectors'; import { onFetch, onImpersonate, waitForUserFetch } from '../../src/User/sagas'; +jest.mock('../../src/...
added mock func in user sagas file
added mock func in user sagas file
5ba2cfe51ae5e842334a7935f0f9fbb93469f24b
--- targets/US/package.json @@ -123,12 +123,12 @@ "@walmart/metrics-mini-app": "1.27.3", "@walmart/mod-flex-mini-app": "1.23.2", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "2.1.4", + "@walmart/money-auth-shared-components": "2.3.1", "@walmart/myteam-mini-app...
bump version
bump version
5007ff76c9b49ae53575c504615d48f450a9a78d
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/store-feature-orders": "1.26.12", "@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch", "@walmart/time-clock-mini-app": "2.400.0", - "@walmart/topstock-mini...
fix(): testing topstock
fix(): testing topstock
b4ccc3ff71cff913b4a6423ce435bf637c1c400d
--- .looper.multibranch.yml @@ -62,12 +62,12 @@ envs: SIZE_REPO_GITHUB_URL: git@gecgithub01.walmart.com:allspark/allspark-core-size.git SIZE_REPO_GITHUB_BRANCH: main SIZE_JSON_PATH: SIZE_REPO/size.json - # temp variables declared here till EOV + # Default Values for Target based Paths ---...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
d8586af121597d145a9c2f0a4ad921a9c7d11def
--- env.teflon.js @@ -42,7 +42,8 @@ export default { url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1', headers: { 'WM_SVC.NAME': 'ATHENA-GATEWAY', - 'WM_SVC.ENV': 'dev', + 'WM_SVC.ENV': 'stage', + REQUEST_SOURCE: 'API_PROXY', }, persistedQueri...
feat: :arrow_up: update learning mini app version
feat: :arrow_up: update learning mini app version
1ce73f930a62d75338774fe4b542968f3e130c04
--- core/src/core/translations.ts @@ -116,11 +116,6 @@ export const enUS = { navigation: { askSam: 'Ask Sam', askSamTab: 'Ask Sam', - copilot: { - work: 'Work', - workNotificationsLabel: - '$t(navigation.copilot.work), {{total}} $t(navigation.notifications)', - }, emergency: 'Me...
fix: lint issue fix
fix: lint issue fix
868a77a258e4ab374abbada55c9f0fb7c2330cf4
--- package.json @@ -149,7 +149,7 @@ "@walmart/returns-mini-app": "4.17.8", "@walmart/rfid-scan-mini-app": "2.13.2", "@walmart/rn-mobile-sdk-pairing": "2.1.8", - "@walmart/rn-receiving-mini-app": "2.5.21", + "@walmart/rn-receiving-mini-app": "2.5.25", "@walmart/roster-mini-app": "3.5.0", ...
chore: bump receiving @ 2.5.25 (#4678)
chore: bump receiving @ 2.5.25 (#4678) Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com>
de6a56f66fa6583727e5c21ac7f8bded948447d7
--- src/logger/Analytics.tsx @@ -1,6 +1,5 @@ import WmTelemetry from 'react-native-wm-telemetry'; -const textingVersion = require('../../package.json').version; const APP_NAME = 'TextingMinimap'; /* @@ -18,7 +17,6 @@ export const analytics = ( if (isSendingLog) { WmTelemetry.logEvent(APP_NAME, eventName,...
Remove texting version for logging
Remove texting version for logging
32952050a0bc4f460488881aed896a88712bfebd
--- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx @@ -40,6 +40,14 @@ jest.mock('../../../src/navigation/NavigationConstants', () => ({ }, })); +jest.mock('@walmart/profile-feature-app', () => ({ + meMiniApp: 'Profile', +})); + +jest.mock('@walmart/payrollsolution_miniapp', () => ({ + directDepos...
New profile app version and updated tests.
New profile app version and updated tests.
0cb2402fd6fec17dd402b452151ef3a44f10875f
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.3.0 - @walmart/celebration-mini-app-graphql@1.2.1
5911397d860e537c187160984b1f0e459678a9f7
--- package.json @@ -86,8 +86,8 @@ "@walmart/ask-sam-mini-app": "1.29.3", "@walmart/associate-listening-mini-app": "1.2.14", "@walmart/attendance-mini-app": "3.156.0", - "@walmart/avp-feature-app": "0.16.8", - "@walmart/avp-shared-library": "0.10.7", + "@walmart/avp-feature-app": "0.16.12", + ...
feat(ui): BAUX-150 PR launch and issue fixes (#4192)
feat(ui): BAUX-150 PR launch and issue fixes (#4192) * bumped avp * fix(verbiage change): BAUX-150 verbiage change --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
4430367460abec06b7a8d8dca6e3cfe60f5b510d
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.19.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app-graphql@1.19.0
e469d50faefd385b82861c5d11e232f2a96d8d00
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx @@ -3,7 +3,7 @@ import { View, Text, SectionList } from 'react-native'; import { RenderTeamSelectionListItems } from './RenderTeamSelectionListItem'; import { SelectionBanner } from './SelectionBanner'; import { ...
Addressing PR comments
Addressing PR comments
26cf1399fa5461bbb6b895d16ad74b8cbf28b8f7
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.44.0", + "version": "1.45.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update the my team
Update the my team
bdeeb5d66102e1295424c9c885eecd53aa1652ec
--- __tests__/screens/MessagesScreen/ClockOutInputDisabledSimpleTest.tsx @@ -33,6 +33,7 @@ import {ChatInput} from '../../../src/containers/ChatInput'; jest.mock('@walmart/allspark-foundation/User', () => ({ UserSelectors: { getUserId: jest.fn(() => 'test-user-123'), + getWin: jest.fn(() => 'test-user-123')...
fix(ui): revert changes that were out-of-scope
fix(ui): revert changes that were out-of-scope
67f2213777f795ff4969fd270ecebaa54ebe69eb
--- __tests__/navigation/__snapshots__/RootStackTest.tsx.snap @@ -18,7 +18,6 @@ exports[`RootNav matches snapshot when app accessible 1`] = ` listeners={ { "focus": [Function], - "transitionEnd": [Function], } } name="Core.Login" --- src/navigation/index.tsx ...
fix: update http instance for app and nav config (#5297)
fix: update http instance for app and nav config (#5297)
fe65e325a564198533a754334bccd2113eebf076
--- package-lock.json @@ -4229,9 +4229,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.32", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.32.tgz", - "integrity": "sha512-04wEeZuTWfkIHV2la+2WhGyJwyt2Bgx0OYzOyBVeVpkH5T...
bumping home and metrics version
bumping home and metrics version
14649c328a3a8707d28727735f794c84d2188ef1
--- graphql.yml @@ -57,7 +57,7 @@ applications: tags: - 'v1' - name: 'upsertSupplyChainAssociatePreference' - hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a' + hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0' ...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
606419945d3a8242e69eec6cc593cdedc8c721ea
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.7", + "version": "1.0.8", "hasInstallScr...
Update version
Update version
a98e6a91f8792bcd328490f142e5ebf63e23b227
--- package.json @@ -135,7 +135,7 @@ "@types/seamless-immutable": "^7.1.16", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", - "@walmart/allspark-foundation": "6.15.4", + "@walmart/allspark-foundation": "6.15.5", "@walmart/allspark-graphql-client": "~6.3.20", "@walmart/allspark-http-c...
chore: bump foundation package for navigation header fix for texting
chore: bump foundation package for navigation header fix for texting
45c51dedd8da696cf632962bd58efa6fe9491e29
--- src/screens/RosterScreen.tsx @@ -6,6 +6,7 @@ import {ROSTER_I18N_NAMESPACE} from '../translations'; import {useTranslation} from 'react-i18next'; import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/redux-store'; +import {analytics} from '../logger/Analytics'; export const styles = S...
adding data param to message btn navigation
adding data param to message btn navigation
e5bb63b856e09ccc852ca1134a9146bdd614da91
--- package.json @@ -146,7 +146,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/react-native-webex-sdk": "0.9.12", - "@walmart/receipt-check-miniapp": "1.34.3", + "@walmart/receipt-check-miniapp": "1.34.4", "@walmart/redux-store": "~6.3.28"...
fix(receipt-check): FLB-3082 update placeholders (#4778)
fix(receipt-check): FLB-3082 update placeholders (#4778) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
23fdd155c637440a9691b50109490379b2d30e7d
--- package-lock.json @@ -4532,9 +4532,9 @@ } }, "@walmart/ui-components": { - "version": "1.3.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.0.tgz", - "integrity": "sha512-PTD6udC8L89Gx//I8SyclZupuyNy2OLYrRNsn2PCLybkGVmcD2CZbFgPsQ479LB0V...
version bump up ui components
version bump up ui components (cherry picked from commit d9106ced974c4cf2a308c03e421a7d52a6f6d48c)
5cb594b201ee080276654fcd814739e6fd7ad94d
--- packages/allspark-foundation/src/LocalStorage/README.md @@ -15,6 +15,25 @@ This client is a scoped version of local storage in that: const MyFeatureLocalStorage = MyFeature.createLocalStorage(); ``` +## Setting expiry + +When performing actions like `set`, you can pass a config object that contains a ttl value....
feat: updating the docs for asyncstorage
feat: updating the docs for asyncstorage
0c76f3b70e6a6297dd683af94a47d0a6679567a3
--- __tests__/components/header/LocalHeader.test.tsx @@ -125,7 +125,8 @@ describe('LocalHeader', () => { backgroundColor: '#e6f3ff', minHeight: 70, width: '100%', - padding: 16, + paddingHorizontal: 8, + paddingVertical: 12, }); }); @@ -152,7 +153,8 @@ descr...
fix(ui): MyWalmart 2.0 VQA Bugs
fix(ui): MyWalmart 2.0 VQA Bugs
ac7522e1790658ed2ef881bbbfe8759d3c3cab24
--- __tests__/screens/ChannelsScreen/__snapshots__/ChannelsScreenTest.tsx.snap @@ -144,7 +144,7 @@ exports[`ChannelsScreen should render expected elements on initial render 1`] = "ListEmptyComponent": [Function], "ListHeaderComponent": <ErrorComponent />, "contentContainerStyle": ...
fix snapshots
fix snapshots
bb4720f2a03aa8c6c5ae2082ff1cf28e0ffe2fff
--- package-lock.json @@ -4253,9 +4253,9 @@ "integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g==" }, "@walmart/ims-print-services-ui": { - "version": "0.1.12", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
teflon env fix for drop 6
teflon env fix for drop 6
cb855e43dcb5ff7008368f62b762de879a72fb19
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.25.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.24.0...v2.25.0) (2025-04-04) + + +### Features + +* **ui:** update package js for roster ([b870b1c](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b870b1cce6621b3b68475283bf9f10b5d6b53d19)) + #...
chore(release): 2.25.0 [skip ci]
chore(release): 2.25.0 [skip ci] # [2.25.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.24.0...v2.25.0) (2025-04-04) ### Features * **ui:** update package js for roster ([b870b1c](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b870b1cce6621b3b68475283bf9f10b5d6b53d19))
7bd081b09563fed64e7a1be1aff6749d6afa3349
--- src/components/TeamList.tsx @@ -239,7 +239,7 @@ const StoreTeamItem = () => { navigation.navigate('myTeam.pushToTalk', { // @ts-ignore details: { - channelName: 'Whole Store', + channelName: 'Total Store', ...
update total store
update total store
738b7a3d8ba14beb2603bb8794ba9c83bc7e90da
--- package-lock.json @@ -4480,9 +4480,9 @@ "integrity": "sha512-OkLJQ/SffaYA//r2qu8gR6DdAbqLlw6rLE8UrZaYwDeHGPOs360R8XD7gZ3Qo39oWq53OdPTimtFO9LaQlqiIQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.4.31", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Bump time-clock-mini-app version
Bump time-clock-mini-app version
00ef92bab58a9f17e94b03bb738bd3b51e270a4f
--- src/hooks/useFilterCounts.ts @@ -53,7 +53,7 @@ export const useFilterCounts = (associates: Associate[]) => { return useMemo( () => ({ ...rosterCounts, - [FilterValue.available]: onlineUserIds.filter((id) => id !== viewerId) + [FilterValue.online]: onlineUserIds.filter((id) => id !== viewerI...
fix: filter value reference
fix: filter value reference
b10a9449bace2d539e4dc7684786e7bf9a7aee53
--- package.json @@ -1,7 +1,7 @@ { "name": "@walmart/wmconnect-mini-app", "version": "2.28.0", - "main": "index.ts", + "main": "index.js", "files": [ "dist/" ],
feat: SMDV-9999 update package index
feat: SMDV-9999 update package index
8464840c79fe518ec955d596c74109d388297b85
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.13.9](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.13.9
095501a5f0705c17c2d91da0d97f1aab15aa6d49
--- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx @@ -170,6 +170,7 @@ describe('AllsparkComponentContainers', () => { AllsparkComponentContainers.create('test'); expect(AllsparkComponentContainers.hasComponent('test', 'mockComponent')).toBe(true); }); + test('registers...
code cleanup
code cleanup
1265c8b891169837c134a7bf74564694977f302b
--- jest.config.ts @@ -46,6 +46,8 @@ const config: Config = { }, }, moduleNameMapper: { + '^@/Translations$': '<rootDir>/src/Translations', + '^@/translations$': '<rootDir>/src/Translations', '@walmart/ui-components/(.*)': '<rootDir>/__mocks__/@walmart/ui-components.js', '@react-naviga...
fix(translation): unit test
fix(translation): unit test
00bcd3c062f91b439fd1b5ecff9882b3f1fdfff8
--- package-lock.json @@ -179,7 +179,7 @@ "util": "^0.12.4", "uuid": "^3.3.2", "victory-native": "^36.5.0", - "wifi-store-locator": "1.2.0-35-9fb6e8f", + "wifi-store-locator": "1.3.0", "xdate": "^0.8.2" }, "devDependencies": { @@ -21898,9 +21898,9 @@ ...
wifi store locator version bump
wifi store locator version bump
ec01bda45a2d77b3d0864ccb6932e83a6a8ae48e
--- README.md @@ -132,3 +132,4 @@ Using the FeatureRunner to run this feature app in the context of the Me@Walmart ## Other notes Once you clone this template to your organization, it is yours to modify to create a feature app. You may also use this to create a standalone app. If you foresee that your app may bec...
feat(ui): updating readme file
feat(ui): updating readme file
b409fc796af90502b66ceb6ef87f983d8b65b89a
--- ReactotronConfig.js @@ -0,0 +1,83 @@ +import { AllsparkGraphQLClient, AllsparkReduxStore } from "@walmart/allspark-foundation"; +import Reactotron from "reactotron-react-native"; +import { reactotronRedux } from 'reactotron-redux' + +const reactotron = Reactotron.configure() // controls connection & communication s...
feat: integrate reactotron debugger
feat: integrate reactotron debugger
7f2cb634eb2a01f1bfb9552301e3c596d273c7c7
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap @@ -86,6 +86,7 @@ exports[`MainTabsNav renders sidekick with badges 1`] = ` /> SidekickMiniApp <Screen + component={[Function]} name="taskit" options={ { @@ -134,6 +135,7 @@ exports[`Main...
fix: added clock in guard to taskit
fix: added clock in guard to taskit
14d536d467f6433dd96dbb08361eeafb9a65e113
--- __tests__/components/ChatWidgetComponent.a11y.test.tsx @@ -83,8 +83,10 @@ jest.mock('@walmart/me-at-walmart-common', () => ({ }, })); +import {useMessagesUnreadCount} from '../../src/channels/hooks'; + jest.mock('../../src/channels/hooks', () => ({ - useMessagesUnreadCount: jest.fn(() => 0), + useMessagesU...
fix: accessibility fixes
fix: accessibility fixes
e4bb0b4e474cc3e948112c666a763abee491f57c
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.9.1
57780266012c7519bb631c859740e31ad52d1922
--- core/src/features/welcomeMe.ts @@ -1,29 +0,0 @@ -import {AllsparkFeatureModule} from '@walmart/allspark-foundation/Feature'; -import {lightenStatusBar} from '../navigation/constants'; - -export const WelcomeMeFeature = new AllsparkFeatureModule('welcomeMe', { - name: 'WelcomeMe', - listeners: { - feature: { - ...
fix: welcome me foundation integration fixes
fix: welcome me foundation integration fixes
c411bccb93b3af5c05723562965b5f6482fc681c
--- __tests__/components/ErrorComponentTest.tsx @@ -13,7 +13,6 @@ describe('ErrorComponent tests', () => { const errorMessage = errorComponent.getByText('Connection lost'); const errorView = errorComponent.getByTestId('errorView'); expect(errorView).toBeDefined(); - expect(errorMessage).toBeDefined();...
feat(ci): removed assertion
feat(ci): removed assertion
3eec3058d0c9b376d7fe04d1c4396eb05fa5f85e
--- src/screens/PushToTalkScreen.tsx @@ -161,6 +161,7 @@ export const PushToTalkScreen: FC<PushToTalkScreenProps> = (props) => { channelData?.participants.filter((participant) => { return viewerId !== participant; }) ?? [], + isPTT: true, sentToChannel: channelPathEntities[chann...
add flag attempt one
add flag attempt one
fa0bdcba802586258b12e6970ce64f8cae975910
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/payrollsolution_miniapp": "0.130.23", "@walmart/price-changes-mini-app": "1.6.10", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.9.11", + "@walmart/push-to-talk-mini-app": "1.9.12", "@w...
add alarm permission to improve performance branch
add alarm permission to improve performance branch
06d4bbf4b326781e3eb0ae4820dab2a78996abf3
--- src/managerExperience/components/AssociateList/AssociateListItem.tsx @@ -60,7 +60,7 @@ export const AssociateListItem = ({ const showJobDescription = useSelector(displayJobDescription); const isMessageButtonEnabled = useSelector(messageButtonEnabled); const shouldShowMessageButton = - associate?.win?.to...
feat: updated to use associate id instead of win
feat: updated to use associate id instead of win
a30bc429020e68cfbe9e7c3cb553297af058845a
--- __tests__/communications/oneToOneChatTest.tsx @@ -58,9 +58,10 @@ describe('One to One Chat', () => { it('test collection mutation', async () => { const channelsContext = createMockChannelsContext(firestore, 100); - + const presenceContext = createMockPresenceContext(100); const testScreen = render...
removing firestore from presence context mock
removing firestore from presence context mock
c435227b903fb50d08b13b99362ad8575f84ec5e
--- packages/me-at-walmart-container/__tests__/http/interceptors/addImpersonation.test.ts @@ -7,6 +7,10 @@ import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux'; import {HttpLogger} from '../../../src/http/logger'; describe('ImpersonationInterceptor', () => { + beforeEach(() => { + jest.clearAll...
Reset package.json
Reset package.json
af2d6029cca744e5824f05833fa75013e96d64e5
--- targets/US/ios/AllSpark.xcodeproj/project.pbxproj @@ -467,6 +467,10 @@ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtiliti...
fix ios build
fix ios build