From 0b9aeffcdeadef2dda70783a919ddbe30862c65a Mon Sep 17 00:00:00 2001 From: Hok Shun Poon Date: Sun, 10 May 2015 09:53:57 +0100 Subject: [PATCH] Update lock file. --- Example/Example.xcodeproj/project.pbxproj | 20 ++++++++++++----- Example/Podfile.lock | 26 +++++++++++------------ 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 273d135..e1c5ffa 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -36,8 +36,9 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 5747BB097CE79720A908BC02 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = ""; }; 60467ADBA8D6440FB494AD8D /* libPods-Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6D2E24F7B8214E388DD9EC53 /* Pods-Example.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.xcconfig"; path = "Pods/Pods-Example.xcconfig"; sourceTree = ""; }; + 6E57ADAE7452348B889D674E /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = ""; }; D8327E8A18AD18CB00EE1F3D /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; D8327E8D18AD18CB00EE1F3D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; D8327E8F18AD18CB00EE1F3D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -87,13 +88,22 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 2E4BF53EDDC909BEF2CD864F /* Pods */ = { + isa = PBXGroup; + children = ( + 5747BB097CE79720A908BC02 /* Pods-Example.debug.xcconfig */, + 6E57ADAE7452348B889D674E /* Pods-Example.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; D8327E8118AD18CB00EE1F3D = { isa = PBXGroup; children = ( D8327E9318AD18CB00EE1F3D /* Example */, D8327E8C18AD18CB00EE1F3D /* Frameworks */, D8327E8B18AD18CB00EE1F3D /* Products */, - 6D2E24F7B8214E388DD9EC53 /* Pods-Example.xcconfig */, + 2E4BF53EDDC909BEF2CD864F /* Pods */, ); sourceTree = ""; }; @@ -271,7 +281,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-Example-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -401,7 +411,7 @@ }; D8327EBD18AD18CB00EE1F3D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D2E24F7B8214E388DD9EC53 /* Pods-Example.xcconfig */; + baseConfigurationReference = 5747BB097CE79720A908BC02 /* Pods-Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -415,7 +425,7 @@ }; D8327EBE18AD18CB00EE1F3D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D2E24F7B8214E388DD9EC53 /* Pods-Example.xcconfig */; + baseConfigurationReference = 6E57ADAE7452348B889D674E /* Pods-Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; diff --git a/Example/Podfile.lock b/Example/Podfile.lock index da57b06..a580cd7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,11 +1,11 @@ PODS: - AFNetworking (2.1.0): - - AFNetworking/NSURLConnection - - AFNetworking/NSURLSession - - AFNetworking/Reachability - - AFNetworking/Security - - AFNetworking/Serialization - - AFNetworking/UIKit + - AFNetworking/NSURLConnection (= 2.1.0) + - AFNetworking/NSURLSession (= 2.1.0) + - AFNetworking/Reachability (= 2.1.0) + - AFNetworking/Security (= 2.1.0) + - AFNetworking/Serialization (= 2.1.0) + - AFNetworking/UIKit (= 2.1.0) - AFNetworking/NSURLConnection (2.1.0): - AFNetworking/Reachability - AFNetworking/Security @@ -17,11 +17,11 @@ PODS: - AFNetworking/Serialization (2.1.0) - AFNetworking/UIKit (2.1.0): - AFNetworking/NSURLConnection - - GoogleDocsBackend (0.1.1): + - GoogleDocsBackend (0.1.2): - AFNetworking (~> 2.1.0) - Mantle (~> 1.3.1) - Mantle (1.3.1): - - Mantle/extobjc + - Mantle/extobjc (= 1.3.1) - Mantle/extobjc (1.3.1) DEPENDENCIES: @@ -29,11 +29,11 @@ DEPENDENCIES: EXTERNAL SOURCES: GoogleDocsBackend: - :path: ../ + :path: "../" SPEC CHECKSUMS: - AFNetworking: c7d7901a83f631414c7eda1737261f696101a5cd - GoogleDocsBackend: afb4531b8dabdc510dfcf872c8b37196cce0d2eb - Mantle: abc3b0c81bc66eb624cf9cebb8640e377d5a44ae + AFNetworking: d397c9a76a60c670cbcd33f3ff2c5f961f724cbc + GoogleDocsBackend: ed7ca396c31fbac6977da2a98f5181ef95e23418 + Mantle: a516570b84c3cefb34b02647a6588a087dddc490 -COCOAPODS: 0.32.1 +COCOAPODS: 0.37.1