1111# CONFIGURATION
1212# ============================================================================
1313
14- # Xcode project used to build TPPDF
15- XCODE_PROJECT = TPPDF.xcodeproj
16-
1714# Xcode scheme used to build TPPDF
1815XCODE_SCHEME = TPPDF
1916
@@ -209,7 +206,6 @@ test-disable:
209206.PHONY : test-ios
210207test-ios : build-ios test-enable
211208 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
212- -project $(XCODE_PROJECT ) \
213209 -scheme $(XCODE_SCHEME ) \
214210 -destination ' platform=iOS Simulator,OS=$(IOS_SIMULATOR_OS),name=$(IOS_DEVICE_NAME)' \
215211 test | tee raw-test-ios.log | xcbeautify --preserve-unbeautified
@@ -221,7 +217,6 @@ test-ios: build-ios test-enable
221217.PHONY : test-macos
222218test-macos : build-macos test-enable
223219 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
224- -project $(XCODE_PROJECT ) \
225220 -scheme $(XCODE_SCHEME ) \
226221 -destination ' platform=macOS' \
227222 test | tee raw-test-macos.log | xcbeautify --preserve-unbeautified
@@ -233,7 +228,6 @@ test-macos: build-macos test-enable
233228.PHONY : test-maccatalyst
234229test-maccatalyst : build-maccatalyst test-enable
235230 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
236- -project $(XCODE_PROJECT ) \
237231 -scheme $(XCODE_SCHEME ) \
238232 -destination ' platform=macOS,variant=Mac Catalyst' \
239233 test | tee raw-test-maccatalyst.log | xcbeautify --preserve-unbeautified
@@ -245,7 +239,6 @@ test-maccatalyst: build-maccatalyst test-enable
245239.PHONY : test-tvos
246240test-tvos : build-tvos test-enable
247241 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
248- -project $(XCODE_PROJECT ) \
249242 -scheme $(XCODE_SCHEME ) \
250243 -destination ' platform=tvOS Simulator,OS=$(TVOS_SIMULATOR_OS),name=$(TVOS_DEVICE_NAME)' \
251244 test | tee raw-test-tvos.log | xcbeautify --preserve-unbeautified
@@ -257,7 +250,6 @@ test-tvos: build-tvos test-enable
257250.PHONY : test-watchos
258251test-watchos : build-watchos test-enable
259252 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
260- -project $(XCODE_PROJECT ) \
261253 -scheme $(XCODE_SCHEME ) \
262254 -destination ' platform=watchOS Simulator,OS=$(WATCHOS_SIMULATOR_OS),name=$(WATCHOS_DEVICE_NAME)' \
263255 test | tee raw-test-watchos.log | xcbeautify --preserve-unbeautified
@@ -269,7 +261,6 @@ test-watchos: build-watchos test-enable
269261.PHONY : test-visionos
270262test-visionos : build-visionos test-enable
271263 set -o pipefail && NSUnbufferedIO=YES xcrun xcodebuild \
272- -project $(XCODE_PROJECT ) \
273264 -scheme $(XCODE_SCHEME ) \
274265 -destination ' platform=visionOS Simulator,OS=$(VISION_OS_SIMULATOR_OS),name=$(VISION_OS_DEVICE_NAME)' \
275266 test | tee raw-test-visionos.log | xcbeautify --preserve-unbeautified
0 commit comments