Skip to content

Commit

Permalink
fix: iOS target bumped to 13 for ldk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed Feb 24, 2023
1 parent c120993 commit 2321a9c
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 95 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ android/app/pepk.jar
# tests
coverage/
__tests__/bitcoin_datadir/

#Build
android/app/release/
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ android {
applicationId "to.synonym.bitkit.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 30
versionCode 36
versionName "1.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '11.0'
platform :ios, '13.0'
install! 'cocoapods', :deterministic_uuids => false

target 'bitkit' do
Expand Down
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ PODS:
- lottie-react-native (5.1.4):
- lottie-ios (~> 3.4.0)
- React-Core
- MMKV (1.2.14):
- MMKVCore (~> 1.2.14)
- MMKVCore (1.2.14)
- MMKV (1.2.15):
- MMKVCore (~> 1.2.15)
- MMKVCore (1.2.15)
- nodejs-mobile-react-native (0.7.0):
- React-Core
- OpenSSL-Universal (1.1.1100)
Expand Down Expand Up @@ -784,8 +784,8 @@ SPEC CHECKSUMS:
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 8f97d3271e155c2d688875c29cd3c74908aef5f8
lottie-react-native: b702fab740cdb952a8e2354713d3beda63ff97b0
MMKV: 9c4663aa7ca255d478ff10f2f5cb7d17c1651ccd
MMKVCore: 89f5c8a66bba2dcd551779dea4d412eeec8ff5bb
MMKV: 7f34558bbb5a33b0eaefae2de4b6a20a2ffdad6f
MMKVCore: ddf41b9d9262f058419f9ba7598719af56c02cd3
nodejs-mobile-react-native: a30e24f07200254c0a3536be3a9f09c512610f6a
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Permission-Camera: bf6791b17c7f614b6826019fcfdcc286d3a107f6
Expand Down Expand Up @@ -852,6 +852,6 @@ SPEC CHECKSUMS:
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb

PODFILE CHECKSUM: 784c6e02c28154c0549ad3a940a4c2d528699d0d
PODFILE CHECKSUM: a0cdae2b34e1f0caa9c485e11d315a325acc1c91

COCOAPODS: 1.11.3
Loading

0 comments on commit 2321a9c

Please sign in to comment.