@@ -16,7 +16,7 @@ echo "===============================" &&
1616echo " PinLayout-tvOS" &&
1717echo " ===============================" &&
1818time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19- -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.5 \
19+ -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.4 \
2020 -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.5' \
2121 | xcpretty &&
2222
@@ -42,7 +42,7 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
4242 -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
4343 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
4444 | xcpretty &&
45-
45+
4646time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
4747 -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
4848 -destination ' platform=iOS Simulator,name=iPhone 8,OS=12.2' \
@@ -53,25 +53,25 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
5353 -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5' \
5454 | xcpretty &&
5555
56- # echo "==============================="
57- # echo "tvOS unit test"
58- # echo "==============================="
56+ # echo "==============================="
57+ # echo "tvOS unit test"
58+ # echo "==============================="
5959# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
60- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
60+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.4 \
6161# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.2' \
62- # | xcpretty
62+ # | xcpretty
6363
6464# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
65- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
65+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.4 \
6666# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.2' \
67- # | xcpretty
67+ # | xcpretty
6868
69- # echo "==============================="
70- # echo "macOS unit test"
71- # echo "==============================="
69+ # echo "==============================="
70+ # echo "macOS unit test"
71+ # echo "==============================="
7272# time xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS \
7373# -derivedDataPath $DERIVED_DATA -sdk macosx10.15 \
74- # | xcpretty
74+ # | xcpretty
7575
7676echo " ===============================" &&
7777echo " Cocoapods: iOS Empty project" &&
@@ -105,7 +105,7 @@ cd TestProjects/cocoapods/tvos &&
105105rm -rf $DERIVED_DATA &&
106106pod install &&
107107time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
108- -sdk appletvsimulator13.5 -derivedDataPath $DERIVED_DATA \
108+ -sdk appletvsimulator13.4 -derivedDataPath $DERIVED_DATA \
109109 -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.5' \
110110 | xcpretty &&
111111cd ../../.. &&
@@ -131,18 +131,18 @@ echo " Pod lib lint" &&
131131echo " ===============================" &&
132132time bundle exec pod lib lint --allow-warnings
133133
134- # echo "=========================================="
135- # echo " Swift Package Manager: iOS Empty project "
136- # echo "=========================================="
137- # cd TestProjects/swift-package-manager/ios
138- # rm -rf $DERIVED_DATA
139- # rm -rf .build
134+ # echo "=========================================="
135+ # echo " Swift Package Manager: iOS Empty project "
136+ # echo "=========================================="
137+ # cd TestProjects/swift-package-manager/ios
138+ # rm -rf $DERIVED_DATA
139+ # rm -rf .build
140140# rm Package.pins
141- # swift package show-dependencies --format json
141+ # swift package show-dependencies --format json
142142# time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.5 -derivedDataPath $DERIVED_DATA \
143143# -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' \
144- # | xcpretty
145- # cd ../../..
146- #
144+ # | xcpretty
145+ # cd ../../..
146+ #
147147# #OTHER_SWIFT_FLAGS='-Xfrontend -debug-time-function-bodies'
148- # xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15
148+ # xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15
0 commit comments