[WatchKit] Also remove Watch app Info.plist on each build.

This commit is contained in:
Eloy Durán
2014-12-10 20:21:58 +01:00
parent ce2c1b8bb1
commit e0ac1f4148

View File

@@ -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.