File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -112,22 +112,22 @@ rm -rf $DERIVED_DATA
112112cd ../../..
113113
114114
115- echo " ==============================="
116- echo " Carthage: iOS Empty project"
117- echo " ==============================="
118- cd TestProjects/carthage/ios
119- rm -rf $DERIVED_DATA
120- rm Cartfile
121- echo " git \" file:///$BASEDIR \" " > Cartfile
122- carthage update --use-ssh --platform iOS --use-xcframeworks
123- xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
124- -scheme PinLayout-Carthage-iOS -sdk iphonesimulator15.2 \
125- -derivedDataPath $DERIVED_DATA \
126- -destination ' platform=iOS Simulator,name=iPhone 8,OS=15.2' \
127- | xcpretty
128- rm -rf $DERIVED_DATA
129- rm Cartfile.resolved
130- cd ../../..
115+ # echo "==============================="
116+ # echo " Carthage: iOS Empty project"
117+ # echo "==============================="
118+ # cd TestProjects/carthage/ios
119+ # rm -rf $DERIVED_DATA
120+ # rm Cartfile
121+ # echo "git \"file:///$BASEDIR\"" > Cartfile
122+ # carthage update --use-ssh --platform iOS --use-xcframeworks
123+ # xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
124+ # -scheme PinLayout-Carthage-iOS -sdk iphonesimulator15.2 \
125+ # -derivedDataPath $DERIVED_DATA \
126+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
127+ # | xcpretty
128+ # rm -rf $DERIVED_DATA
129+ # rm Cartfile.resolved
130+ # cd ../../..
131131
132132
133133echo " =========================================="
You can’t perform that action at this time.
0 commit comments