lib/plugin.rb in cocoapods-keys-1.3.1 vs lib/plugin.rb in cocoapods-keys-1.3.2
- old
+ new
@@ -9,10 +9,11 @@
def setup
require 'preinstaller'
PreInstaller.new(user_options).setup
- keys_path = Pod::Config.instance.installation_root + 'Pods/CocoaPodsKeys/'
+ installation_root = Pod::Config.instance.installation_root
+ keys_path = installation_root.+('Pods/CocoaPodsKeys/').relative_path_from(installation_root)
# move our podspec in to the Pods
mkdir_p keys_path
podspec_path = Pathname(__dir__) + '../templates' + 'Keys.podspec.json'
cp podspec_path, keys_path