From 80cc85cc97686d229fc46881f5cd63823b44c2ec Mon Sep 17 00:00:00 2001 From: Nate West Date: Fri, 1 Apr 2016 15:17:19 -0400 Subject: [PATCH 1/2] [Pod::SourcesManager] Use new class structure --- app/CPReflectionService/RBObject+CocoaPods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CPReflectionService/RBObject+CocoaPods.rb b/app/CPReflectionService/RBObject+CocoaPods.rb index 35846e25..d7a8576f 100644 --- a/app/CPReflectionService/RBObject+CocoaPods.rb +++ b/app/CPReflectionService/RBObject+CocoaPods.rb @@ -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) From fffea46e1dbf68191308edcdcd649baed795eb32 Mon Sep 17 00:00:00 2001 From: Nate West Date: Fri, 15 Apr 2016 14:33:02 -0400 Subject: [PATCH 2/2] [Info.plist] Bump to 1.0.0.beta.7 --- app/CPReflectionService/Info.plist | 4 ++-- app/CocoaPods/Supporting Files/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/CPReflectionService/Info.plist b/app/CPReflectionService/Info.plist index 3f241587..db1661d4 100644 --- a/app/CPReflectionService/Info.plist +++ b/app/CPReflectionService/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.0.0.beta.6 + 1.0.0.beta.7 CFBundleSignature ???? CFBundleVersion - 2016.04.06 + 2016.04.15 NSHumanReadableCopyright Copyright © 2015 CocoaPods. All rights reserved. XPCService diff --git a/app/CocoaPods/Supporting Files/Info.plist b/app/CocoaPods/Supporting Files/Info.plist index c6e30f6e..2ca2ddf4 100644 --- a/app/CocoaPods/Supporting Files/Info.plist +++ b/app/CocoaPods/Supporting Files/Info.plist @@ -56,7 +56,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0.beta.6 + 1.0.0.beta.7 CFBundleSignature ???? CFBundleURLTypes @@ -73,7 +73,7 @@ CFBundleVersion - 2016.04.06 + 2016.04.15 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright