Skip to content

Commit 6b2976a

Browse files
committed
build: version 1.2.0 tagged
1 parent 22c5947 commit 6b2976a

File tree

5 files changed

+58
-62
lines changed

5 files changed

+58
-62
lines changed

example/Gemfile

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
7-
# bound in the template on Cocoapods with next React Native release.
8-
gem 'cocoapods', '>= 1.13', '< 1.15'
9-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
10-
gem 'xcodeproj', '< 1.26.0'
6+
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7+
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8+
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'
11+
12+
# Ruby 3.4.0 has removed some libraries from the standard library.
13+
gem 'bigdecimal'
14+
gem 'logger'
15+
gem 'benchmark'
16+
gem 'mutex_m'

example/Gemfile.lock

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,32 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.0.7.2)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.2.2)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1117
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1320
addressable (2.8.7)
1421
public_suffix (>= 2.0.2, < 7.0)
1522
algoliasearch (1.27.5)
1623
httpclient (~> 2.8, >= 2.8.3)
1724
json (>= 1.5.1)
1825
atomos (0.1.3)
19-
base64 (0.2.0)
26+
base64 (0.3.0)
27+
benchmark (0.4.1)
28+
bigdecimal (3.2.3)
2029
claide (1.1.0)
21-
cocoapods (1.14.3)
30+
cocoapods (1.15.2)
2231
addressable (~> 2.8)
2332
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.14.3)
33+
cocoapods-core (= 1.15.2)
2534
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2635
cocoapods-downloader (>= 2.1, < 3.0)
2736
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -36,7 +45,7 @@ GEM
3645
nap (~> 1.0)
3746
ruby-macho (>= 2.3.0, < 3.0)
3847
xcodeproj (>= 1.23.0, < 2.0)
39-
cocoapods-core (1.14.3)
48+
cocoapods-core (1.15.2)
4049
activesupport (>= 5.0, < 8)
4150
addressable (~> 2.8)
4251
algoliasearch (~> 1.0)
@@ -56,51 +65,60 @@ GEM
5665
netrc (~> 0.11)
5766
cocoapods-try (1.2.0)
5867
colored2 (3.1.2)
59-
concurrent-ruby (1.2.2)
68+
concurrent-ruby (1.3.3)
69+
connection_pool (2.5.4)
70+
drb (2.2.3)
6071
escape (0.0.4)
61-
ethon (0.16.0)
72+
ethon (0.17.0)
6273
ffi (>= 1.15.0)
6374
ffi (1.17.2)
6475
fourflusher (2.3.1)
6576
fuzzy_match (2.0.4)
6677
gh_inspector (1.1.3)
6778
httpclient (2.9.0)
6879
mutex_m
69-
i18n (1.14.1)
80+
i18n (1.14.7)
7081
concurrent-ruby (~> 1.0)
71-
json (2.11.3)
72-
minitest (5.19.0)
82+
json (2.15.0)
83+
logger (1.7.0)
84+
minitest (5.25.5)
7385
molinillo (0.8.0)
7486
mutex_m (0.3.0)
7587
nanaimo (0.3.0)
7688
nap (1.1.0)
7789
netrc (0.11.0)
7890
nkf (0.2.0)
7991
public_suffix (4.0.7)
80-
rexml (3.4.2)
92+
rexml (3.4.4)
8193
ruby-macho (2.5.1)
94+
securerandom (0.4.1)
8295
typhoeus (1.4.1)
8396
ethon (>= 0.9.0)
8497
tzinfo (2.0.6)
8598
concurrent-ruby (~> 1.0)
86-
xcodeproj (1.25.0)
99+
xcodeproj (1.25.1)
87100
CFPropertyList (>= 2.3.3, < 4.0)
88101
atomos (~> 0.1.3)
89102
claide (>= 1.0.2, < 2.0)
90103
colored2 (~> 3.1)
91104
nanaimo (~> 0.3.0)
92-
rexml (>= 3.3.2, < 4.0)
105+
rexml (>= 3.3.6, < 4.0)
93106

94107
PLATFORMS
95108
ruby
96109

97110
DEPENDENCIES
98-
activesupport (>= 6.1.7.5, < 7.1.0)
99-
cocoapods (>= 1.13, < 1.15)
111+
activesupport (>= 6.1.7.5, != 7.1.0)
112+
benchmark
113+
bigdecimal
114+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115+
concurrent-ruby (< 1.3.4)
116+
logger
117+
mutex_m
100118
xcodeproj (< 1.26.0)
101119

102120
RUBY VERSION
103121
ruby 2.7.5p203
104122

105123
BUNDLED WITH
106-
2.1.4
124+
2.7.2

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ PODS:
944944
- React-Mapbuffer (0.73.11):
945945
- glog
946946
- React-debug
947-
- react-native-idscan-sdk (1.0.0):
947+
- react-native-idscan-sdk (1.2.0):
948948
- React-Core
949949
- React-nativeconfig (0.73.11)
950950
- React-NativeModulesApple (0.73.11):
@@ -1310,9 +1310,9 @@ EXTERNAL SOURCES:
13101310
:path: "../node_modules/react-native/ReactCommon/yoga"
13111311

13121312
SPEC CHECKSUMS:
1313-
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1313+
boost: 26fad476bfa736552bbfa698a06cc530475c1505
13141314
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
1315-
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
1315+
DoubleConversion: cde416483dac037923206447da6e1454df403714
13161316
FBLazyVector: b46891061bfe0a9b07f601813114c8653a72a45c
13171317
FBReactNativeSpec: 9a01850c21d81027fa7b20b9dcc25d9bfae083da
13181318
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
@@ -1324,11 +1324,11 @@ SPEC CHECKSUMS:
13241324
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
13251325
FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f
13261326
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
1327-
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1327+
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
13281328
hermes-engine: d992945b77c506e5164e6a9a77510c9d57472c59
13291329
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
13301330
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
1331-
RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5
1331+
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
13321332
RCTRequired: 415e56f7c33799a6483e41e4dce607f3daf1e69b
13331333
RCTTypeSafety: e984a88e713281c2d8c2309a1a6d2775af0107ae
13341334
React: ab885684e73c5f659bad63446a977312fd3d1ecb
@@ -1349,7 +1349,7 @@ SPEC CHECKSUMS:
13491349
React-jsinspector: a98428936fb888cc15d857226a26d9ac0a668a0e
13501350
React-logger: 6e4873d1f9c54cca30f6c91a6617f8c91b75ba4c
13511351
React-Mapbuffer: 57bf49a458398d329dad2bf8bc660e3e35b96989
1352-
react-native-idscan-sdk: 270ad9626bb2e64d435dd519e85b37f8d6e0b35f
1352+
react-native-idscan-sdk: e052ba5eefea1eb3bf6942938c0cd4e92b69fb70
13531353
React-nativeconfig: 8fd29a35a3e4e8c37682d976667663d834ba6165
13541354
React-NativeModulesApple: 83d7077877f8eda8e1b6055b3f8f16f7db8463b5
13551355
React-perflogger: 3887a05940ccd34a83457fd153fdeda509b31737
@@ -1371,8 +1371,8 @@ SPEC CHECKSUMS:
13711371
React-utils: e8549669b504c18929b2e9aa4d87657e530a91a4
13721372
ReactCommon: 9c38e8797dc2ac72edf63cd18cf450d918575666
13731373
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1374-
Yoga: 1f93d5925ea12fb0880b21efe3566677337cf2ed
1374+
Yoga: a813a6d82538ccba91c54406404e3ed80b48a692
13751375

13761376
PODFILE CHECKSUM: 143f320aded2c78a661edfd648bc2e66a6176499
13771377

1378-
COCOAPODS: 1.14.3
1378+
COCOAPODS: 1.15.2

package-lock.json

Lines changed: 2 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-idscan-sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "SDK for IDScan.net in React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)