[WatchKit] Only link those frameworks that absolutely required.

This commit is contained in:
Eloy Durán
2014-12-04 17:55:15 +01:00
parent 35a58d3189
commit 218a64c346

View File

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