diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8fdd954 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 \ No newline at end of file diff --git a/ios/.xcode.env b/ios/.xcode.env index 34d2a70..772b339 100644 --- a/ios/.xcode.env +++ b/ios/.xcode.env @@ -1 +1 @@ -export NODE_BINARY=/opt/homebrew/bin/node +export NODE_BINARY=$(command -v node) diff --git a/ios/Fintunes.xcodeproj/project.pbxproj b/ios/Fintunes.xcodeproj/project.pbxproj index 7267df3..5cb9eea 100644 --- a/ios/Fintunes.xcodeproj/project.pbxproj +++ b/ios/Fintunes.xcodeproj/project.pbxproj @@ -578,7 +578,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 106; + CURRENT_PROJECT_VERSION = 107; DEVELOPMENT_TEAM = HD2D35G9Y4; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -616,7 +616,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 106; + CURRENT_PROJECT_VERSION = 107; DEVELOPMENT_TEAM = HD2D35G9Y4; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = HD2D35G9Y4; INFOPLIST_FILE = Fintunes/Info.plist; @@ -796,7 +796,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 106; + CURRENT_PROJECT_VERSION = 107; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = HD2D35G9Y4; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -831,7 +831,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 106; + CURRENT_PROJECT_VERSION = 107; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = HD2D35G9Y4; GCC_C_LANGUAGE_STANDARD = gnu11; diff --git a/ios/Fintunes/Info.plist b/ios/Fintunes/Info.plist index 51c50f4..29078f5 100644 --- a/ios/Fintunes/Info.plist +++ b/ios/Fintunes/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.4.2 + 2.4.5 CFBundleSignature ???? CFBundleVersion - 106 + 107 LSRequiresIPhoneOS LSSupportsOpeningDocumentsInPlace diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 67c9216..b512219 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1273,7 +1273,7 @@ PODS: - React-utils (= 0.74.3) - RNCAsyncStorage (1.21.0): - React-Core - - RNDateTimePicker (7.6.2): + - RNDateTimePicker (8.2.0): - React-Core - RNFastImage (8.6.3): - React-Core @@ -1661,7 +1661,7 @@ SPEC CHECKSUMS: React-utils: 595335727912553f56aad7f580254ce4ca95a09c ReactCommon: 57d127dbf2ca045a07604e13f51c8e97ba176e56 RNCAsyncStorage: a03b770a50541a761447cea9c24536047832124d - RNDateTimePicker: 078355128345a5c07ec26ce51fd648d46678de97 + RNDateTimePicker: 818460dc31b0dc5ec58289003e27dd8d022fb79c RNFastImage: 462a183c4b0b6b26fdfd639e1ed6ba37536c3b87 RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8 RNGestureHandler: 293aea360e79439e2272b8a5ffebd582a1e4c486 diff --git a/package-lock.json b/package-lock.json index f4162bb..78d3364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fintunes", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fintunes", - "version": "2.4.4", + "version": "2.4.5", "hasInstallScript": true, "dependencies": { "@react-native-async-storage/async-storage": "^1.21.0", diff --git a/package.json b/package.json index 930265a..766cade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fintunes", - "version": "2.4.4", + "version": "2.4.5", "main": "src/index.js", "private": true, "scripts": {