[Infra updates] xcode 13.1, swift 5.5, etc. (#34)

- Update workflows
- Xcode 13.1
- Swift 5.5
- Update bundler
- Update swiftlint
This commit is contained in:
Jesse Squires 2021-11-01 19:16:46 -07:00 committed by GitHub
parent 9303723a5d
commit 21912af88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 24 deletions

View File

@ -15,14 +15,9 @@ on:
pull_request:
branches:
- main
paths:
- '.github/workflows/ci.yml'
- 'Package*'
- 'Sources/**/*.*'
- 'Tests/**/*.*'
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
jobs:
main:

View File

@ -8,7 +8,7 @@ on:
types: [synchronize, opened, reopened, labeled, unlabeled, edited]
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
jobs:
main:

View File

@ -10,14 +10,9 @@ on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pod-lint.yml'
- '*.podspec'
- 'Gemfile*'
- 'Sources/**/*.*'
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
jobs:
main:

View File

@ -1,7 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
CFPropertyList (3.0.4)
rexml
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
@ -60,7 +61,7 @@ GEM
concurrent-ruby (1.1.9)
cork (0.3.0)
colored2 (~> 3.1)
danger (8.4.0)
danger (8.4.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@ -80,7 +81,7 @@ GEM
rake (> 10)
thor (~> 0.19)
escape (0.0.4)
ethon (0.14.0)
ethon (0.15.0)
ffi (>= 1.15.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
@ -112,7 +113,7 @@ GEM
httpclient (2.8.3)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.5.1)
json (2.6.1)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
@ -152,10 +153,11 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
zeitwerk (2.4.2)
zeitwerk (2.5.1)
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
cocoapods (~> 1.11)
@ -164,4 +166,4 @@ DEPENDENCIES
danger-swiftlint
BUNDLED WITH
2.2.20
2.2.30

View File

@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/jessesquires/Nine41.git', :tag => s.version }
s.source_files = 'Sources/**/*'
s.swift_version = '5.4'
s.swift_version = '5.5'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.15'

View File

@ -1,4 +1,4 @@
// swift-tools-version:5.4
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
// GitHub

View File

@ -25,8 +25,8 @@ This script fixes most of those issues. It overrides the status bars for all cur
## Requirements
- Swift 5.4+
- Xcode 12.5+
- Swift 5.5+
- Xcode 13.0+
- [SwiftLint](https://github.com/realm/SwiftLint)
## Installation

View File

@ -12,7 +12,7 @@
PROJECT="Nine41.xcodeproj"
SCHEME="Nine41"
VERSION="0.43.1"
VERSION="0.45.0"
FOUND=$(swiftlint version)
LINK="https://github.com/realm/SwiftLint"