mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-16 21:21:56 +08:00
[WatchKit] Only link those frameworks that absolutely required.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user