fix ios and android build (#8114)

This commit is contained in:
Elias Nahum 2024-07-26 19:34:50 +08:00 committed by GitHub
parent 3656bff4bd
commit 01a60803fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -818,7 +818,7 @@ platform :android do
end
lane :pinned_certificates do
sh 'cp ../assets/certs/* ../android/app/src/main/assets/certs'
sh 'cp -R ../assets/certs/ ../android/app/src/main/assets/certs'
end
lane :deploy do |options|

View file

@ -1169,7 +1169,7 @@ PODS:
- Yoga
- react-native-netinfo (11.3.2):
- React-Core
- react-native-network-client (1.7.0):
- react-native-network-client (1.7.1):
- Alamofire (~> 5.9.1)
- DoubleConversion
- glog
@ -2040,7 +2040,7 @@ SPEC CHECKSUMS:
react-native-emm: ecab44d78fb1cc7d7b7901914f48fb6309c46ff2
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
react-native-network-client: 65294121f883670b5e3b238a82693c7a810d74f5
react-native-network-client: 41d5c636c224cd37d1d6bd9fab871abfb6036b77
react-native-notifications: 4601a5a8db4ced6ae7cfc43b44d35fe437ac50c4
react-native-paste-input: 011a9916ef3acf809a7da122847c61ca0f93a60e
react-native-performance: ff93f8af3b2ee9519fd7879896aa9b8b8272691d

8
package-lock.json generated
View file

@ -22,7 +22,7 @@
"@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard",
"@mattermost/keyboard-tracker": "file:./libraries/@mattermost/keyboard-tracker",
"@mattermost/react-native-emm": "1.5.0",
"@mattermost/react-native-network-client": "1.7.0",
"@mattermost/react-native-network-client": "1.7.1",
"@mattermost/react-native-paste-input": "0.8.0",
"@mattermost/react-native-turbo-log": "0.4.0",
"@mattermost/rnshare": "file:./libraries/@mattermost/rnshare",
@ -5609,9 +5609,9 @@
}
},
"node_modules/@mattermost/react-native-network-client": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.7.0.tgz",
"integrity": "sha512-m/O1BVXHYZkDjJONifyAfFygjE0SVpzUCrvhaqK0icG9PGoMoycSVtMqN/cHFaG2jASgEQY4pTgDz0UhcNCWDw==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.7.1.tgz",
"integrity": "sha512-9KUowD8NcOlBl9Z76Zw9X73WTrZDOKTj1Gvgpf/RWedxh6s/TY5BZ0phcGJgGaRDjBUzSIdSYvIh+97drwRdHA==",
"dependencies": {
"validator": "13.12.0",
"zod": "3.23.8"

View file

@ -23,7 +23,7 @@
"@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard",
"@mattermost/keyboard-tracker": "file:./libraries/@mattermost/keyboard-tracker",
"@mattermost/react-native-emm": "1.5.0",
"@mattermost/react-native-network-client": "1.7.0",
"@mattermost/react-native-network-client": "1.7.1",
"@mattermost/react-native-paste-input": "0.8.0",
"@mattermost/react-native-turbo-log": "0.4.0",
"@mattermost/rnshare": "file:./libraries/@mattermost/rnshare",