Commit 59baa398 authored by Eloy Duran's avatar Eloy Duran

Fix usage of incorrect attribute to store a project product reference. Closes #46.

parent d9306b4c
...@@ -363,7 +363,7 @@ module Pod ...@@ -363,7 +363,7 @@ module Pod
has_many :dependencies # TODO :class => ? has_many :dependencies # TODO :class => ?
has_many :buildRules # TODO :class => ? has_many :buildRules # TODO :class => ?
has_one :buildConfigurationList has_one :buildConfigurationList
has_one :product has_one :product, :uuid => :productReference
def self.new_static_library(project, productName) def self.new_static_library(project, productName)
# TODO should probably switch the uuid and attributes argument # TODO should probably switch the uuid and attributes argument
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment