Skip to content

Commit

Permalink
Use xcodes for archive targets
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 22, 2024
1 parent 192f857 commit 9001d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ fastlane: install-tools

.PHONY: archive-demo-ios
archive-demo-ios: install-tools
@pkgx fastlane archive_demo_ios
@pkgx +xcodes fastlane archive_demo_ios

.PHONY: archive-demo-tvos
archive-demo-tvos: install-tools
@pkgx fastlane archive_demo_tvos
@pkgx +xcodes fastlane archive_demo_tvos

.PHONY: deliver-demo-nightly-ios
deliver-demo-nightly-ios: install-tools
Expand Down

0 comments on commit 9001d48

Please sign in to comment.