Skip to content

Commit 9a1212c

Browse files
committed
Update
1 parent 460a7e0 commit 9a1212c

File tree

2 files changed

+16
-54
lines changed

2 files changed

+16
-54
lines changed

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

Lines changed: 14 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -36,58 +36,20 @@ jobs:
3636
run: set -o pipefail && xcodebuild test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -sdk macosx12.1 | xcpretty
3737

3838
- name: Cocoapods iOS Empty project
39-
run: cd TestProjects/cocoapods/ios
40-
run: arch -x86_64 pod install
41-
run: set -o pipefail && xcodebuild build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty
42-
run: cd ../../..
43-
44-
- name: Cocoapods macOS Empty project
45-
run: cd TestProjects/cocoapods/macos
46-
run: arch -x86_64 pod install
47-
run: set -o pipefail && xcodebuild build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx12.1 | xcpretty
48-
run: cd ../../..
49-
50-
- name: Cocoapods tvOS Empty project
51-
run: cd TestProjects/cocoapods/tvos
52-
run: arch -x86_64 pod install
53-
run: set -o pipefail && xcodebuild build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator15.2 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' | xcpretty
54-
run: cd ../../..
55-
56-
57-
# echo "==============================="
58-
# echo " Carthage: iOS Empty project"
59-
# echo "==============================="
60-
# cd TestProjects/carthage/ios
61-
# rm -rf $DERIVED_DATA
62-
# rm Cartfile
63-
# echo "git \"file:///$BASEDIR\"" > Cartfile
64-
# carthage update --use-ssh --platform iOS --use-xcframeworks
65-
# xcodebuild build -project PinLayout-Carthage-iOS.xcodeproj \
66-
# -scheme PinLayout-Carthage-iOS -sdk iphonesimulator15.2 \
67-
# -derivedDataPath $DERIVED_DATA \
68-
# -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
69-
# | xcpretty
70-
# rm -rf $DERIVED_DATA
71-
# rm Cartfile.resolved
72-
# cd ../../..
73-
74-
75-
# echo "=========================================="
76-
# echo " Swift Package Manager: iOS Empty project "
77-
# echo "=========================================="
78-
# cd TestProjects/swift-package-manager/ios
79-
# rm -rf $DERIVED_DATA
80-
# rm -rf .build
81-
# xcodebuild build -project PinLayout-SPM-iOS.xcodeproj -scheme PinLayout-SPM-iOS -sdk iphonesimulator15.2 -derivedDataPath $DERIVED_DATA \
82-
# -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
83-
# | xcpretty
84-
# cd ../../..
85-
86-
87-
# echo "==============================="
88-
# echo " Pod lib lint"
89-
# echo "==============================="
90-
# bundle exec pod lib lint --allow-warnings
39+
run: set -o pipefail && cd TestProjects/cocoapods/ios && arch -x86_64 pod install && xcodebuild build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty && cd ../../..
40+
41+
# - name: Cocoapods macOS Empty project
42+
# run: cd TestProjects/cocoapods/macos
43+
# run: arch -x86_64 pod install
44+
# run: set -o pipefail && xcodebuild build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx12.1 | xcpretty
45+
# run: cd ../../..
46+
47+
# - name: Cocoapods tvOS Empty project
48+
# run: cd TestProjects/cocoapods/tvos
49+
# run: arch -x86_64 pod install
50+
# run: set -o pipefail && xcodebuild build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator15.2 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' | xcpretty
51+
# run: cd ../../..
52+
9153

9254

9355
- run: echo "🍏 This job's status is ${{ job.status }}."

TestProjects/cocoapods/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PinLayout (1.10.0)
2+
- PinLayout (1.10.1)
33
- SwifterSwift (5.0.0):
44
- SwifterSwift/AppKit (= 5.0.0)
55
- SwifterSwift/CoreGraphics (= 5.0.0)
@@ -33,7 +33,7 @@ EXTERNAL SOURCES:
3333
:path: "../../.."
3434

3535
SPEC CHECKSUMS:
36-
PinLayout: e50e9a748b632905fca6e67043ea4b05d6c92186
36+
PinLayout: 8b3199b283d1b34e6b35a71d0202049b67551c96
3737
SwifterSwift: 96f90594b370802f01647c2b1229c74a84ffafee
3838

3939
PODFILE CHECKSUM: 3eeeff509b48ae95b0ba6a131fc224e3d13ac363

0 commit comments

Comments
 (0)