diff --git a/lib/motion/project/template/ios-watch-extension-config.rb b/lib/motion/project/template/ios-watch-extension-config.rb index bf58fb68..9994fa05 100644 --- a/lib/motion/project/template/ios-watch-extension-config.rb +++ b/lib/motion/project/template/ios-watch-extension-config.rb @@ -33,7 +33,7 @@ module Motion; module Project; def initialize(*) super @name = nil - frameworks << 'WatchKit' + @frameworks = ['WatchKit', 'Foundation', 'CoreGraphics'] end # @return [String] The name of the Watch extension is always based on that