Skip to content

Commit

Permalink
Upgrade to edge-login-ui-rn v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jun 1, 2024
1 parent ddfb690 commit b206cb9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PODS:
- React-Core
- edge-exchange-plugins (2.4.2):
- React-Core
- edge-login-ui-rn (3.11.3):
- edge-login-ui-rn (3.12.0):
- React-Core
- EXConstants (16.0.1):
- ExpoModulesCore
Expand Down Expand Up @@ -2121,7 +2121,7 @@ SPEC CHECKSUMS:
edge-currency-accountbased: cef92e7de1103af98d639e89c29b9ae77726fe1d
edge-currency-plugins: 98c782b83cd9099a6c91980effaa7e272065f7bc
edge-exchange-plugins: 05e341eb7cc822037051c295f3054ad04452d657
edge-login-ui-rn: afd4b191cdbf6d67ca27ccbb4f211bcc9f777c19
edge-login-ui-rn: 6fed736508288da091d136e464f212d9d79cba47
EXConstants: 9a008dbf262550884e6280dea95b81b51f65ea6f
Expo: c99f14ca53381d5399b88684c88e20ff7928d3c7
ExpoAsset: 9b7433ecc5f1b608ccbb823492e062bde944abd2
Expand Down Expand Up @@ -2258,7 +2258,7 @@ SPEC CHECKSUMS:
SwiftNIOTLS: 598af547490133e9aac52aed0c23c4a90c31dcfc
SwiftNIOTransportServices: 0b2b407819d82eb63af558c5396e33c945759503
SwiftProtobuf: 5e8349171e7c2f88f5b9e683cb3cb79d1dc780b3
Yoga: d02ee88821190d82b2daa5cd15640a82ffafaaab
Yoga: dafebc41bc66910af33077aaa41078e89fd635bf
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

Expand Down
12 changes: 2 additions & 10 deletions ios/edge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -709,11 +705,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"edge-currency-plugins": "^3.0.1",
"edge-exchange-plugins": "^2.4.2",
"edge-info-server": "^2.3.0",
"edge-login-ui-rn": "^3.11.3",
"edge-login-ui-rn": "^3.12.0",
"ethers": "^5.7.2",
"expo": "^51.0.8",
"jsrsasign": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9487,10 +9487,10 @@ edge-info-server@^2.3.0:
dependencies:
cleaners "^0.3.16"

edge-login-ui-rn@^3.11.3:
version "3.11.3"
resolved "https://registry.yarnpkg.com/edge-login-ui-rn/-/edge-login-ui-rn-3.11.3.tgz#df4b02d01dc412f4ddc50b8ac26fcd72800f07a3"
integrity sha512-ofvpxGLBpSx/idGAGtM0aw1KKgzblB+2Gy76iG41/KKD6CkPJfe5g4vYR958I8zA3BVafjW1F5uwJNVZ7BMM4g==
edge-login-ui-rn@^3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/edge-login-ui-rn/-/edge-login-ui-rn-3.12.0.tgz#926fd8defbd8300112d184ee0ee6a9dd323e4c67"
integrity sha512-pOygGWA7kirWv8KKz5YKUaptaFG+onurraptos37auE2asLK0K+8GaAQyY0VfQxjz/wOp11KQXfI6VXvhJIk4Q==
dependencies:
base-x "^4.0.0"
cleaners "^0.3.12"
Expand Down

0 comments on commit b206cb9

Please sign in to comment.