Skip to content

Commit

Permalink
4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Oct 7, 2022
1 parent 965340b commit 633f3a9
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 27 deletions.
14 changes: 7 additions & 7 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (4.6.0)
- argyle-plugin-react-native (4.6.1):
- Argyle (= 4.6.0)
- Argyle (4.6.2)
- argyle-plugin-react-native (4.6.2):
- Argyle (= 4.6.2)
- React
- boost (1.76.0)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -402,8 +402,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Argyle: 3ab72b06a0c844e8b84dcd015296795c107b5f1c
argyle-plugin-react-native: 6d6299cc340ae54a64720de5ab93d4ff259d2d90
Argyle: 20a06b0445373148c0fa3fe7becadb46deceef20
argyle-plugin-react-native: 92e6ec4a403d35ef79702bc9d2ecb8658889334c
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
Expand Down Expand Up @@ -435,9 +435,9 @@ SPEC CHECKSUMS:
React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNCAsyncStorage: cb9a623793918c6699586281f0b51cbc38f046f9
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952

PODFILE CHECKSUM: 456509228f28a8dccc01e64534b1dbbf848f833e

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
4 changes: 2 additions & 2 deletions ios/tester.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-tester-testerTests/Pods-tester-testerTests-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ArgyleLink/ArgyleLink.framework/ArgyleLink",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Argyle/ArgyleLink.framework/ArgyleLink",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down Expand Up @@ -598,7 +598,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-tester/Pods-tester-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ArgyleLink/ArgyleLink.framework/ArgyleLink",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Argyle/ArgyleLink.framework/ArgyleLink",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
45 changes: 28 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@argyleio/argyle-plugin-react-native": "4.6.2",
"@argyleio/argyle-plugin-react-native": "4.6.3",
"@react-native-community/async-storage": "latest",
"react": "17.0.2",
"react-native": "0.68.2",
Expand Down

0 comments on commit 633f3a9

Please sign in to comment.