Skip to content

Commit

Permalink
Don't skip installation for app targets
Browse files Browse the repository at this point in the history
This change is to keep us in line with the default configuration from
Xcode. If this setting is on, Archiving completely fails, which is super
annoying and it isn't obvious how to fix it.
  • Loading branch information
gfontenot committed May 11, 2014
1 parent 4a06ca7 commit d2ea88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/liftoff/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def new_app_target
target.build_configurations.each do |configuration|
configuration.build_settings.delete('OTHER_LDFLAGS')
configuration.build_settings.delete('IPHONEOS_DEPLOYMENT_TARGET')
configuration.build_settings.delete('SKIP_INSTALL')
end
target
end
Expand Down

0 comments on commit d2ea88f

Please sign in to comment.