Skip to content

Commit

Permalink
Merge pull request #53 from AckeeCZ/update_deployment
Browse files Browse the repository at this point in the history
Update deployment target
  • Loading branch information
olejnjak authored Apr 23, 2021
2 parents e36361a + 1e8fcb7 commit ec55e1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
force: true
input: build --platform iOS --cache-builds --no-skip-current --use-xcframeworks
action: build --platform iOS --cache-builds --no-skip-current --use-xcframeworks
2 changes: 1 addition & 1 deletion ACKReactiveExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ackee' => '[email protected]' }
s.source = { :git => 'https://github.com/AckeeCZ/ACKReactiveExtensions.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.3'
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'
s.default_subspec = 'Core','UIKit'
s.dependency 'ReactiveCocoa', '~> 11.1'
Expand Down
4 changes: 2 additions & 2 deletions ACKReactiveExtensions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ONLY_ACTIVE_ARCH = YES;
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -868,7 +868,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 5.0;
};
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## master

- update dependencies, use Xcode 12.4 (#51, kudos to @olejnjak)
- update deployment target to iOS 9.0 (#53, kudos to @olejnjak)

## 5.2.0

Expand Down
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "Alamofire/Alamofire" "4.9.1"
github "Alamofire/AlamofireImage" "3.6.0"
github "ReactiveCocoa/ReactiveCocoa" "11.1.0"
github "ReactiveCocoa/ReactiveSwift" "6.5.0"
github "realm/realm-cocoa" "v10.6.0"
github "ReactiveCocoa/ReactiveCocoa" "11.2.0"
github "ReactiveCocoa/ReactiveSwift" "6.6.0"
github "realm/realm-cocoa" "v10.7.3"
github "utahiosmac/Marshal" "1.2.8"

0 comments on commit ec55e1c

Please sign in to comment.