Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Workaround for #415
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-tutueanu authored and TimOliver committed May 23, 2017
1 parent 505e7d4 commit b581bc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RealmTasks Apple/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ abstract_target 'RealmTasks' do
platform :ios, '9.0'
end
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
# Signing
config.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = ''
end
end
end

0 comments on commit b581bc0

Please sign in to comment.