Skip to content

Commit 989f443

Browse files
committed
test: run tests
1 parent ed3074d commit 989f443

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Adjust (5.4.4):
3-
- Adjust/Adjust (= 5.4.4)
4-
- Adjust/Adjust (5.4.4):
5-
- AdjustSignature (= 3.47.0)
6-
- AdjustSignature (3.47.0)
2+
- Adjust (5.4.6):
3+
- Adjust/Adjust (= 5.4.6)
4+
- Adjust/Adjust (5.4.6):
5+
- AdjustSignature (= 3.61.0)
6+
- AdjustSignature (3.61.0)
77
- boost (1.84.0)
88
- DoubleConversion (1.1.6)
99
- fast_float (6.1.4)
@@ -1337,8 +1337,8 @@ PODS:
13371337
- React-jsiexecutor
13381338
- React-RCTFBReactNativeSpec
13391339
- ReactCommon/turbomodule/core
1340-
- react-native-adjust (5.4.3):
1341-
- Adjust (= 5.4.4)
1340+
- react-native-adjust (5.4.4):
1341+
- Adjust (= 5.4.6)
13421342
- React-Core
13431343
- React-NativeModulesApple (0.79.2):
13441344
- glog
@@ -1892,8 +1892,8 @@ EXTERNAL SOURCES:
18921892
:path: "../node_modules/react-native/ReactCommon/yoga"
18931893

18941894
SPEC CHECKSUMS:
1895-
Adjust: 3d88c4b4999d13751b7c725099e1a5ba8fbcb8d4
1896-
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
1895+
Adjust: 293c828a88a2c280471797edb3e895c80652a786
1896+
AdjustSignature: 94b6b7f7150edbbebc4320eeaddaac881f6e8e2d
18971897
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
18981898
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
18991899
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
@@ -1932,7 +1932,7 @@ SPEC CHECKSUMS:
19321932
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
19331933
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
19341934
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
1935-
react-native-adjust: f7944a38209b96b031b5df1dbc07129c923e0027
1935+
react-native-adjust: 69bde27f09efbe930ac1daca6b66db80fcfa8b9f
19361936
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
19371937
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
19381938
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d

test/app/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const App: () => React$Node = () => {
4848
}
4949

5050
var urlOverwrite = "";
51-
var ipAddress = "192.168.21.210";
51+
var ipAddress = "192.168.0.30";
5252
if (Platform.OS === "android") {
5353
urlOverwrite = "https://" + ipAddress + ":8443";
5454
} else if (Platform.OS === "ios") {

test/app/ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Adjust (5.4.4):
3-
- Adjust/Adjust (= 5.4.4)
4-
- Adjust/Adjust (5.4.4):
5-
- AdjustSignature (= 3.47.0)
6-
- AdjustSignature (3.47.0)
2+
- Adjust (5.4.6):
3+
- Adjust/Adjust (= 5.4.6)
4+
- Adjust/Adjust (5.4.6):
5+
- AdjustSignature (= 3.61.0)
6+
- AdjustSignature (3.61.0)
77
- boost (1.84.0)
88
- DoubleConversion (1.1.6)
99
- fast_float (6.1.4)
@@ -1337,10 +1337,10 @@ PODS:
13371337
- React-jsiexecutor
13381338
- React-RCTFBReactNativeSpec
13391339
- ReactCommon/turbomodule/core
1340-
- react-native-adjust (5.4.3):
1341-
- Adjust (= 5.4.4)
1340+
- react-native-adjust (5.4.4):
1341+
- Adjust (= 5.4.6)
13421342
- React-Core
1343-
- react-native-adjust-test (5.4.3):
1343+
- react-native-adjust-test (5.4.4):
13441344
- React
13451345
- React-NativeModulesApple (0.79.2):
13461346
- glog
@@ -1897,8 +1897,8 @@ EXTERNAL SOURCES:
18971897
:path: "../node_modules/react-native/ReactCommon/yoga"
18981898

18991899
SPEC CHECKSUMS:
1900-
Adjust: 3d88c4b4999d13751b7c725099e1a5ba8fbcb8d4
1901-
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
1900+
Adjust: 293c828a88a2c280471797edb3e895c80652a786
1901+
AdjustSignature: 94b6b7f7150edbbebc4320eeaddaac881f6e8e2d
19021902
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
19031903
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
19041904
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
@@ -1937,8 +1937,8 @@ SPEC CHECKSUMS:
19371937
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
19381938
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
19391939
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
1940-
react-native-adjust: f7944a38209b96b031b5df1dbc07129c923e0027
1941-
react-native-adjust-test: fb7840cdd0ba39709f279c457621003c1a512ba5
1940+
react-native-adjust: 69bde27f09efbe930ac1daca6b66db80fcfa8b9f
1941+
react-native-adjust-test: 1de38b650ddc2a6e8b0f6549552224d556cf0ad9
19421942
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
19431943
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
19441944
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d

0 commit comments

Comments
 (0)