@@ -17,7 +17,7 @@ echo "PinLayout-tvOS" &&
1717echo " ===============================" &&
1818time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
1919 -derivedDataPath $DERIVED_DATA -sdk appletvsimulator14.5 \
20- -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
20+ -destination ' platform=tvOS Simulator,name=Apple TV 4K (2nd generation) ,OS=14.5' \
2121 | xcpretty &&
2222
2323echo " ===============================" &&
@@ -35,18 +35,18 @@ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
3535 -destination ' platform=iOS Simulator,name=iPhone 8,OS=14.5' \
3636 | xcpretty &&
3737
38- # time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39- # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41- # | xcpretty &&
38+ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41+ | xcpretty &&
4242
4343echo " ===============================" &&
4444echo " iOS unit test" &&
4545echo " ===============================" &&
46- # time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47- # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49- # | xcpretty &&
46+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49+ | xcpretty &&
5050
5151time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5252 -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
0 commit comments