Skip to content

Commit

Permalink
Update iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcferreira committed Aug 30, 2024
1 parent 415add7 commit cb12db4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://cdn.cocoapods.org/'
source 'https://github.com/FutureWorkshops/MWPodspecs.git'

workspace 'UserDefaults'
platform :ios, '15.0'
platform :ios, '17.1'

inhibit_all_warnings!
use_frameworks!
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PODS:
- MobileWorkflow (2.1.6):
- MobileWorkflow/Core (= 2.1.6)
- MobileWorkflow/Core (2.1.6)
- UserDefaultsPlugin (1.0.1):
- UserDefaultsPlugin/Core (= 1.0.1)
- UserDefaultsPlugin/Core (1.0.1):
- UserDefaultsPlugin (1.0.2):
- UserDefaultsPlugin/Core (= 1.0.2)
- UserDefaultsPlugin/Core (1.0.2):
- MobileWorkflow (~> 2.1.6)

DEPENDENCIES:
Expand All @@ -21,8 +21,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
MobileWorkflow: 68f65384ec75ac20ab9f94cb8b43156f763555a3
UserDefaultsPlugin: da0825f50aadd25c25b5f3ad5320a78e952a2fb9
UserDefaultsPlugin: ff7372e06bf79f33d2ab5dd549b6f7f26dd92a17

PODFILE CHECKSUM: 0ba73d862ecc48a97968ee2e30efbedae6c36029
PODFILE CHECKSUM: 3a8d51b671132f452a2d37de88f41e34a1f3f18f

COCOAPODS: 1.15.2
4 changes: 2 additions & 2 deletions UserDefaults/UserDefaults.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -490,7 +490,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
4 changes: 2 additions & 2 deletions UserDefaultsPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com', :tag => "#{s.version}" }
s.platform = :ios
s.swift_version = '5'
s.ios.deployment_target = '15.0'
s.ios.deployment_target = '17.1'
s.default_subspecs = 'Core'

s.subspec 'Core' do |cs|
cs.dependency 'MobileWorkflow', '~> 2.1.6'
cs.dependency 'MobileWorkflow', '~> 2.1.29'
cs.source_files = 'UserDefaultsPlugin/UserDefaultsPlugin/**/*.swift'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -429,7 +429,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down

0 comments on commit cb12db4

Please sign in to comment.