Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults:
- &default-config
macos:
xcode: 11.1.0
xcode: 12.5.1
shell: /bin/bash --login -eo pipefail
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
Expand All @@ -14,7 +14,7 @@ defaults:
- &set-ruby-version
run:
name: Set Ruby Version
command: echo 'chruby ruby-2.6.4' >> ~/.bash_profile
command: echo 'chruby ruby-2.7.3' >> ~/.bash_profile
- &restore-gems
restore_cache:
keys:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## main branch

* Fix Xcode 12.5 warnings about the class keyword for protocol inheritance that is deprecated.
[@johnarn](https://github.com/johnarn)
* Update `Package.swift` and `.podspec` to use newer min iOS version supported by Xcode 12+.
[@AliSoftware](https://github.com/AliSoftware)
[#115](https://github.com/AliSoftware/Reusable/pull/115)

* Fix Xcode 12.5 warnings about the class keyword for protocol inheritance that is deprecated.
[@johnarn](https://github.com/johnarn)
[#113](https://github.com/AliSoftware/Reusable/pull/113)

## 4.1.1
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use_frameworks!

target 'ReusableDemo iOS' do
platform :ios, '8.0'
platform :ios, '12.0'
pod 'Reusable', :path => '../'
end

target 'ReusableDemo tvOS' do
platform :tvos, '9.0'
platform :tvos, '12.0'
pod 'Reusable', :path => '../'
end

Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Reusable: 53a9acf5c536f229b31b5865782414b508252ddb
Reusable: f771553a196486f805c466812d06a5b0735dbda6

PODFILE CHECKSUM: 0bd0b2356bb3b5810dfd8bef84ec4a18a8f93156
PODFILE CHECKSUM: ae97c8d84b9148534471b041a33cec1ba3620b65

COCOAPODS: 1.8.4
COCOAPODS: 1.11.0
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/Reusable.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

798 changes: 416 additions & 382 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading