@@ -8,16 +8,16 @@ echo "===============================" &&
8
8
echo " PinLayout-iOS" &&
9
9
echo " ===============================" &&
10
10
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS \
11
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
12
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
11
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
12
+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
13
13
| xcpretty &&
14
14
15
15
echo " ===============================" &&
16
16
echo " PinLayout-tvOS" &&
17
17
echo " ===============================" &&
18
18
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19
- -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
20
- -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.0 ' \
19
+ -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
20
+ -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.2 ' \
21
21
| xcpretty &&
22
22
23
23
echo " ===============================" &&
@@ -31,39 +31,39 @@ echo "===============================" &&
31
31
echo " PinLayoutSample" &&
32
32
echo " ===============================" &&
33
33
time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
34
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
34
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
35
35
-destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
36
36
| xcpretty &&
37
37
38
38
echo " ===============================" &&
39
39
echo " iOS unit test" &&
40
40
echo " ===============================" &&
41
41
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
42
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
42
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
43
43
-destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
44
44
| xcpretty &&
45
45
46
46
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
47
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
48
48
-destination ' platform=iOS Simulator,name=iPhone 8,OS=12.2' \
49
49
| xcpretty &&
50
50
51
51
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
52
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
53
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
52
+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
53
+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
54
54
| xcpretty &&
55
55
56
56
# echo "==============================="
57
57
# echo "tvOS unit test"
58
58
# echo "==============================="
59
59
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
60
- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
60
+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
61
61
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.2' \
62
62
# | xcpretty
63
63
64
64
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
65
- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
66
- # -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.0 ' \
65
+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
66
+ # -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.2 ' \
67
67
# | xcpretty
68
68
69
69
# echo "==============================="
@@ -80,8 +80,8 @@ cd TestProjects/cocoapods/ios &&
80
80
rm -rf $DERIVED_DATA &&
81
81
pod install &&
82
82
time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS \
83
- -sdk iphonesimulator13.0 -derivedDataPath $DERIVED_DATA \
84
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
83
+ -sdk iphonesimulator13.2 -derivedDataPath $DERIVED_DATA \
84
+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
85
85
| xcpretty &&
86
86
cd ../../.. &&
87
87
@@ -105,8 +105,8 @@ cd TestProjects/cocoapods/tvos &&
105
105
rm -rf $DERIVED_DATA &&
106
106
pod install &&
107
107
time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
108
- -sdk appletvsimulator13.0 -derivedDataPath $DERIVED_DATA \
109
- -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.0 ' \
108
+ -sdk appletvsimulator13.2 -derivedDataPath $DERIVED_DATA \
109
+ -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.2 ' \
110
110
| xcpretty &&
111
111
cd ../../.. &&
112
112
@@ -120,9 +120,9 @@ rm Cartfile &&
120
120
echo " git \" $TRAVIS_BUILD_DIR \" \" $TRAVIS_BRANCH \" " > Cartfile &&
121
121
carthage update --use-ssh --platform iOS &&
122
122
time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
123
- -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.0 \
123
+ -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.2 \
124
124
-derivedDataPath $DERIVED_DATA \
125
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
125
+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
126
126
| xcpretty &&
127
127
cd ../../.. &&
128
128
@@ -139,8 +139,8 @@ time bundle exec pod lib lint --allow-warnings
139
139
# rm -rf .build
140
140
# rm Package.pins
141
141
# swift package show-dependencies --format json
142
- # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.0 -derivedDataPath $DERIVED_DATA \
143
- # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
142
+ # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.2 -derivedDataPath $DERIVED_DATA \
143
+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
144
144
# | xcpretty
145
145
# cd ../../..
146
146
#
0 commit comments