From 5f8f1d96eeb4ccfa27a40947292703dc4d5c54a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 16 Mar 2020 17:52:41 +0100 Subject: [PATCH] [build] Actually use the mobileprovision file stored in build/artifacts/ --- build/targets.all.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/targets.all.mak b/build/targets.all.mak index 39f2dddea..e6d989add 100644 --- a/build/targets.all.mak +++ b/build/targets.all.mak @@ -58,5 +58,5 @@ all_official: $(Q) cp output/release/simulator/android/app/outputs/apk/release/android-release-unsigned.apk output/all_official/epsilon.apk $(Q) echo "BUILD_FIRMWARE SIMULATOR IOS" $(Q) $(MAKE) PLATFORM=simulator TARGET=ios clean - $(Q) $(MAKE) PLATFORM=simulator TARGET=ios IOS_PROVISIONNING_PROFILE="~/Downloads/NumWorks_Graphing_Calculator_Distribution.mobileprovision" output/release/simulator/ios/app/epsilon.official.ipa + $(Q) $(MAKE) PLATFORM=simulator TARGET=ios IOS_PROVISIONNING_PROFILE=$(IOS_MOBILE_PROVISION) output/release/simulator/ios/app/epsilon.official.ipa $(Q) cp output/release/simulator/ios/app/epsilon.official.ipa output/all_official/epsilon.ipa