Skip to content

Commit

Permalink
Gekidou deps (#5815)
Browse files Browse the repository at this point in the history
* upgrade dependencies

* async-storage upgrade
  • Loading branch information
enahum authored Nov 6, 2021
1 parent 1c1d0e3 commit 39982a4
Show file tree
Hide file tree
Showing 12 changed files with 1,561 additions and 1,696 deletions.
6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---

## @react-native-community/async-storage
## @react-native-async-storage/async-storage

This product contains 'async-storage' by Krzysztof Borowy.
This product contains 'async-storage' by Facebook.

Asynchronous, persistent, key-value storage system for React Native.

* HOMEPAGE:
* https://github.com/react-native-community/react-native-async-storage#readme
* https://github.com/react-native-async-storage/async-storage/

* LICENSE: MIT

Expand Down
2 changes: 1 addition & 1 deletion app/init/credentials.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

import AsyncStorage from '@react-native-community/async-storage';
import AsyncStorage from '@react-native-async-storage/async-storage';
import {Platform} from 'react-native';
import * as KeyChain from 'react-native-keychain';

Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
],
env: {
production: {
plugins: ['transform-remove-console', 'react-native-paper/babel'],
plugins: ['transform-remove-console'],
},
},
plugins: [
Expand Down
22 changes: 11 additions & 11 deletions ios/Mattermost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
AE4769B235D14E6C9C64EA78 /* Upload Debug Symbols to Sentry */,
7FFE32A91FD9CB650038C7A0 /* Embed App Extensions */,
ED4C644925C525E30315E09E /* [CP] Copy Pods Resources */,
B1484B6A3F208DA26A730A27 /* [CP] Embed Pods Frameworks */,
791C6C6593EFE251279CC4E9 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -681,37 +681,37 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
AE4769B235D14E6C9C64EA78 /* Upload Debug Symbols to Sentry */ = {
791C6C6593EFE251279CC4E9 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Mattermost/Pods-Mattermost-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes/hermes.framework/hermes",
);
name = "Upload Debug Symbols to Sentry";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "./uploadDebugSymbols.sh\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Mattermost/Pods-Mattermost-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
B1484B6A3F208DA26A730A27 /* [CP] Embed Pods Frameworks */ = {
AE4769B235D14E6C9C64EA78 /* Upload Debug Symbols to Sentry */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Mattermost/Pods-Mattermost-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes/hermes.framework/hermes",
);
name = "[CP] Embed Pods Frameworks";
name = "Upload Debug Symbols to Sentry";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Mattermost/Pods-Mattermost-frameworks.sh\"\n";
showEnvVarsInLog = 0;
shellScript = "./uploadDebugSymbols.sh\n";
};
ED4C644925C525E30315E09E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
Loading

0 comments on commit 39982a4

Please sign in to comment.