From 9aeed43b8e4569ad306b23ee88b5d4bb3ea44b44 Mon Sep 17 00:00:00 2001 From: Looping Date: Fri, 9 Jun 2017 02:22:47 +0800 Subject: [PATCH] Update Podfile format --- RCPageControlExample/Podfile | 10 ++- RCPageControlExample/Podfile.lock | 18 ++--- .../project.pbxproj | 65 ++++++++++++------- 3 files changed, 60 insertions(+), 33 deletions(-) diff --git a/RCPageControlExample/Podfile b/RCPageControlExample/Podfile index 6c1f4ea..b8cbe71 100644 --- a/RCPageControlExample/Podfile +++ b/RCPageControlExample/Podfile @@ -1,5 +1,9 @@ platform :ios, '6.0' -pod 'pop' -pod 'iCarousel' -pod 'RCPageControl', :path => '../' +target 'RCPageControlExample' do + + pod 'pop' + pod 'iCarousel' + pod 'RCPageControl', :path => '../' + +end diff --git a/RCPageControlExample/Podfile.lock b/RCPageControlExample/Podfile.lock index 409ed77..1e6febe 100644 --- a/RCPageControlExample/Podfile.lock +++ b/RCPageControlExample/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - iCarousel (1.8.1) - - pop (1.0.7) - - RCPageControl (0.1): + - iCarousel (1.8.3) + - pop (1.0.9) + - RCPageControl (0.1.1): - pop DEPENDENCIES: @@ -11,11 +11,13 @@ DEPENDENCIES: EXTERNAL SOURCES: RCPageControl: - :path: ../ + :path: "../" SPEC CHECKSUMS: - iCarousel: 5acab560f10dc13da2440c89f35a0ad278b5147d - pop: 2f14a1ea61339767af9e66741b418c831b3844df - RCPageControl: bdfb2c9322b41bc4e4a166e585f4a6564e14643b + iCarousel: d782f635afac190c49bb8ee455882284cff8b85f + pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce + RCPageControl: d7f6a8f5e1f9ca9a8ed7dbe32b5c266cf2844070 -COCOAPODS: 0.36.0.rc.1 +PODFILE CHECKSUM: c62f9b6c34838729688c4cae98fb0c0a78af925c + +COCOAPODS: 1.2.1 diff --git a/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj b/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj index 7b0d112..c8d02b7 100644 --- a/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj +++ b/RCPageControlExample/RCPageControlExample.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 169BF7C6431C5E2677310144 /* libPods-RCPageControlExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3099E4A1A97225F48F6E6181 /* libPods-RCPageControlExample.a */; }; 6E193FF01A0665C200F6FE20 /* avatar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E193FEF1A0665C200F6FE20 /* avatar@2x.png */; }; 6E2F733B19C72600008985F7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2F733A19C72600008985F7 /* main.m */; }; 6E2F733E19C72600008985F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2F733D19C72600008985F7 /* AppDelegate.m */; }; @@ -15,7 +16,6 @@ 6E2F734619C72601008985F7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E2F734519C72601008985F7 /* Images.xcassets */; }; 6E2F734919C72601008985F7 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E2F734719C72601008985F7 /* LaunchScreen.xib */; }; 6E2F735519C72601008985F7 /* RCPageControlExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2F735419C72601008985F7 /* RCPageControlExampleTests.m */; }; - D49C37915C534FBF81B1C62C /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1326DC0F37B4CD9B3DC981C /* libPods.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -29,7 +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 = ""; }; + 3099E4A1A97225F48F6E6181 /* libPods-RCPageControlExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RCPageControlExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 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 = ""; }; @@ -45,8 +45,8 @@ 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; }; - 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; }; + D11654D66174B172FFDDF71E /* Pods-RCPageControlExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RCPageControlExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample.debug.xcconfig"; sourceTree = ""; }; + FD1395A5D82D7B32645E4135 /* Pods-RCPageControlExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RCPageControlExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -54,7 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D49C37915C534FBF81B1C62C /* libPods.a in Frameworks */, + 169BF7C6431C5E2677310144 /* libPods-RCPageControlExample.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -75,7 +75,7 @@ 6E2F735119C72601008985F7 /* RCPageControlExampleTests */, 6E2F733619C72600008985F7 /* Products */, 7C549DD4BE2E4976BC588DB1 /* Frameworks */, - CD3AD84DD2A6B0CD6515693C /* Pods */, + C7683FEE8934365031CE7145 /* Pods */, ); sourceTree = ""; }; @@ -134,16 +134,16 @@ isa = PBXGroup; children = ( 6E55D24919C97C01008E8B03 /* MediaPlayer.framework */, - E1326DC0F37B4CD9B3DC981C /* libPods.a */, + 3099E4A1A97225F48F6E6181 /* libPods-RCPageControlExample.a */, ); name = Frameworks; sourceTree = ""; }; - CD3AD84DD2A6B0CD6515693C /* Pods */ = { + C7683FEE8934365031CE7145 /* Pods */ = { isa = PBXGroup; children = ( - 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */, - DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */, + D11654D66174B172FFDDF71E /* Pods-RCPageControlExample.debug.xcconfig */, + FD1395A5D82D7B32645E4135 /* Pods-RCPageControlExample.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -155,11 +155,12 @@ isa = PBXNativeTarget; buildConfigurationList = 6E2F735819C72601008985F7 /* Build configuration list for PBXNativeTarget "RCPageControlExample" */; buildPhases = ( - 98157623954F4D229D890630 /* Check Pods Manifest.lock */, + 9E048BD738EE8820190ADD16 /* [CP] Check Pods Manifest.lock */, 6E2F733119C72600008985F7 /* Sources */, 6E2F733219C72600008985F7 /* Frameworks */, 6E2F733319C72600008985F7 /* Resources */, - 4205A7A3089C4258B519BEEC /* Copy Pods Resources */, + A2370C85B17D17BCF0445069 /* [CP] Embed Pods Frameworks */, + 6B00C6FD3B67BC3821DB0EF6 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -199,6 +200,7 @@ TargetAttributes = { 6E2F733419C72600008985F7 = { CreatedOnToolsVersion = 6.0; + DevelopmentTeam = 9MSN4G8M28; }; 6E2F734D19C72601008985F7 = { CreatedOnToolsVersion = 6.0; @@ -247,34 +249,49 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 4205A7A3089C4258B519BEEC /* Copy Pods Resources */ = { + 6B00C6FD3B67BC3821DB0EF6 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 98157623954F4D229D890630 /* Check Pods Manifest.lock */ = { + 9E048BD738EE8820190ADD16 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + A2370C85B17D17BCF0445069 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RCPageControlExample/Pods-RCPageControlExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -362,7 +379,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -397,7 +414,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; @@ -406,9 +423,11 @@ }; 6E2F735919C72601008985F7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 61AC90E87C6755CF070A725B /* Pods.debug.xcconfig */; + baseConfigurationReference = D11654D66174B172FFDDF71E /* Pods-RCPageControlExample.debug.xcconfig */; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 9MSN4G8M28; INFOPLIST_FILE = RCPageControlExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -417,9 +436,11 @@ }; 6E2F735A19C72601008985F7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DAF73DA31F7F816C3C0D9AD6 /* Pods.release.xcconfig */; + baseConfigurationReference = FD1395A5D82D7B32645E4135 /* Pods-RCPageControlExample.release.xcconfig */; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 9MSN4G8M28; INFOPLIST_FILE = RCPageControlExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)";