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

Use new Pod::Source::Manager #275

Merged
merged 2 commits into from
Apr 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/CPReflectionService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.beta.6</string>
<string>1.0.0.beta.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2016.04.06</string>
<string>2016.04.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 CocoaPods. All rights reserved.</string>
<key>XPCService</key>
Expand Down
2 changes: 1 addition & 1 deletion app/CPReflectionService/RBObject+CocoaPods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def self.analyze_podfile(podfile, installation_root)
end

def self.all_pods
Pod::SourcesManager.aggregate.all_pods
Pod::Config.instance.sources_manager.aggregate.all_pods
end

def self.lockfile_version(path)
Expand Down
4 changes: 2 additions & 2 deletions app/CocoaPods/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.beta.6</string>
<string>1.0.0.beta.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -73,7 +73,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2016.04.06</string>
<string>2016.04.15</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down