Skip to content

Commit 97860f7

Browse files
committed
Update
1 parent 9687e5c commit 97860f7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/github-actions-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Build PinLayoutSample - iOS 15.2
2525
run: set -o pipefail && xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty
2626

27-
- name: Build PinLayoutSample - iOS 14.5
28-
run: set -o pipefail && xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample -sdk iphonesimulator14.5 -destination 'platform=iOS Simulator,name=iPhone 8,OS=14.5' | xcpretty
27+
# - name: Build PinLayoutSample - iOS 14.5
28+
# run: set -o pipefail && xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample -sdk iphonesimulator14.5 -destination 'platform=iOS Simulator,name=iPhone 8,OS=14.5' | xcpretty
2929

30-
- name: Build PinLayoutSample - iOS 13.7
31-
run: set -o pipefail && xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample -sdk iphonesimulator13.7 -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.7' | xcpretty
30+
# - name: Build PinLayoutSample - iOS 13.7
31+
# run: set -o pipefail && xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample -sdk iphonesimulator13.7 -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.7' | xcpretty
3232

3333
- name: iOS unit tests
3434
run: set -o pipefail && xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
source 'https://rubygems.org'
22
gem 'cocoapods', '~> 1.7'
3-
gem 'jazzy', '0.9'

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Nimble (9.2.1)
3-
- PinLayout (1.10.0)
3+
- PinLayout (1.10.1)
44
- Quick (4.0.0)
55
- SwiftLint (0.46.2)
66

@@ -22,7 +22,7 @@ EXTERNAL SOURCES:
2222

2323
SPEC CHECKSUMS:
2424
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
25-
PinLayout: e50e9a748b632905fca6e67043ea4b05d6c92186
25+
PinLayout: 8b3199b283d1b34e6b35a71d0202049b67551c96
2626
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
2727
SwiftLint: 6bc52a21f0fd44cab9aa2dc8e534fb9f5e3ec507
2828

0 commit comments

Comments
 (0)