Skip to content

Commit

Permalink
[Analyzer] Set a default platform for non integrated targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 7, 2013
1 parent cce22a6 commit 3a02897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cocoapods/installer/analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def generate_targets
target.client_root = config.installation_root
target.user_target_uuids = []
target.user_build_configurations = {}
target.archs = '$(ARCHS_STANDARD)'
end

grouped_specs = specs.map do |spec|
Expand Down

0 comments on commit 3a02897

Please sign in to comment.