From 483e72cdfcfcadc93e03c972f8b5634f5683262a Mon Sep 17 00:00:00 2001 From: Looping Date: Mon, 9 Mar 2015 17:25:36 +0800 Subject: [PATCH] Update dependencies for example project --- RCPageControlExample/Podfile.lock | 12 +++++------ .../project.pbxproj | 20 ++++++++++++++----- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/RCPageControlExample/Podfile.lock b/RCPageControlExample/Podfile.lock index b3e03a9..409ed77 100644 --- a/RCPageControlExample/Podfile.lock +++ b/RCPageControlExample/Podfile.lock @@ -1,6 +1,6 @@ PODS: - - iCarousel (1.8) - - pop (1.0.6) + - iCarousel (1.8.1) + - pop (1.0.7) - RCPageControl (0.1): - pop @@ -14,8 +14,8 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - iCarousel: cf77aea48dfcde9a0cd85569a1d8a9b6dd543bd7 - pop: e518794da38942c05255eb64b36d894e70cb4f00 - RCPageControl: 9fa863ee5f220f76e1fac7a3f834e07325074302 + iCarousel: 5acab560f10dc13da2440c89f35a0ad278b5147d + pop: 2f14a1ea61339767af9e66741b418c831b3844df + RCPageControl: bdfb2c9322b41bc4e4a166e585f4a6564e14643b -COCOAPODS: 0.33.1 +COCOAPODS: 0.36.0.rc.1 diff --git a/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj b/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj index ca36bb9..7b0d112 100644 --- a/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj +++ b/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; 6E193FEF1A0665C200F6FE20 /* avatar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "avatar@2x.png"; sourceTree = ""; }; 6E2F733519C72600008985F7 /* RCPageControlExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RCPageControlExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6E2F733919C72600008985F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -44,7 +45,7 @@ 6E2F735319C72601008985F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 6E2F735419C72601008985F7 /* RCPageControlExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCPageControlExampleTests.m; sourceTree = ""; }; 6E55D24919C97C01008E8B03 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; - 8E717ED8CE5548A48B510212 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = ""; }; + DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; E1326DC0F37B4CD9B3DC981C /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -73,8 +74,8 @@ 6E2F733719C72600008985F7 /* RCPageControlExample */, 6E2F735119C72601008985F7 /* RCPageControlExampleTests */, 6E2F733619C72600008985F7 /* Products */, - 8E717ED8CE5548A48B510212 /* Pods.xcconfig */, 7C549DD4BE2E4976BC588DB1 /* Frameworks */, + CD3AD84DD2A6B0CD6515693C /* Pods */, ); sourceTree = ""; }; @@ -138,6 +139,15 @@ name = Frameworks; sourceTree = ""; }; + CD3AD84DD2A6B0CD6515693C /* Pods */ = { + isa = PBXGroup; + children = ( + 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */, + DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -249,7 +259,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; showEnvVarsInLog = 0; }; 98157623954F4D229D890630 /* Check Pods Manifest.lock */ = { @@ -396,7 +406,7 @@ }; 6E2F735919C72601008985F7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E717ED8CE5548A48B510212 /* Pods.xcconfig */; + baseConfigurationReference = 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = RCPageControlExample/Info.plist; @@ -407,7 +417,7 @@ }; 6E2F735A19C72601008985F7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E717ED8CE5548A48B510212 /* Pods.xcconfig */; + baseConfigurationReference = DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = RCPageControlExample/Info.plist;