Created
January 15, 2014 21:27
Revisions
-
cspickert created this gist
Jan 15, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Remove 64-bit build architecture from Pods targets post_install do |installer| installer.project.targets.each do |target| target.build_configurations.each do |configuration| target.build_settings(configuration.name).delete 'ARCHS' end end end