From 0d80f801e2c4fcbf88bef29acb2ef6e38780fd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 10 Dec 2014 20:21:58 +0100 Subject: [PATCH] [WatchKit] Also remove Watch app Info.plist on each build. --- lib/motion/project/template/ios-watch-extension.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/motion/project/template/ios-watch-extension.rb b/lib/motion/project/template/ios-watch-extension.rb index d19ee9ef..e2858bc6 100644 --- a/lib/motion/project/template/ios-watch-extension.rb +++ b/lib/motion/project/template/ios-watch-extension.rb @@ -44,6 +44,7 @@ namespace :build do # TODO: Ensure Info.plist gets regenerated on each build so it has ints for # Instruments and strings for normal builds. rm_f File.join(App.config.app_bundle(platform), 'Info.plist') + rm_f File.join(App.config.watch_app_config.app_bundle(platform), 'Info.plist') # TODO this should go into a iOS specific Builder class which performs this # check before building.