Skip to content

Commit

Permalink
Restore after XCode corruption - build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McGuill committed Nov 28, 2018
1 parent 9495657 commit 150b01d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3,580 deletions.
4 changes: 2 additions & 2 deletions Podfile
Expand Up @@ -10,7 +10,7 @@ target 'Strongbox' do'
pod 'GZIP'
end
pre_install do |installer|
pre_install do |instaler|
pod_targets = installer.pod_targets.flat_map do |pod_target|
pod_target.name == "SVProgressHUD" ? pod_target.scoped : pod_target
end
Expand All @@ -21,7 +21,7 @@ pre_install do |installer|
end
end
abstract_target 'common-ios' do'
abstracttarget 'common-ios' do'
project 'Strongbox.xcodeproj'
platform :ios, '9.2'
use_frameworks!
Expand Down
Binary file not shown.

0 comments on commit 150b01d

Please sign in to comment.