Skip to content

Commit

Permalink
4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Sep 13, 2022
1 parent 49007a8 commit b3b565a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 37 deletions.
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (4.4.0)
- argyle-plugin-react-native (4.4.0):
- Argyle (= 4.4.0)
- Argyle (4.6.0)
- argyle-plugin-react-native (4.6.1):
- Argyle (= 4.6.0)
- 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: 2520781fc12a730fe1cb6d08181134624b67d116
argyle-plugin-react-native: 8ab919b0ca5f88e77511064976106f83b2565868
Argyle: 3ab72b06a0c844e8b84dcd015296795c107b5f1c
argyle-plugin-react-native: 6d6299cc340ae54a64720de5ab93d4ff259d2d90
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
Expand Down Expand Up @@ -440,4 +440,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 456509228f28a8dccc01e64534b1dbbf848f833e

COCOAPODS: 1.11.3
COCOAPODS: 1.10.1
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}/Argyle/ArgyleLink.framework/ArgyleLink",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ArgyleLink/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}/Argyle/ArgyleLink.framework/ArgyleLink",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ArgyleLink/ArgyleLink.framework/ArgyleLink",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
45 changes: 17 additions & 28 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.5.0",
"@argyleio/argyle-plugin-react-native": "4.6.1",
"@react-native-community/async-storage": "latest",
"react": "17.0.2",
"react-native": "0.68.2",
Expand Down

0 comments on commit b3b565a

Please sign in to comment.