Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Jun 17, 2022
1 parent b788191 commit 8faea38
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
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
38 changes: 15 additions & 23 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.1.0",
"@argyleio/argyle-plugin-react-native": "4.2.1",
"@react-native-community/async-storage": "latest",
"react": "17.0.2",
"react-native": "^0.66.4",
Expand Down

0 comments on commit 8faea38

Please sign in to comment.