mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-26 05:45:43 +08:00
[WatchKit] Also remove Watch app Info.plist on each build.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user