Skip to content

Commit

Permalink
build(release): incremented ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Jul 19, 2022
1 parent 32cec66 commit 2e7cabf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Expand Down
8 changes: 7 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ PODS:
- React-Core
- RNBootSplash (3.2.7):
- React-Core
- RNCClipboard (1.10.0):
- React-Core
- RNCMaskedView (0.1.11):
- React
- RNCPicker (1.8.1):
Expand Down Expand Up @@ -403,6 +405,7 @@ DEPENDENCIES:
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- rn-fetch-blob (from `../node_modules/rn-fetch-blob`)
- RNBootSplash (from `../node_modules/react-native-bootsplash`)
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- "RNCPicker (from `../node_modules/@react-native-community/picker`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler/RNGestureHandler.podspec`)
Expand Down Expand Up @@ -515,6 +518,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/rn-fetch-blob"
RNBootSplash:
:path: "../node_modules/react-native-bootsplash"
RNCClipboard:
:path: "../node_modules/@react-native-clipboard/clipboard"
RNCMaskedView:
:path: "../node_modules/@react-native-community/masked-view"
RNCPicker:
Expand Down Expand Up @@ -595,6 +600,7 @@ SPEC CHECKSUMS:
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNBootSplash: f31eba8f6d496e2029859e06e5582cac4607256d
RNCClipboard: f1736c75ab85b627a4d57587edb4b60999c4dd80
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
Expand All @@ -615,4 +621,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: be6df5b246b128c726306d71570b10698c9d5a15

COCOAPODS: 1.11.3
COCOAPODS: 1.11.2
4 changes: 2 additions & 2 deletions ios/SmartWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.0;
MARKETING_VERSION = 2.4.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -745,7 +745,7 @@
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.2.0;
MARKETING_VERSION = 2.4.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 2e7cabf

Please sign in to comment.