Commit 38422a4b authored by Jeremy Slater's avatar Jeremy Slater

Restore storing native target in target

parent 86824467
...@@ -60,6 +60,8 @@ module Pod ...@@ -60,6 +60,8 @@ module Pod
target.build_configurations << build_config target.build_configurations << build_config
end end
end end
library.target = @target
end end
# Creates the group that holds the references to the support files # Creates the group that holds the references to the support files
......
...@@ -57,6 +57,11 @@ module Pod ...@@ -57,6 +57,11 @@ module Pod
# #
attr_accessor :user_build_configurations attr_accessor :user_build_configurations
# @return [PBXNativeTarget] the target generated in the Pods project for
# this library.
#
attr_accessor :target
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
# @!group Support files # @!group Support files
......
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