@@ -15,46 +15,46 @@ rm -rf $DERIVED_DATA
15
15
# -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
16
16
# | xcpretty
17
17
18
- echo " ==============================="
19
- echo " PinLayout-tvOS"
20
- echo " ==============================="
21
- xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
22
- -derivedDataPath $DERIVED_DATA -sdk appletvsimulator15.2 \
23
- -destination ' platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' \
24
- | xcpretty
18
+ # echo "==============================="
19
+ # echo "PinLayout-tvOS"
20
+ # echo "==============================="
21
+ # xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
22
+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator15.2 \
23
+ # -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' \
24
+ # | xcpretty
25
25
26
- echo " ==============================="
27
- echo " PinLayout-macOS"
28
- echo " ==============================="
29
- xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-macOS \
30
- -derivedDataPath $DERIVED_DATA -sdk macosx12.1 \
31
- | xcpretty
26
+ # echo "==============================="
27
+ # echo "PinLayout-macOS"
28
+ # echo "==============================="
29
+ # xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-macOS \
30
+ # -derivedDataPath $DERIVED_DATA -sdk macosx12.1 \
31
+ # | xcpretty
32
32
33
- echo " ==============================="
34
- echo " PinLayoutSample"
35
- echo " ==============================="
36
- xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
37
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
38
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=15.2' \
39
- | xcpretty
33
+ # echo "==============================="
34
+ # echo "PinLayoutSample"
35
+ # echo "==============================="
36
+ # xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
37
+ # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
38
+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
39
+ # | xcpretty
40
40
41
- xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
42
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
43
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=14.1' \
44
- | xcpretty
41
+ # xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
42
+ # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
43
+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=14.1' \
44
+ # | xcpretty
45
45
46
- echo " ==============================="
47
- echo " iOS unit test"
48
- echo " ==============================="
49
- xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
50
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
51
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=14.1' \
52
- | xcpretty
46
+ # echo "==============================="
47
+ # echo "iOS unit test"
48
+ # echo "==============================="
49
+ # xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
50
+ # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
51
+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=14.1' \
52
+ # | xcpretty
53
53
54
- xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
55
- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
56
- -destination ' platform=iOS Simulator,name=iPhone 8,OS=15.2' \
57
- | xcpretty
54
+ # xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
55
+ # -derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
56
+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
57
+ # | xcpretty
58
58
59
59
# echo "==============================="
60
60
# echo "tvOS unit test"
@@ -77,7 +77,7 @@ echo " Cocoapods: iOS Empty project"
77
77
echo " ==============================="
78
78
cd TestProjects/cocoapods/ios
79
79
rm -rf $DERIVED_DATA
80
- pod install
80
+ arch -x86_64 pod install
81
81
xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS \
82
82
-sdk iphonesimulator15.2 -derivedDataPath $DERIVED_DATA \
83
83
-destination ' platform=iOS Simulator,name=iPhone 8,OS=15.2' \
@@ -90,7 +90,7 @@ echo " Cocoapods: macOS Empty project"
90
90
echo " ==============================="
91
91
cd TestProjects/cocoapods/macos
92
92
rm -rf $DERIVED_DATA
93
- pod install
93
+ arch -x86_64 pod install
94
94
xcodebuild clean build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS \
95
95
-sdk macosx12.1 -derivedDataPath $DERIVED_DATA \
96
96
| xcpretty
@@ -103,7 +103,7 @@ echo " Cocoapods: tvOS Empty project"
103
103
echo " ==============================="
104
104
cd TestProjects/cocoapods/tvos
105
105
rm -rf $DERIVED_DATA
106
- pod install
106
+ arch -x86_64 pod install
107
107
xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
108
108
-sdk appletvsimulator15.2 -derivedDataPath $DERIVED_DATA \
109
109
-destination ' platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' \
0 commit comments