From 8b661499a9bb4c38a8820407992e191ed096bf88 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 11 Jun 2024 07:41:04 +0000 Subject: [PATCH] ios: bump build and version number (version code) [skip ci] --- ios/MobileWeather.xcodeproj/project.pbxproj | 16 ++++++++++++---- ios/MobileWeather/Info.plist | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ios/MobileWeather.xcodeproj/project.pbxproj b/ios/MobileWeather.xcodeproj/project.pbxproj index 6a97a262..02b9721d 100644 --- a/ios/MobileWeather.xcodeproj/project.pbxproj +++ b/ios/MobileWeather.xcodeproj/project.pbxproj @@ -772,7 +772,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 254; + CURRENT_PROJECT_VERSION = 255; DEVELOPMENT_TEAM = DJHT89EW79; ENABLE_BITCODE = NO; INFOPLIST_FILE = MobileWeather/Info.plist; @@ -802,7 +802,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 254; + CURRENT_PROJECT_VERSION = 255; DEVELOPMENT_TEAM = DJHT89EW79; INFOPLIST_FILE = MobileWeather/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.4; @@ -987,7 +987,11 @@ ); MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = "$(inherited)"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-Wl", + "-ld_classic", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; }; @@ -1047,7 +1051,11 @@ "\"$(inherited)\"", ); MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = "$(inherited)"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-Wl", + "-ld_classic", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/ios/MobileWeather/Info.plist b/ios/MobileWeather/Info.plist index e31be88c..7cfe2049 100644 --- a/ios/MobileWeather/Info.plist +++ b/ios/MobileWeather/Info.plist @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.0.3 + 4.0.4 CFBundleSignature ???? CFBundleVersion - 254 + 255 LSApplicationCategoryType LSApplicationQueriesSchemes