From 850dc6d1b1e187c7a59aa5fd118c55c50a6abfea Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Sat, 20 Jul 2024 16:08:25 +0800 Subject: [PATCH] Update build settings --- Gemfile.lock | 22 ++++++++++--------- Podfile | 4 ++-- Podfile.lock | 4 ++-- WeChatTweak.xcodeproj/project.pbxproj | 6 ++--- .../xcschemes/WeChatTweak.xcscheme | 2 +- 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24b463a..cebb9c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM base64 nkf rexml - activesupport (7.1.3.2) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -15,14 +15,14 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) atomos (0.1.3) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) claide (1.1.0) cocoapods (1.15.2) addressable (~> 2.8) @@ -62,21 +62,21 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) drb (2.2.1) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) - ffi (1.16.3) + ffi (1.17.0) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) - json (2.7.1) - minitest (5.22.3) + json (2.7.2) + minitest (5.24.1) molinillo (0.8.0) mutex_m (0.2.0) nanaimo (0.3.0) @@ -84,8 +84,10 @@ GEM netrc (0.11.0) nkf (0.2.0) public_suffix (4.0.7) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby-macho (2.5.1) + strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) diff --git a/Podfile b/Podfile index 37fee29..6963443 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -platform :macos, '10.12' +platform :macos, '10.13' inhibit_all_warnings! target 'WeChatTweak' do @@ -11,7 +11,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings.delete 'ARCHS' - config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = 10.12 + config.build_settings.delete 'MACOSX_DEPLOYMENT_TARGET' end end end diff --git a/Podfile.lock b/Podfile.lock index 0d11ba9..009698f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -20,10 +20,10 @@ EXTERNAL SOURCES: :podspec: fishhook.podspec SPEC CHECKSUMS: - fishhook: 1a2c3acb28611ff4d6104918e9f178b919ccf476 + fishhook: 415495c4be055473f437f0755286ae99e22d18da GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4 JRSwizzle: 7a6fdfe05231e2de26eb14835622d4c6c20c0b6c -PODFILE CHECKSUM: 0bce956039abc78c2a336c2ed5f3cc4cc4a664e2 +PODFILE CHECKSUM: 2882fbedfd770003d6828a279714d6ce0ef9a985 COCOAPODS: 1.15.2 diff --git a/WeChatTweak.xcodeproj/project.pbxproj b/WeChatTweak.xcodeproj/project.pbxproj index b168258..937b414 100644 --- a/WeChatTweak.xcodeproj/project.pbxproj +++ b/WeChatTweak.xcodeproj/project.pbxproj @@ -206,7 +206,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1530; + LastUpgradeCheck = 1540; TargetAttributes = { 7DF842261F40583F00D42D79 = { CreatedOnToolsVersion = 8.3.3; @@ -387,7 +387,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.12; + MACOSX_DEPLOYMENT_TARGET = 10.13; MARKETING_VERSION = 1.5.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; @@ -442,7 +442,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.12; + MACOSX_DEPLOYMENT_TARGET = 10.13; MARKETING_VERSION = 1.5.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; diff --git a/WeChatTweak.xcodeproj/xcshareddata/xcschemes/WeChatTweak.xcscheme b/WeChatTweak.xcodeproj/xcshareddata/xcschemes/WeChatTweak.xcscheme index efac0b6..ce06a4d 100644 --- a/WeChatTweak.xcodeproj/xcshareddata/xcschemes/WeChatTweak.xcscheme +++ b/WeChatTweak.xcodeproj/xcshareddata/xcschemes/WeChatTweak.xcscheme @@ -1,6 +1,6 @@