Skip to content

Commit 2e7cabf

Browse files
committed
build(release): incremented ios version
1 parent 32cec66 commit 2e7cabf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ GEM
211211
xcpretty (~> 0.2, >= 0.0.7)
212212

213213
PLATFORMS
214+
x86_64-darwin-20
214215
x86_64-linux
215216

216217
DEPENDENCIES

ios/Podfile.lock

+7-1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ PODS:
293293
- React-Core
294294
- RNBootSplash (3.2.7):
295295
- React-Core
296+
- RNCClipboard (1.10.0):
297+
- React-Core
296298
- RNCMaskedView (0.1.11):
297299
- React
298300
- RNCPicker (1.8.1):
@@ -403,6 +405,7 @@ DEPENDENCIES:
403405
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
404406
- rn-fetch-blob (from `../node_modules/rn-fetch-blob`)
405407
- RNBootSplash (from `../node_modules/react-native-bootsplash`)
408+
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
406409
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
407410
- "RNCPicker (from `../node_modules/@react-native-community/picker`)"
408411
- RNGestureHandler (from `../node_modules/react-native-gesture-handler/RNGestureHandler.podspec`)
@@ -515,6 +518,8 @@ EXTERNAL SOURCES:
515518
:path: "../node_modules/rn-fetch-blob"
516519
RNBootSplash:
517520
:path: "../node_modules/react-native-bootsplash"
521+
RNCClipboard:
522+
:path: "../node_modules/@react-native-clipboard/clipboard"
518523
RNCMaskedView:
519524
:path: "../node_modules/@react-native-community/masked-view"
520525
RNCPicker:
@@ -595,6 +600,7 @@ SPEC CHECKSUMS:
595600
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
596601
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
597602
RNBootSplash: f31eba8f6d496e2029859e06e5582cac4607256d
603+
RNCClipboard: f1736c75ab85b627a4d57587edb4b60999c4dd80
598604
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
599605
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
600606
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
@@ -615,4 +621,4 @@ SPEC CHECKSUMS:
615621

616622
PODFILE CHECKSUM: be6df5b246b128c726306d71570b10698c9d5a15
617623

618-
COCOAPODS: 1.11.3
624+
COCOAPODS: 1.11.2

ios/SmartWallet.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
INFOPLIST_FILE = SmartWallet/Info.plist;
715715
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
716716
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
717-
MARKETING_VERSION = 2.2.0;
717+
MARKETING_VERSION = 2.4.0;
718718
OTHER_LDFLAGS = (
719719
"$(inherited)",
720720
"-ObjC",
@@ -745,7 +745,7 @@
745745
INFOPLIST_FILE = SmartWallet/Info.plist;
746746
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
747747
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
748-
MARKETING_VERSION = 2.2.0;
748+
MARKETING_VERSION = 2.4.0;
749749
OTHER_LDFLAGS = (
750750
"$(inherited)",
751751
"-ObjC",

0 commit comments

Comments
 (0)